Searched refs:E1000_TXD_CMD_IFCS (Results 1 – 7 of 7) sorted by relevance
270 #define E1000_TXD_CMD_IFCS 0x02000000 /* Insert FCS (Ethernet CRC) */ macro
2998 adapter->txd_cmd = E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS; in e1000_configure_tx()3817 u32 tdt, tctl, txd_lower = E1000_TXD_CMD_IFCS; in e1000_flush_tx_ring()5655 u32 txd_upper = 0, txd_lower = E1000_TXD_CMD_IFCS; in e1000_tx_queue()5678 txd_lower &= ~(E1000_TXD_CMD_IFCS); in e1000_tx_queue()5704 tx_desc->lower.data &= ~(cpu_to_le32(E1000_TXD_CMD_IFCS)); in e1000_tx_queue()
1235 E1000_TXD_CMD_IFCS | in e1000_setup_desc_rings()
298 #define E1000_TXD_CMD_IFCS 0x02000000 /* Insert FCS (Ethernet CRC) */ macro
1659 adapter->txd_cmd = E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS; in e1000_configure_tx()2974 u32 txd_upper = 0, txd_lower = E1000_TXD_CMD_IFCS; in e1000_tx_queue()2997 txd_lower &= ~(E1000_TXD_CMD_IFCS); in e1000_tx_queue()3016 tx_desc->lower.data &= ~(cpu_to_le32(E1000_TXD_CMD_IFCS)); in e1000_tx_queue()
641 #define E1000_TXD_CMD_IFCS 0x02000000 /* Insert FCS (Ethernet CRC) */ macro
1032 E1000_TXD_CMD_IFCS | in e1000_setup_desc_rings()