Searched refs:IGB_SET_FLAG (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/ |
| H A D | igb_main.c | 6039 #define IGB_SET_FLAG(_input, _flag, _result) \ macro 6052 cmd_type |= IGB_SET_FLAG(tx_flags, IGB_TX_FLAGS_VLAN, in igb_tx_cmd_type() 6056 cmd_type |= IGB_SET_FLAG(tx_flags, IGB_TX_FLAGS_TSO, in igb_tx_cmd_type() 6060 cmd_type |= IGB_SET_FLAG(tx_flags, IGB_TX_FLAGS_TSTAMP, in igb_tx_cmd_type() 6064 cmd_type ^= IGB_SET_FLAG(skb->no_fcs, 1, E1000_ADVTXD_DCMD_IFCS); in igb_tx_cmd_type() 6080 olinfo_status |= IGB_SET_FLAG(tx_flags, in igb_tx_olinfo_status() 6085 olinfo_status |= IGB_SET_FLAG(tx_flags, in igb_tx_olinfo_status()
|