Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_sdma.c127 struct qib_sdma_txreq *txp, *txp_next; in clear_sdma_activelist()
351 struct qib_sdma_txreq *txp = NULL; in qib_sdma_make_progress()
367 txp = list_entry(lp, struct qib_sdma_txreq, list); in qib_sdma_make_progress()
398 txp = list_entry(lp, struct qib_sdma_txreq, in qib_sdma_make_progress()
723 struct qib_sdma_txreq *txp, *txpnext; in dump_sdma_state()
Dqib.h245 struct qib_sdma_txreq { struct
249 void (*callback)(struct qib_sdma_txreq *, int); argument
260 struct qib_sdma_txreq txreq; argument
Dqib_verbs.c1094 static void sdma_complete(struct qib_sdma_txreq *cookie, int status) in sdma_complete()