Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ti/
H A Dnetcp_core.c1174 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()