Searched refs:tx_next (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_hif_cldma.h | 88 struct cldma_request *tx_next; member
|
H A D | t7xx_hif_cldma.c | 68 queue->tx_next = NULL; in md_cd_queue_struct_reset() 310 req = list_prev_entry_circular(queue->tx_next, &queue->tr_ring->gpd_ring, entry); in t7xx_cldma_txq_empty_hndl() 515 queue->tx_next = req; in t7xx_cldma_q_reset() 948 tx_req = queue->tx_next; in t7xx_cldma_send_skb() 954 queue->tx_next = list_next_entry_circular(tx_req, gpd_ring, entry); in t7xx_cldma_send_skb() 1140 t7xx_cldma_hw_set_start_addr(hw_info, qno_t, md_ctrl->txq[qno_t].tx_next->gpd_addr, in t7xx_cldma_resume_early()
|
/linux/drivers/net/ethernet/aeroflex/ |
H A D | greth.h | 109 u16 tx_next; member
|
/linux/drivers/net/ethernet/actions/ |
H A D | owl-emac.c | 699 unsigned int tx_next; in owl_emac_tx_complete() local 722 tx_next = ring->tail; in owl_emac_tx_complete() 724 while ((tx_next = owl_emac_ring_get_next(ring, tx_next)) != ring->head) { in owl_emac_tx_complete() 725 status = READ_ONCE(ring->descs[tx_next].status); in owl_emac_tx_complete()
|
/linux/drivers/net/ethernet/cavium/octeon/ |
H A D | octeon_mgmt.c | 127 unsigned int tx_next; member 988 p->tx_next = 0; in octeon_mgmt_open() 1309 p->tx_ring[p->tx_next] = re.d64; in octeon_mgmt_xmit() 1310 p->tx_next = (p->tx_next + 1) % OCTEON_MGMT_TX_RING_SIZE; in octeon_mgmt_xmit()
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | sdma.c | 2418 struct sdma_txreq *tx, *tx_next; in sdma_send_txlist() local 2426 list_for_each_entry_safe(tx, tx_next, tx_list, list) { in sdma_send_txlist() 2459 list_for_each_entry_safe(tx, tx_next, tx_list, list) { in sdma_send_txlist()
|
/linux/drivers/net/ethernet/marvell/ |
H A D | sky2.h | 2228 u16 tx_next; /* debug only */ member
|
H A D | sky2.c | 2026 sky2->tx_next = RING_NEXT(idx, sky2->tx_ring_size); in sky2_tx_complete() 4429 for (idx = sky2->tx_next; idx != sky2->tx_prod && idx < sky2->tx_ring_size; in sky2_debug_show()
|