Searched refs:IXGBE_SET_FLAG (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8232 #define IXGBE_SET_FLAG(_input, _flag, _result) \ macro
8245 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_HW_VLAN,
8249 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_TSO,
8253 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_TSTAMP,
8257 cmd_type ^= IXGBE_SET_FLAG(skb->no_fcs, 1, IXGBE_ADVTXD_DCMD_IFCS);
8268 olinfo_status |= IXGBE_SET_FLAG(tx_flags,
8273 olinfo_status |= IXGBE_SET_FLAG(tx_flags,
8278 olinfo_status |= IXGBE_SET_FLAG(tx_flags,
8286 olinfo_status |= IXGBE_SET_FLAG(tx_flags,

Completed in 131 milliseconds