Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c346 int tx_curr_desc; member
473 addr += txq->tx_curr_desc * sizeof(struct tx_desc); in txq_reset_hw_ptr()
735 tx_index = txq->tx_curr_desc++; in txq_put_data_tso()
736 if (txq->tx_curr_desc == txq->tx_ring_size) in txq_put_data_tso()
737 txq->tx_curr_desc = 0; in txq_put_data_tso()
787 tx_index = txq->tx_curr_desc; in txq_put_hdr_tso()
801 txq->tx_curr_desc * TSO_HEADER_SIZE; in txq_put_hdr_tso()
813 txq->tx_curr_desc++; in txq_put_hdr_tso()
814 if (txq->tx_curr_desc == txq->tx_ring_size) in txq_put_hdr_tso()
815 txq->tx_curr_desc = 0; in txq_put_hdr_tso()
[all …]
H A Dpxa168_eth.c631 int tx_curr_desc, rx_curr_desc; in eth_port_start() local
636 tx_curr_desc = pep->tx_curr_desc_q; in eth_port_start()
638 (u32) (pep->tx_desc_dma + tx_curr_desc * sizeof(struct tx_desc))); in eth_port_start()
/linux/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.h269 int tx_curr_desc; member