Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Defx.h23 netdev_tx_t efx_hard_start_xmit(struct sk_buff *skb,
H A Dtx.c308 * This function is split out from efx_hard_start_xmit to allow the
506 netdev_tx_t efx_hard_start_xmit(struct sk_buff *skb, in efx_hard_start_xmit()
596 /* Must be inverse of queue lookup in efx_hard_start_xmit() */ in efx_init_tx_queue_core_txq()
504 netdev_tx_t efx_hard_start_xmit(struct sk_buff *skb, efx_hard_start_xmit() function
H A Defx.c572 .ndo_start_xmit = efx_hard_start_xmit,