Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_sdma.c103 struct qib_sdma_txreq *txp, *txp_next; in clear_sdma_activelist()
327 struct qib_sdma_txreq *txp = NULL; in qib_sdma_make_progress()
343 txp = list_entry(lp, struct qib_sdma_txreq, list); in qib_sdma_make_progress()
374 txp = list_entry(lp, struct qib_sdma_txreq, in qib_sdma_make_progress()
704 struct qib_sdma_txreq *txp, *txpnext; in dump_sdma_state()
Dqib.h232 struct qib_sdma_txreq { struct
236 void (*callback)(struct qib_sdma_txreq *, int); argument
247 struct qib_sdma_txreq txreq; argument
Dqib_verbs.c746 static void sdma_complete(struct qib_sdma_txreq *cookie, int status) in sdma_complete()