Searched refs:gpd_ring (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/usb/mtu3/ |
H A D | mtu3_qmu.c | 156 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in reset_gpd_list() 168 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in mtu3_gpd_ring_alloc() 182 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in mtu3_gpd_ring_free() 241 return gpd_ring_empty(&mep->gpd_ring); in mtu3_prepare_transfer() 247 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in mtu3_prepare_tx_gpd() 290 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in mtu3_prepare_rx_gpd() 335 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in mtu3_qmu_start() 428 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in qmu_tx_zlp_error_handler() 477 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in qmu_error_rx() 511 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in qmu_done_tx() [all …]
|
H A D | mtu3_trace.h | 226 __field(struct mtu3_gpd_ring *, gpd_ring) 237 __entry->gpd_ring = &mep->gpd_ring; 243 __entry->gpd_ring, &__entry->gpd_ring->dma,
|
H A D | mtu3_debugfs.c | 208 ring = &mep->gpd_ring; in mtu3_qmu_ring_show() 230 ring = &mep->gpd_ring; in mtu3_qmu_gpd_show()
|
H A D | mtu3.h | 289 struct mtu3_gpd_ring gpd_ring; member
|
/openbmc/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_hif_cldma.c | 376 list_for_each_entry_safe(req_cur, req_next, &ring->gpd_ring, entry) { in t7xx_cldma_ring_free() 427 INIT_LIST_HEAD(&ring->gpd_ring); in t7xx_cldma_rx_ring_init() 442 list_add_tail(&req->entry, &ring->gpd_ring); in t7xx_cldma_rx_ring_init() 446 list_for_each_entry(req, &ring->gpd_ring, entry) { in t7xx_cldma_rx_ring_init() 477 INIT_LIST_HEAD(&ring->gpd_ring); in t7xx_cldma_tx_ring_init() 490 list_add_tail(&req->entry, &ring->gpd_ring); in t7xx_cldma_tx_ring_init() 494 list_for_each_entry(req, &ring->gpd_ring, entry) { in t7xx_cldma_tx_ring_init() 769 list_for_each_entry(req, &txq->tr_ring->gpd_ring, entry) { in t7xx_cldma_clear_txq() 790 list_for_each_entry(req, &rxq->tr_ring->gpd_ring, entry) { in t7xx_cldma_clear_rxq() 801 list_for_each_entry(req, &rxq->tr_ring->gpd_ring, entry) { in t7xx_cldma_clear_rxq() [all …]
|
H A D | t7xx_hif_cldma.h | 67 struct list_head gpd_ring; /* Ring of struct cldma_request */ member
|