Searched refs:E1000_TXD_CMD_VLE (Results 1 – 8 of 8) sorted by relevance
59 return ((txd_lower & E1000_TXD_CMD_VLE) != 0); in e1000x_is_vlan_txd()
730 #define E1000_TXD_CMD_VLE 0x40000000 /* Add VLAN tag */ macro
661 !!(tx->first_cmd_type_len & E1000_TXD_CMD_VLE)); in igb_process_tx_desc()
275 #define E1000_TXD_CMD_VLE 0x40000000 /* Add VLAN tag */ macro
5665 txd_lower |= E1000_TXD_CMD_VLE; in e1000_tx_queue()
558 #define E1000_TXD_CMD_VLE 0x40000000 /* Add VLAN tag */ macro
643 #define E1000_TXD_CMD_VLE 0x40000000 /* Add VLAN tag */ macro
2992 txd_lower |= E1000_TXD_CMD_VLE; in e1000_tx_queue()