Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H 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()
H A De1000.c641 uint32_t txd_lower = le32_to_cpu(dp->lower.data); in process_tx_desc() local
642 uint32_t dtype = txd_lower & (E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D); in process_tx_desc()
643 unsigned int split_size = txd_lower & 0xffff, bytes, sz; in process_tx_desc()
649 s->mit_ide |= (txd_lower & E1000_TXD_CMD_IDE); in process_tx_desc()
665 tp->cptse = (txd_lower & E1000_TXD_CMD_TSE) ? 1 : 0; in process_tx_desc()
672 e1000x_is_vlan_txd(txd_lower) && in process_tx_desc()
673 (tp->cptse || txd_lower & E1000_TXD_CMD_EOP)) { in process_tx_desc()
715 if (!(txd_lower & E1000_TXD_CMD_EOP)) in process_tx_desc()
731 uint32_t txd_upper, txd_lower = le32_to_cpu(dp->lower.data); in txdesc_writeback() local
733 if (!(txd_lower & (E1000_TXD_CMD_RS|E1000_TXD_CMD_RPS))) in txdesc_writeback()