Home
last modified time | relevance | path

Searched refs:curr_entry (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_fdma.c315 next_dcb_hw = sparx5_fdma_next_dcb(tx, tx->curr_entry); in sparx5_fdma_xmit()
322 tx->curr_entry->nextptr = tx->dma + in sparx5_fdma_xmit()
325 tx->curr_entry = next_dcb_hw; in sparx5_fdma_xmit()
397 tx->curr_entry = devm_kzalloc(sparx5->dev, size, GFP_KERNEL); in sparx5_fdma_tx_alloc()
398 if (!tx->curr_entry) in sparx5_fdma_tx_alloc()
400 tx->dma = virt_to_phys(tx->curr_entry); in sparx5_fdma_tx_alloc()
401 tx->first_entry = tx->curr_entry; in sparx5_fdma_tx_alloc()
405 dcb = &tx->curr_entry[idx]; in sparx5_fdma_tx_alloc()
429 tx->curr_entry = dcb; in sparx5_fdma_tx_alloc()
A Dsparx5_main.h122 struct sparx5_tx_dcb_hw *curr_entry; member
/linux/drivers/staging/qlge/
A Dqlge_main.c984 rx_ring->curr_entry++; in qlge_update_cq()
987 rx_ring->curr_entry = rx_ring->cq_base; in qlge_update_cq()
2100 net_rsp = (struct qlge_ob_mac_iocb_rsp *)rx_ring->curr_entry; in qlge_clean_outbound_rx_ring()
2145 net_rsp = rx_ring->curr_entry; in qlge_clean_inbound_rx_ring()
2978 rx_ring->curr_entry = rx_ring->cq_base; in qlge_start_rx_ring()
A Dqlge.h1472 struct qlge_net_rsp_iocb *curr_entry; /* next entry on queue */ member
/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Dmbox.h1254 u16 curr_entry[NPC_MCAM_MAX_SHIFTS]; member
A Drvu_npc.c2791 old_entry = req->curr_entry[index]; in rvu_mbox_handler_npc_mcam_shift_entry()

Completed in 42 milliseconds