Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Ddefines.h247 #define IXGBE_ADVTXD_DCMD_IFCS IXGBE_TXD_CMD_IFCS /* Insert FCS */ macro
Dixgbevf_main.c3406 IXGBE_ADVTXD_DCMD_IFCS | in ixgbevf_tx_cmd_type()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h2553 #define IXGBE_ADVTXD_DCMD_IFCS IXGBE_TXD_CMD_IFCS /* Insert FCS */ macro
Dixgbe_main.c6923 IXGBE_ADVTXD_DCMD_IFCS; in ixgbe_tx_cmd_type()
6938 cmd_type ^= IXGBE_SET_FLAG(skb->no_fcs, 1, IXGBE_ADVTXD_DCMD_IFCS); in ixgbe_tx_cmd_type()