Searched refs:tx_hook (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | netcp_core.c | 1175 struct netcp_hook_list *tx_hook; in netcp_tx_submit_skb() local 1194 list_for_each_entry(tx_hook, &netcp->txhook_list_head, list) { in netcp_tx_submit_skb() 1195 ret = tx_hook->hook_rtn(tx_hook->order, tx_hook->hook_data, in netcp_tx_submit_skb() 1199 tx_hook->order, ret); in netcp_tx_submit_skb()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | netcp_core.c | 1174 struct netcp_hook_list *tx_hook; in netcp_tx_submit_skb() local 1193 list_for_each_entry(tx_hook, &netcp->txhook_list_head, list) { in netcp_tx_submit_skb() 1194 ret = tx_hook->hook_rtn(tx_hook->order, tx_hook->hook_data, in netcp_tx_submit_skb() 1198 tx_hook->order, ret); in netcp_tx_submit_skb()
|
Completed in 9 milliseconds