Searched refs:IGC_SET_FLAG (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/intel/igc/ |
| D | igc_main.c | 1130 #define IGC_SET_FLAG(_input, _flag, _result) \ macro 1143 cmd_type |= IGC_SET_FLAG(tx_flags, IGC_TX_FLAGS_VLAN, in igc_tx_cmd_type() 1147 cmd_type |= IGC_SET_FLAG(tx_flags, IGC_TX_FLAGS_TSO, in igc_tx_cmd_type() 1151 cmd_type |= IGC_SET_FLAG(tx_flags, IGC_TX_FLAGS_TSTAMP, in igc_tx_cmd_type() 1155 cmd_type ^= IGC_SET_FLAG(skb->no_fcs, 1, IGC_ADVTXD_DCMD_IFCS); in igc_tx_cmd_type()
|