Home
last modified time | relevance | path

Searched refs:PKT_F_TX_COMPL_ALLOC (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.61.2/bsd/skywalk/packet/
H A Dos_packet_private.h869 #define PKT_F_TX_COMPL_ALLOC __PKT_F_TX_COMPL_ALLOC macro
903 (PKT_F_OPT_ALLOC | PKT_F_FLOW_ALLOC | PKT_F_TX_COMPL_ALLOC)
H A Dpbufpool.c534 PKT_F_TX_COMPL_ALLOC); in pp_metadata_construct()
542 ASSERT((kpkt->pkt_pflags & PKT_F_TX_COMPL_ALLOC) && in pp_metadata_construct()
866 !(kpkt->pkt_pflags & PKT_F_TX_COMPL_ALLOC)); in pp_metadata_destruct_common()
868 ASSERT(kpkt->pkt_pflags & PKT_F_TX_COMPL_ALLOC); in pp_metadata_destruct_common()
1958 ASSERT((kpkt->pkt_pflags & PKT_F_TX_COMPL_ALLOC) && in pp_metadata_init()
H A Dpacket_common.h1602 ASSERT((PKT_ADDR(ph)->pkt_pflags & PKT_F_TX_COMPL_ALLOC)); in __packet_get_tx_completion_data()
1643 ASSERT((PKT_ADDR(ph)->pkt_pflags & PKT_F_TX_COMPL_ALLOC)); in __packet_get_tx_completion_status()
H A Dpacket_var.h602 ASSERT((_p)->pkt_pflags & PKT_F_TX_COMPL_ALLOC); \