Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/hw/qib/
Dqib_sdma.c103 struct qib_sdma_txreq *txp, *txp_next; in clear_sdma_activelist()
328 struct qib_sdma_txreq *txp = NULL; in qib_sdma_make_progress()
344 txp = list_entry(lp, struct qib_sdma_txreq, list); in qib_sdma_make_progress()
375 txp = list_entry(lp, struct qib_sdma_txreq, in qib_sdma_make_progress()
683 struct qib_sdma_txreq *txp, *txpnext; in dump_sdma_state()
Dqib.h233 struct qib_sdma_txreq { struct
237 void (*callback)(struct qib_sdma_txreq *, int); argument
248 struct qib_sdma_txreq txreq; argument
Dqib_verbs.c711 static void sdma_complete(struct qib_sdma_txreq *cookie, int status) in sdma_complete()