Searched refs:IXGBE_SET_FLAG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 8143 #define IXGBE_SET_FLAG(_input, _flag, _result) \ macro 8156 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_HW_VLAN, in ixgbe_tx_cmd_type() 8160 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_TSO, in ixgbe_tx_cmd_type() 8164 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_TSTAMP, in ixgbe_tx_cmd_type() 8168 cmd_type ^= IXGBE_SET_FLAG(skb->no_fcs, 1, IXGBE_ADVTXD_DCMD_IFCS); in ixgbe_tx_cmd_type() 8179 olinfo_status |= IXGBE_SET_FLAG(tx_flags, in ixgbe_tx_olinfo_status() 8184 olinfo_status |= IXGBE_SET_FLAG(tx_flags, in ixgbe_tx_olinfo_status() 8189 olinfo_status |= IXGBE_SET_FLAG(tx_flags, in ixgbe_tx_olinfo_status() 8197 olinfo_status |= IXGBE_SET_FLAG(tx_flags, in ixgbe_tx_olinfo_status()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 8202 #define IXGBE_SET_FLAG(_input, _flag, _result) \ macro 8215 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_HW_VLAN, in ixgbe_tx_cmd_type() 8219 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_TSO, in ixgbe_tx_cmd_type() 8223 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_TSTAMP, in ixgbe_tx_cmd_type() 8227 cmd_type ^= IXGBE_SET_FLAG(skb->no_fcs, 1, IXGBE_ADVTXD_DCMD_IFCS); in ixgbe_tx_cmd_type() 8238 olinfo_status |= IXGBE_SET_FLAG(tx_flags, in ixgbe_tx_olinfo_status() 8243 olinfo_status |= IXGBE_SET_FLAG(tx_flags, in ixgbe_tx_olinfo_status() 8248 olinfo_status |= IXGBE_SET_FLAG(tx_flags, in ixgbe_tx_olinfo_status() 8256 olinfo_status |= IXGBE_SET_FLAG(tx_flags, in ixgbe_tx_olinfo_status()
|
Completed in 25 milliseconds