Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/
H A Damd8111e.c642 int tx_index; in amd8111e_tx() local
646 tx_index = lp->tx_complete_idx & TX_RING_DR_MOD_MASK; in amd8111e_tx()
647 status = le16_to_cpu(lp->tx_ring[tx_index].tx_flags); in amd8111e_tx()
652 lp->tx_ring[tx_index].buff_phy_addr = 0; in amd8111e_tx()
655 if (lp->tx_skbuff[tx_index]) { in amd8111e_tx()
657 lp->tx_dma_addr[tx_index], in amd8111e_tx()
658 lp->tx_skbuff[tx_index]->len, in amd8111e_tx()
660 dev_consume_skb_irq(lp->tx_skbuff[tx_index]); in amd8111e_tx()
661 lp->tx_skbuff[tx_index] = NULL; in amd8111e_tx()
662 lp->tx_dma_addr[tx_index] = 0; in amd8111e_tx()
[all …]
/linux/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c702 int tx_index; in txq_reclaim() local
711 tx_index = pep->tx_used_desc_q; in txq_reclaim()
712 desc = &pep->p_tx_desc_area[tx_index]; in txq_reclaim()
722 pep->tx_used_desc_q = (tx_index + 1) % pep->tx_ring_size; in txq_reclaim()
726 skb = pep->tx_skb[tx_index]; in txq_reclaim()
728 pep->tx_skb[tx_index] = NULL; in txq_reclaim()
1256 int tx_index; in pxa168_eth_start_xmit() local
1259 tx_index = eth_alloc_tx_desc_index(pep); in pxa168_eth_start_xmit()
1260 desc = &pep->p_tx_desc_area[tx_index]; in pxa168_eth_start_xmit()
1262 pep->tx_skb[tx_index] = skb; in pxa168_eth_start_xmit()
/linux/drivers/net/team/
H A Dteam_core.c853 if (port->tx_index < cur->tx_index) in team_queue_override_port_has_gt_prio_than()
994 WRITE_ONCE(port->tx_index, team->tx_en_port_count); in __team_port_enable_tx()
997 team_tx_port_index_hash(team, port->tx_index)); in __team_port_enable_tx()
1024 WRITE_ONCE(port->tx_index, port->tx_index - 1); in __reconstruct_port_hlist()
1026 port->tx_index); in __reconstruct_port_hlist()
1038 __reconstruct_port_hlist(team, port->tx_index); in __team_port_disable_tx()
1040 WRITE_ONCE(port->tx_index, -1); in __team_port_disable_tx()
1374 WRITE_ONCE(port->tx_index, -1); in team_port_add()