Home
last modified time | relevance | path

Searched refs:__packet_get_tx_completion_status (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.41.3/bsd/skywalk/channel/
H A Dkern_channel_event.c179 (void) __packet_get_tx_completion_status(ph, in kern_channel_event_transmit_status_with_packet()
/xnu-11215.41.3/bsd/skywalk/packet/
H A Dpacket_kern.c438 return __packet_get_tx_completion_status(ph, status); in kern_packet_get_tx_completion_status()
H A Dpacket_common.h1714 __packet_get_tx_completion_status(const uint64_t ph, kern_return_t *status) in __packet_get_tx_completion_status() function
2069 (void) __packet_get_tx_completion_status(ph, &tx_status); in __packet_perform_tx_completion_callbacks()