Searched refs:IXGBE_SET_FLAG (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 8204 #define IXGBE_SET_FLAG(_input, _flag, _result) \ macro 8217 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_HW_VLAN, in ixgbe_tx_cmd_type() 8221 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_TSO, in ixgbe_tx_cmd_type() 8225 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_TSTAMP, in ixgbe_tx_cmd_type() 8229 cmd_type ^= IXGBE_SET_FLAG(skb->no_fcs, 1, IXGBE_ADVTXD_DCMD_IFCS); in ixgbe_tx_cmd_type() 8240 olinfo_status |= IXGBE_SET_FLAG(tx_flags, in ixgbe_tx_olinfo_status() 8245 olinfo_status |= IXGBE_SET_FLAG(tx_flags, in ixgbe_tx_olinfo_status() 8250 olinfo_status |= IXGBE_SET_FLAG(tx_flags, in ixgbe_tx_olinfo_status() 8258 olinfo_status |= IXGBE_SET_FLAG(tx_flags, in ixgbe_tx_olinfo_status()
|