Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_fdma.c207 struct sparx5_db_hw *db_hw; in sparx5_fdma_rx_get_frame() local
227 db_hw->dataptr = dma_addr; in sparx5_fdma_rx_get_frame()
312 struct sparx5_db_hw *db_hw; in sparx5_fdma_xmit() local
316 db_hw = &next_dcb_hw->db[0]; in sparx5_fdma_xmit()
317 if (!(db_hw->status & FDMA_DCB_STATUS_DONE)) in sparx5_fdma_xmit()
329 db_hw->status = FDMA_DCB_STATUS_SOF | in sparx5_fdma_xmit()
367 struct sparx5_db_hw *db_hw = &dcb->db[jdx]; in sparx5_fdma_rx_alloc() local
376 db_hw->dataptr = dma_addr; in sparx5_fdma_rx_alloc()
377 db_hw->status = 0; in sparx5_fdma_rx_alloc()
420 db_hw->dataptr = phys; in sparx5_fdma_tx_alloc()
[all …]

Completed in 4 milliseconds