Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c1244 #define IGC_SET_FLAG(_input, _flag, _result) \ macro
1257 cmd_type |= IGC_SET_FLAG(tx_flags, IGC_TX_FLAGS_VLAN, in igc_tx_cmd_type()
1261 cmd_type |= IGC_SET_FLAG(tx_flags, IGC_TX_FLAGS_TSO, in igc_tx_cmd_type()
1267 cmd_type |= IGC_SET_FLAG(tx_flags, IGC_TX_FLAGS_TSTAMP, in igc_tx_cmd_type()
1270 cmd_type |= IGC_SET_FLAG(tx_flags, IGC_TX_FLAGS_TSTAMP_1, in igc_tx_cmd_type()
1273 cmd_type |= IGC_SET_FLAG(tx_flags, IGC_TX_FLAGS_TSTAMP_2, in igc_tx_cmd_type()
1276 cmd_type |= IGC_SET_FLAG(tx_flags, IGC_TX_FLAGS_TSTAMP_3, in igc_tx_cmd_type()
1280 cmd_type ^= IGC_SET_FLAG(skb->no_fcs, 1, IGC_ADVTXD_DCMD_IFCS); in igc_tx_cmd_type()
1292 olinfo_status |= IGC_SET_FLAG(tx_flags, IGC_TX_FLAGS_CSUM, in igc_tx_olinfo_status()
1296 olinfo_status |= IGC_SET_FLAG(tx_flags, IGC_TX_FLAGS_IPV4, in igc_tx_olinfo_status()
[all …]