Searched refs:kern_packet_tx_completion (Results 1 – 4 of 4) sorted by relevance
145 STUB(kern_packet_tx_completion);
1272 kern_packet_tx_completion(ph, fakeif->iff_ifp); in feth_tx_complete()1723 kern_packet_tx_completion(sph, fakeif->iff_ifp); in feth_nx_sync_tx()2226 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