Searched refs:E1000_TXD_CMD_IFCS (Results 1 – 4 of 4) sorted by relevance
849 first_data_desc->lower.data |= E1000_TXD_CMD_IFCS; in e1000g_fill_tx_ring()851 descriptor->lower.data |= E1000_TXD_CMD_IFCS; in e1000g_fill_tx_ring()
394 #define E1000_TXD_CMD_IFCS 0x02000000 /* Insert FCS (Ethernet CRC) */ macro
428 #define E1000_TXD_CMD_IFCS 0x02000000 /* Insert FCS (Ethernet CRC) */ macro
3491 txp->lower.data = E1000_TXD_CMD_RPS | E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS | size;