Searched refs:curr_entry (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_fdma.c317 next_dcb_hw = sparx5_fdma_next_dcb(tx, tx->curr_entry);
324 tx->curr_entry->nextptr = tx->dma +
327 tx->curr_entry = next_dcb_hw;
400 tx->curr_entry = devm_kzalloc(sparx5->dev, size, GFP_KERNEL);
401 if (!tx->curr_entry)
403 tx->dma = virt_to_phys(tx->curr_entry);
404 tx->first_entry = tx->curr_entry;
408 dcb = &tx->curr_entry[idx];
432 /* Let the curr_entry to point to the last allocated entry */
434 tx->curr_entry
[all...]
H A Dsparx5_main.h142 struct sparx5_tx_dcb_hw *curr_entry; member in struct:sparx5_tx
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h1444 u16 curr_entry[NPC_MCAM_MAX_SHIFTS]; member in struct:npc_mcam_shift_entry_req
1451 u16 failed_entry_idx; /* Index in 'curr_entry', not entry itself */
H A Drvu_npc.c2917 old_entry = req->curr_entry[index];

Completed in 136 milliseconds