Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/packet/
H A Dos_packet_private.h853 #define PKT_F_TX_COMPL_ALLOC __PKT_F_TX_COMPL_ALLOC macro
887 (PKT_F_OPT_ALLOC | PKT_F_FLOW_ALLOC | PKT_F_TX_COMPL_ALLOC)
H A Dpbufpool.c536 PKT_F_TX_COMPL_ALLOC); in pp_metadata_construct()
544 ASSERT((kpkt->pkt_pflags & PKT_F_TX_COMPL_ALLOC) && in pp_metadata_construct()
849 !(kpkt->pkt_pflags & PKT_F_TX_COMPL_ALLOC)); in pp_metadata_destruct_common()
851 ASSERT(kpkt->pkt_pflags & PKT_F_TX_COMPL_ALLOC); in pp_metadata_destruct_common()
1882 ASSERT((kpkt->pkt_pflags & PKT_F_TX_COMPL_ALLOC) && in pp_metadata_init()
H A Dpacket_var.h569 ASSERT((_p)->pkt_pflags & PKT_F_TX_COMPL_ALLOC); \
H A Dpacket_common.h1623 ASSERT((PKT_ADDR(ph)->pkt_pflags & PKT_F_TX_COMPL_ALLOC)); in __packet_get_tx_completion_data()
1664 ASSERT((PKT_ADDR(ph)->pkt_pflags & PKT_F_TX_COMPL_ALLOC)); in __packet_get_tx_completion_status()