Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Ddefines.h242 #define IXGBE_ADVTXD_DCMD_IFCS IXGBE_TXD_CMD_IFCS /* Insert FCS */ macro
Dixgbevf_main.c1027 IXGBE_ADVTXD_DCMD_IFCS; in ixgbevf_xmit_xdp_ring()
3868 IXGBE_ADVTXD_DCMD_IFCS | in ixgbevf_tx_cmd_type()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h2891 #define IXGBE_ADVTXD_DCMD_IFCS IXGBE_TXD_CMD_IFCS /* Insert FCS */ macro
Dixgbe_main.c7990 IXGBE_ADVTXD_DCMD_IFCS; in ixgbe_tx_cmd_type()
8005 cmd_type ^= IXGBE_SET_FLAG(skb->no_fcs, 1, IXGBE_ADVTXD_DCMD_IFCS); in ixgbe_tx_cmd_type()
8463 IXGBE_ADVTXD_DCMD_IFCS; in ixgbe_xmit_xdp_ring()