Searched refs:tx_cb (Results 1 – 7 of 7) sorted by relevance
1949 tx_cb->seg_count--; in ql_process_mac_tx_intr()1963 tx_cb->skb = NULL; in ql_process_mac_tx_intr()2341 oal = tx_cb->oal; in ql_send_map()2409 oal = tx_cb->oal; in ql_send_map()2484 tx_cb->skb = skb; in ql3xxx_send()2802 kfree(tx_cb->oal); in ql_free_send_free_list()2803 tx_cb->oal = NULL; in ql_free_send_free_list()2804 tx_cb++; in ql_free_send_free_list()2818 tx_cb->skb = NULL; in ql_create_send_free_list()3626 if (tx_cb->skb) { in ql_reset_work()[all …]
1007 struct netcp_tx_cb *tx_cb; in netcp_process_tx_compl_packets() local1035 tx_cb = (struct netcp_tx_cb *)skb->cb; in netcp_process_tx_compl_packets()1036 if (tx_cb->txtstamp) in netcp_process_tx_compl_packets()1037 tx_cb->txtstamp(tx_cb->ts_context, skb); in netcp_process_tx_compl_packets()1177 struct netcp_tx_cb *tx_cb; in netcp_tx_submit_skb() local1213 tx_cb = (struct netcp_tx_cb *)skb->cb; in netcp_tx_submit_skb()1214 tx_cb->ts_context = p_info.ts_context; in netcp_tx_submit_skb()1215 tx_cb->txtstamp = p_info.txtstamp; in netcp_tx_submit_skb()
192 int (*tx_cb)(void *, struct sk_buff *, bool); member
3258 struct hostap_tx_callback_info *tx_cb, *tx_cb_prev; in prism2_free_local_data() local3316 tx_cb = local->tx_callback; in prism2_free_local_data()3317 while (tx_cb != NULL) { in prism2_free_local_data()3318 tx_cb_prev = tx_cb; in prism2_free_local_data()3319 tx_cb = tx_cb->next; in prism2_free_local_data()
106 if (cdev->ll2->cbs && cdev->ll2->cbs->tx_cb) in qed_ll2b_complete_tx_packet()107 cdev->ll2->cbs->tx_cb(cdev->ll2->cb_cookie, skb, in qed_ll2b_complete_tx_packet()
1924 .tx_cb = NULL,
2662 .tx_cb = NULL,
Completed in 38 milliseconds