Searched refs:E1000_TXD_CMD_EOP (Results 1 – 15 of 15) sorted by relevance
63 E1000_TXD_CMD_EOP | in igb_send_verify()
59 E1000_TXD_CMD_EOP | in e1000e_send_verify()
269 #define E1000_TXD_CMD_EOP 0x01000000 /* End of Packet */ macro
1248 tx_desc->lower.data |= cpu_to_le32(E1000_TXD_CMD_EOP | in e1000_setup_desc_rings()
2989 adapter->txd_cmd = E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS; in e1000_configure_tx()
297 #define E1000_TXD_CMD_EOP 0x01000000 /* End of Packet */ macro
724 #define E1000_TXD_CMD_EOP 0x01000000 /* End of Packet */ macro
675 (tp->cptse || txd_lower & E1000_TXD_CMD_EOP)) { in process_tx_desc()717 if (!(txd_lower & E1000_TXD_CMD_EOP)) in process_tx_desc()
698 bool eop = txd_lower & E1000_TXD_CMD_EOP; in e1000e_process_tx_desc()
656 if (cmd_type_len & E1000_TXD_CMD_EOP) { in igb_process_tx_desc()
552 #define E1000_TXD_CMD_EOP 0x01000000 /* End of Packet */ macro
5234 hw->txd_cmd = E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS; in e1000_configure_tx()
1035 tx_desc->lower.data |= cpu_to_le32(E1000_TXD_CMD_EOP | in e1000_setup_desc_rings()
637 #define E1000_TXD_CMD_EOP 0x01000000 /* End of Packet */ macro
1659 adapter->txd_cmd = E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS; in e1000_configure_tx()