Home
last modified time | relevance | path

Searched refs:txd_lower (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/net/
A De1000x_common.h57 e1000x_is_vlan_txd(uint32_t txd_lower) in e1000x_is_vlan_txd() argument
59 return ((txd_lower & E1000_TXD_CMD_VLE) != 0); in e1000x_is_vlan_txd()
A De1000.c643 uint32_t txd_lower = le32_to_cpu(dp->lower.data); in process_tx_desc() local
644 uint32_t dtype = txd_lower & (E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D); in process_tx_desc()
645 unsigned int split_size = txd_lower & 0xffff, bytes, sz; in process_tx_desc()
651 s->mit_ide |= (txd_lower & E1000_TXD_CMD_IDE); in process_tx_desc()
667 tp->cptse = (txd_lower & E1000_TXD_CMD_TSE) ? 1 : 0; in process_tx_desc()
674 e1000x_is_vlan_txd(txd_lower) && in process_tx_desc()
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()
733 uint32_t txd_upper, txd_lower = le32_to_cpu(dp->lower.data); in txdesc_writeback() local
735 if (!(txd_lower & (E1000_TXD_CMD_RS|E1000_TXD_CMD_RPS))) in txdesc_writeback()
A De1000e_core.c693 uint32_t txd_lower = le32_to_cpu(dp->lower.data); in e1000e_process_tx_desc() local
694 uint32_t dtype = txd_lower & (E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D); in e1000e_process_tx_desc()
695 unsigned int split_size = txd_lower & 0xffff; in e1000e_process_tx_desc()
698 bool eop = txd_lower & E1000_TXD_CMD_EOP; in e1000e_process_tx_desc()
707 tx->cptse = (txd_lower & E1000_TXD_CMD_TSE) ? 1 : 0; in e1000e_process_tx_desc()
727 e1000x_is_vlan_txd(txd_lower)) { in e1000e_process_tx_desc()
769 uint32_t txd_upper, txd_lower = le32_to_cpu(dp->lower.data); in e1000e_txdesc_writeback() local
771 if (!(txd_lower & E1000_TXD_CMD_RS) && in e1000e_txdesc_writeback()
776 *ide = (txd_lower & E1000_TXD_CMD_IDE) ? true : false; in e1000e_txdesc_writeback()

Completed in 22 milliseconds