Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/skywalk/channel/
H A Dkern_channel_event.c75 (void) __packet_get_tx_completion_status(ph, in kern_channel_event_transmit_status_with_packet()
/xnu-8796.121.2/bsd/skywalk/packet/
H A Dpacket_kern.c420 return __packet_get_tx_completion_status(ph, status); in kern_packet_get_tx_completion_status()
H A Dpacket_common.h1639 __packet_get_tx_completion_status(const uint64_t ph, kern_return_t *status) in __packet_get_tx_completion_status() function
2074 (void) __packet_get_tx_completion_status(ph, &tx_status); in __packet_perform_tx_completion_callbacks()