Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Ddefines.h256 #define IXGBE_ADVTXD_TUCMD_L4T_TCP 0x00000800 /* L4 Packet TYPE of TCP */ macro
H A Dipsec.c508 IXGBE_ADVTXD_TUCMD_L4T_TCP; in ixgbevf_ipsec_tx()
H A Dixgbevf_main.c3808 type_tucmd = IXGBE_ADVTXD_TUCMD_L4T_TCP; in ixgbevf_tso()
3882 type_tucmd = IXGBE_ADVTXD_TUCMD_L4T_TCP; in ixgbevf_tx_csum()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c1115 IXGBE_ADVTXD_TUCMD_L4T_TCP; in ixgbe_ipsec_tx()
H A Dixgbe_type.h2938 #define IXGBE_ADVTXD_TUCMD_L4T_TCP 0x00000800 /* L4 Packet TYPE of TCP */ macro
H A Dixgbe_main.c8085 IXGBE_ADVTXD_TUCMD_L4T_UDP : IXGBE_ADVTXD_TUCMD_L4T_TCP; in ixgbe_tso()
8118 if (type_tucmd & IXGBE_ADVTXD_TUCMD_L4T_TCP) { in ixgbe_tso()
8171 type_tucmd = IXGBE_ADVTXD_TUCMD_L4T_TCP; in ixgbe_tx_csum()