Searched refs:txd_lower (Results 1 – 5 of 5) sorted by relevance
57 e1000x_is_vlan_txd(uint32_t txd_lower) in e1000x_is_vlan_txd() argument59 return ((txd_lower & E1000_TXD_CMD_VLE) != 0); in e1000x_is_vlan_txd()
643 uint32_t txd_lower = le32_to_cpu(dp->lower.data); in process_tx_desc() local644 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() local735 if (!(txd_lower & (E1000_TXD_CMD_RS|E1000_TXD_CMD_RPS))) in txdesc_writeback()
693 uint32_t txd_lower = le32_to_cpu(dp->lower.data); in e1000e_process_tx_desc() local694 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() local771 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()
3807 u32 tdt, tctl, txd_lower = E1000_TXD_CMD_IFCS; in e1000_flush_tx_ring() local3817 tx_desc->lower.data = cpu_to_le32(txd_lower | size); in e1000_flush_tx_ring()5647 u32 txd_upper = 0, txd_lower = E1000_TXD_CMD_IFCS; in e1000_tx_queue() local5651 txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D | in e1000_tx_queue()5660 txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D; in e1000_tx_queue()5665 txd_lower |= E1000_TXD_CMD_VLE; in e1000_tx_queue()5670 txd_lower &= ~(E1000_TXD_CMD_IFCS); in e1000_tx_queue()5673 txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D; in e1000_tx_queue()5683 tx_desc->lower.data = cpu_to_le32(txd_lower | in e1000_tx_queue()
2974 u32 txd_upper = 0, txd_lower = E1000_TXD_CMD_IFCS; in e1000_tx_queue() local2978 txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D | in e1000_tx_queue()2987 txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D; in e1000_tx_queue()2992 txd_lower |= E1000_TXD_CMD_VLE; in e1000_tx_queue()2997 txd_lower &= ~(E1000_TXD_CMD_IFCS); in e1000_tx_queue()3006 cpu_to_le32(txd_lower | buffer_info->length); in e1000_tx_queue()