Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/
A Damd8111e.c643 int tx_index; in amd8111e_tx() local
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()
662 lp->tx_skbuff[tx_index] = NULL; in amd8111e_tx()
663 lp->tx_dma_addr[tx_index] = 0; in amd8111e_tx()
1234 if (lp->tx_skbuff[tx_index]) in amd8111e_tx_queue_avail()
1250 int tx_index; in amd8111e_start_xmit() local
1259 lp->tx_skbuff[tx_index] = skb; in amd8111e_start_xmit()
1271 lp->tx_dma_addr[tx_index] = in amd8111e_start_xmit()
[all …]
/linux/drivers/net/ethernet/marvell/
A Dmv643xx_eth.c730 int tx_index; in txq_put_data_tso() local
734 tx_index = txq->tx_curr_desc++; in txq_put_data_tso()
748 + tx_index * TSO_HEADER_SIZE; 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()
898 int tx_index; in txq_submit_frag_skb() local
902 tx_index = txq->tx_curr_desc++; in txq_submit_frag_skb()
933 int tx_index; in txq_submit_skb() local
953 tx_index = txq->tx_curr_desc++; in txq_submit_skb()
1066 int tx_index; in txq_reclaim() local
[all …]
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/spi/
A Dspi-topcliff-pch.c173 u32 tx_index; member
265 u32 n_read, tx_index, rx_index, bpw_len; in pch_spi_handler_sub() local
278 tx_index = data->tx_index; in pch_spi_handler_sub()
290 if (tx_index < bpw_len) in pch_spi_handler_sub()
291 iowrite32(pkt_tx_buff[tx_index++], spdwr); in pch_spi_handler_sub()
307 data->tx_index = tx_index; in pch_spi_handler_sub()
312 if ((tx_index == bpw_len) && (rx_index == tx_index)) { in pch_spi_handler_sub()
571 data->tx_index = 0; in pch_spi_set_tx()
630 data->tx_index = j; in pch_spi_set_tx()
/linux/drivers/ntb/
A Dntb_transport.c117 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()
1866 entry->tx_index = qp->tx_index; in ntb_async_tx()
1913 qp->tx_index++; in ntb_process_tx()
1914 qp->tx_index %= qp->tx_max_entry; in ntb_process_tx()
2294 entry->tx_index = 0; in ntb_transport_tx_enqueue()
[all …]
/linux/drivers/net/ethernet/sfc/
A Def100_tx.c339 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/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_main.c8782 int tx_index, bool leading) in bnx2x_setup_tx_only() argument
8793 tx_only_params->cid_index = tx_index; in bnx2x_setup_tx_only()
8831 u8 tx_index; in bnx2x_setup_queue() local
8889 for (tx_index = FIRST_TX_ONLY_COS_INDEX; in bnx2x_setup_queue()
8890 tx_index < fp->max_cos; in bnx2x_setup_queue()
8891 tx_index++) { in bnx2x_setup_queue()
8898 fp->index, tx_index); in bnx2x_setup_queue()
8911 int rc, tx_index; in bnx2x_stop_queue() local
8921 tx_index < fp->max_cos; in bnx2x_stop_queue()
8922 tx_index++){ in bnx2x_stop_queue()
[all …]

Completed in 43 milliseconds