Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/packet/
H A Dos_packet_private.h826 #define PKT_F_TX_COMPL_ALLOC __PKT_F_TX_COMPL_ALLOC macro
859 (PKT_F_OPT_ALLOC | PKT_F_FLOW_ALLOC | PKT_F_TX_COMPL_ALLOC)
H A Dpbufpool.c430 PKT_F_TX_COMPL_ALLOC); in pp_metadata_construct()
438 ASSERT((kpkt->pkt_pflags & PKT_F_TX_COMPL_ALLOC) && in pp_metadata_construct()
719 !(kpkt->pkt_pflags & PKT_F_TX_COMPL_ALLOC)); in pp_metadata_destruct_common()
721 ASSERT(kpkt->pkt_pflags & PKT_F_TX_COMPL_ALLOC); in pp_metadata_destruct_common()
1646 ASSERT((kpkt->pkt_pflags & PKT_F_TX_COMPL_ALLOC) && in pp_metadata_init()
H A Dpacket_common.h1425 ASSERT((PKT_ADDR(ph)->pkt_pflags & PKT_F_TX_COMPL_ALLOC)); in __packet_get_tx_completion_data()
1466 ASSERT((PKT_ADDR(ph)->pkt_pflags & PKT_F_TX_COMPL_ALLOC)); in __packet_get_tx_completion_status()
H A Dpacket_var.h542 ASSERT((_p)->pkt_pflags & PKT_F_TX_COMPL_ALLOC); \