Searched refs:E1000_TXD_CMD_EOP (Results 1 – 4 of 4) sorted by relevance
842 E1000_TXD_CMD_EOP; in e1000g_fill_tx_ring()844 descriptor->lower.data |= E1000_TXD_CMD_EOP; in e1000g_fill_tx_ring()1665 eop = tx_desc->lower.data & E1000_TXD_CMD_EOP; in e1000g_82547_tx_move_tail_work()
396 #define E1000_TXD_CMD_EOP 0x01000000 /* End of Packet */ macro
427 #define E1000_TXD_CMD_EOP 0x01000000 /* End of Packet */ macro
3491 txp->lower.data = E1000_TXD_CMD_RPS | E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS | size;