Searched refs:kern_packet_tx_completion (Results 1 – 4 of 4) sorted by relevance
145 STUB(kern_packet_tx_completion);
1273 kern_packet_tx_completion(ph, fakeif->iff_ifp); in feth_tx_complete()1724 kern_packet_tx_completion(sph, fakeif->iff_ifp); in feth_nx_sync_tx()2227 kern_packet_tx_completion(sph, fakeif->iff_ifp); in feth_nx_tx_queue_deliver_pkt_chain()
637 extern void kern_packet_tx_completion(const kern_packet_t, ifnet_t);
385 kern_packet_tx_completion(const kern_packet_t ph, ifnet_t ifp) in kern_packet_tx_completion() function