Searched refs:efx_tx_map_data (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | tx_common.h | 38 int efx_tx_map_data(struct efx_tx_queue *tx_queue, struct sk_buff *skb,
|
H A D | ef100_tx.c | 365 rc = efx_tx_map_data(tx_queue, skb, segments); in ef100_enqueue_skb()
|
H A D | tx.c | 379 if (!data_mapped && (efx_tx_map_data(tx_queue, skb, segments))) in __efx_enqueue_skb()
|
H A D | tx_common.c | 329 int efx_tx_map_data(struct efx_tx_queue *tx_queue, struct sk_buff *skb, in efx_tx_map_data() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | tx_common.h | 39 int efx_tx_map_data(struct efx_tx_queue *tx_queue, struct sk_buff *skb,
|
H A D | ef100_tx.c | 448 rc = efx_tx_map_data(tx_queue, skb, segments); in __ef100_enqueue_skb()
|
H A D | tx.c | 379 if (!data_mapped && (efx_tx_map_data(tx_queue, skb, segments))) in __efx_enqueue_skb()
|
H A D | tx_common.c | 349 int efx_tx_map_data(struct efx_tx_queue *tx_queue, struct sk_buff *skb, in efx_tx_map_data() function
|
Completed in 8 milliseconds