Home
last modified time | relevance | path

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

/openbmc/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 …]
/openbmc/u-boot/drivers/net/
H A Dlpc32xx_eth.c361 int timeout, tx_index; in lpc32xx_eth_send() local
373 tx_index = readl(&regs->txproduceindex); in lpc32xx_eth_send()
376 writel((u32)dataptr, &bufs->tx_desc[tx_index].packet); in lpc32xx_eth_send()
378 &bufs->tx_desc[tx_index].control); in lpc32xx_eth_send()
379 writel(0, &bufs->tx_stat[tx_index].statusinfo); in lpc32xx_eth_send()
382 tx_index = (tx_index + 1) % TX_BUF_COUNT; in lpc32xx_eth_send()
383 writel(tx_index, &regs->txproduceindex); in lpc32xx_eth_send()
H A Dftgmac100.c80 int tx_index; member
318 priv->tx_index = 0; in ftgmac100_start()
474 struct ftgmac100_txdes *curr_des = &priv->txdes[priv->tx_index]; in BUILD_WAIT_FOR_BIT()
522 priv->tx_index = (priv->tx_index + 1) % PKTBUFSTX; in BUILD_WAIT_FOR_BIT()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c731 int tx_index; in txq_put_data_tso() local
735 tx_index = txq->tx_curr_desc++; in txq_put_data_tso()
738 desc = &txq->tx_desc_area[tx_index]; in txq_put_data_tso()
739 txq->tx_desc_mapping[tx_index] = DESC_DMA_MAP_SINGLE; in txq_put_data_tso()
746 memcpy(txq->tso_hdrs + tx_index * TSO_HEADER_SIZE, in txq_put_data_tso()
749 + tx_index * TSO_HEADER_SIZE; in txq_put_data_tso()
752 txq->tx_desc_mapping[tx_index] = DESC_DMA_MAP_SINGLE; in txq_put_data_tso()
780 int tx_index; in txq_put_hdr_tso() local
787 tx_index = txq->tx_curr_desc; in txq_put_hdr_tso()
788 desc = &txq->tx_desc_area[tx_index]; in txq_put_hdr_tso()
[all …]
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()
/openbmc/linux/drivers/spi/
H A Dspi-topcliff-pch.c174 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()
543 data->tx_index = 0; in pch_spi_set_tx()
602 data->tx_index = j; in pch_spi_set_tx()
/openbmc/linux/drivers/ntb/
H 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()
930 qp->tx_index = 0; in ntb_qp_link_context_reset()
1765 entry->tx_index; in ntb_tx_copy_callback()
1833 dest = qp->tx_mw_dma_addr + qp->tx_max_frame * entry->tx_index; in ntb_async_tx_submit()
1886 entry->tx_index = qp->tx_index; in ntb_async_tx()
1887 offset = qp->tx_mw + qp->tx_max_frame * entry->tx_index; in ntb_async_tx()
1933 qp->tx_index++; in ntb_process_tx()
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/
H A Def100_tx.c357 unsigned int tx_index = (tx_queue->read_count + tx_done - 1) & in ef100_ev_tx() local
360 return efx_xmit_done(tx_queue, tx_index); in ef100_ev_tx()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c8792 int tx_index, bool leading) in bnx2x_setup_tx_only() argument
8803 tx_only_params->cid_index = tx_index; in bnx2x_setup_tx_only()
8806 bnx2x_pf_q_prep_general(bp, fp, &tx_only_params->gen_params, tx_index); in bnx2x_setup_tx_only()
8809 bnx2x_pf_tx_q_prep(bp, fp, &tx_only_params->txq_params, tx_index); in bnx2x_setup_tx_only()
8813 tx_index, q_params->q_obj->cids[FIRST_TX_COS_INDEX], in bnx2x_setup_tx_only()
8814 q_params->q_obj->cids[tx_index], q_params->q_obj->cl_id, in bnx2x_setup_tx_only()
8841 u8 tx_index; in bnx2x_setup_queue() local
8899 for (tx_index = FIRST_TX_ONLY_COS_INDEX; in bnx2x_setup_queue()
8900 tx_index < fp->max_cos; in bnx2x_setup_queue()
8901 tx_index++) { in bnx2x_setup_queue()
[all …]