Searched refs:tx_index (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/amd/ |
D | amd8111e.c | 643 int tx_index; in amd8111e_tx() local 647 tx_index = lp->tx_complete_idx & TX_RING_DR_MOD_MASK; in amd8111e_tx() 648 status = le16_to_cpu(lp->tx_ring[tx_index].tx_flags); in amd8111e_tx() 653 lp->tx_ring[tx_index].buff_phy_addr = 0; in amd8111e_tx() 656 if (lp->tx_skbuff[tx_index]) { in amd8111e_tx() 658 lp->tx_dma_addr[tx_index], in amd8111e_tx() 659 lp->tx_skbuff[tx_index]->len, in amd8111e_tx() 661 dev_consume_skb_irq(lp->tx_skbuff[tx_index]); in amd8111e_tx() 662 lp->tx_skbuff[tx_index] = NULL; in amd8111e_tx() 663 lp->tx_dma_addr[tx_index] = 0; in amd8111e_tx() [all …]
|
/linux-5.19.10/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 730 int tx_index; in txq_put_data_tso() local 734 tx_index = txq->tx_curr_desc++; in txq_put_data_tso() 737 desc = &txq->tx_desc_area[tx_index]; in txq_put_data_tso() 738 txq->tx_desc_mapping[tx_index] = DESC_DMA_MAP_SINGLE; in txq_put_data_tso() 745 memcpy(txq->tso_hdrs + tx_index * TSO_HEADER_SIZE, in txq_put_data_tso() 748 + tx_index * TSO_HEADER_SIZE; in txq_put_data_tso() 751 txq->tx_desc_mapping[tx_index] = DESC_DMA_MAP_SINGLE; in txq_put_data_tso() 779 int tx_index; in txq_put_hdr_tso() local 786 tx_index = txq->tx_curr_desc; in txq_put_hdr_tso() 787 desc = &txq->tx_desc_area[tx_index]; in txq_put_hdr_tso() [all …]
|
D | pxa168_eth.c | 702 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-5.19.10/drivers/spi/ |
D | spi-topcliff-pch.c | 174 u32 tx_index; member 266 u32 n_read, tx_index, rx_index, bpw_len; in pch_spi_handler_sub() local 279 tx_index = data->tx_index; in pch_spi_handler_sub() 291 if (tx_index < bpw_len) in pch_spi_handler_sub() 292 iowrite32(pkt_tx_buff[tx_index++], spdwr); in pch_spi_handler_sub() 308 data->tx_index = tx_index; in pch_spi_handler_sub() 313 if ((tx_index == bpw_len) && (rx_index == tx_index)) { in pch_spi_handler_sub() 572 data->tx_index = 0; in pch_spi_set_tx() 631 data->tx_index = j; in pch_spi_set_tx()
|
/linux-5.19.10/drivers/ntb/ |
D | ntb_transport.c | 117 unsigned int tx_index; member 156 unsigned int tx_index; member 524 "tx_index (H) - \t%u\n", qp->tx_index); in debugfs_read() 678 qp->tx_index = 0; in ntb_transport_setup_qp_mw() 917 qp->tx_index = 0; in ntb_qp_link_down_reset() 1745 entry->tx_index; in ntb_tx_copy_callback() 1813 dest = qp->tx_mw_dma_addr + qp->tx_max_frame * entry->tx_index; in ntb_async_tx_submit() 1866 entry->tx_index = qp->tx_index; in ntb_async_tx() 1867 offset = qp->tx_mw + qp->tx_max_frame * entry->tx_index; in ntb_async_tx() 1897 if (qp->tx_index == qp->remote_rx_info->entry) { in ntb_process_tx() [all …]
|
/linux-5.19.10/drivers/net/ethernet/sfc/ |
D | ef100_tx.c | 339 unsigned int tx_index = (tx_queue->read_count + tx_done - 1) & in ef100_ev_tx() local 342 efx_xmit_done(tx_queue, tx_index); in ef100_ev_tx()
|
/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 8793 int tx_index, bool leading) in bnx2x_setup_tx_only() argument 8804 tx_only_params->cid_index = tx_index; in bnx2x_setup_tx_only() 8807 bnx2x_pf_q_prep_general(bp, fp, &tx_only_params->gen_params, tx_index); in bnx2x_setup_tx_only() 8810 bnx2x_pf_tx_q_prep(bp, fp, &tx_only_params->txq_params, tx_index); in bnx2x_setup_tx_only() 8814 tx_index, q_params->q_obj->cids[FIRST_TX_COS_INDEX], in bnx2x_setup_tx_only() 8815 q_params->q_obj->cids[tx_index], q_params->q_obj->cl_id, in bnx2x_setup_tx_only() 8842 u8 tx_index; in bnx2x_setup_queue() local 8900 for (tx_index = FIRST_TX_ONLY_COS_INDEX; in bnx2x_setup_queue() 8901 tx_index < fp->max_cos; in bnx2x_setup_queue() 8902 tx_index++) { in bnx2x_setup_queue() [all …]
|