Searched refs:ixgbevf_ipsec_tx (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf.h | 470 int ixgbevf_ipsec_tx(struct ixgbevf_ring *tx_ring, 482 static inline int ixgbevf_ipsec_tx(struct ixgbevf_ring *tx_ring, in ixgbevf_ipsec_tx() function
|
H A D | ipsec.c | 452 * ixgbevf_ipsec_tx - setup Tx flags for IPsec offload 457 int ixgbevf_ipsec_tx(struct ixgbevf_ring *tx_ring, in ixgbevf_ipsec_tx() function
|
H A D | ixgbevf_main.c | 4190 if (xfrm_offload(skb) && !ixgbevf_ipsec_tx(tx_ring, first, &ipsec_tx)) in ixgbevf_xmit_frame_ring()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf.h | 471 int ixgbevf_ipsec_tx(struct ixgbevf_ring *tx_ring, 483 static inline int ixgbevf_ipsec_tx(struct ixgbevf_ring *tx_ring, in ixgbevf_ipsec_tx() function
|
H A D | ipsec.c | 458 * ixgbevf_ipsec_tx - setup Tx flags for IPsec offload 463 int ixgbevf_ipsec_tx(struct ixgbevf_ring *tx_ring, in ixgbevf_ipsec_tx() function
|
H A D | ixgbevf_main.c | 4186 if (xfrm_offload(skb) && !ixgbevf_ipsec_tx(tx_ring, first, &ipsec_tx)) in ixgbevf_xmit_frame_ring()
|
Completed in 16 milliseconds