Searched refs:sdma_txreq (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | sdma.h | 339 struct sdma_txreq **tx_ring; 489 struct sdma_txreq *tx, 548 struct sdma_txreq *tx, in sdma_txinit_ahg() 555 void (*cb)(struct sdma_txreq *, int)) in sdma_txinit_ahg() argument 616 struct sdma_txreq *tx, in sdma_txinit() 619 void (*cb)(struct sdma_txreq *, int)) in sdma_txinit() argument 644 struct sdma_txreq *tx, in make_tx_sdma_desc() 667 int ext_coal_sdma_tx_descs(struct hfi1_devdata *dd, struct sdma_txreq *tx, 670 int _pad_sdma_tx_descs(struct hfi1_devdata *, struct sdma_txreq *); 671 void __sdma_txclean(struct hfi1_devdata *, struct sdma_txreq *); [all …]
|
D | sdma_txreq.h | 95 struct sdma_txreq; 96 typedef void (*callback_t)(struct sdma_txreq *, int); 99 struct sdma_txreq { struct 130 static inline int sdma_txreq_built(struct sdma_txreq *tx) in sdma_txreq_built() argument
|
D | iowait.h | 62 struct sdma_txreq; 108 struct sdma_txreq *tx, 148 struct sdma_txreq *tx, in iowait_init() 298 static inline struct sdma_txreq *iowait_get_txhead(struct iowait *wait) in iowait_get_txhead() 300 struct sdma_txreq *tx = NULL; in iowait_get_txhead() 305 struct sdma_txreq, in iowait_get_txhead()
|
D | verbs_txreq.h | 60 struct sdma_txreq txreq; 100 static inline struct sdma_txreq *get_sdma_txreq(struct verbs_txreq *tx) in get_sdma_txreq() 107 struct sdma_txreq *stx; in get_waiting_verbs_txreq()
|
D | vnic_sdma.c | 73 struct sdma_txreq txreq; 84 static void vnic_sdma_complete(struct sdma_txreq *txreq, in vnic_sdma_complete() 234 struct sdma_txreq *txreq, in hfi1_vnic_sdma_sleep()
|
D | sdma.c | 364 struct sdma_txreq *tx, in complete_tx() 405 struct sdma_txreq *txp, *txp_next; in sdma_flush() 554 static inline struct sdma_txreq *get_txhead(struct sdma_engine *sde) in get_txhead() 566 struct sdma_txreq *txp = get_txhead(sde); in sdma_flush_descq() 1465 sizeof(struct sdma_txreq *)), in sdma_init() 1649 static inline u8 ahg_mode(struct sdma_txreq *tx) in ahg_mode() 1668 struct sdma_txreq *tx) in __sdma_txclean() 1761 struct sdma_txreq *stx; in sdma_desc_avail() 1791 struct sdma_txreq, in sdma_desc_avail() 1821 struct sdma_txreq *txp = NULL; in sdma_make_progress() [all …]
|
D | vnic.h | 88 struct sdma_txreq stx;
|
D | qp.c | 70 struct sdma_txreq *stx, 142 struct sdma_txreq *tx; in flush_tx_list() 146 struct sdma_txreq, in flush_tx_list() 401 struct sdma_txreq *stx, in iowait_sleep()
|
D | user_sdma.h | 246 struct sdma_txreq txreq;
|
D | user_sdma.c | 81 static void user_sdma_txreq_cb(struct sdma_txreq *txreq, int status); 105 struct sdma_txreq *txreq, 128 struct sdma_txreq *txreq, in defer_packet_queue() 1374 static void user_sdma_txreq_cb(struct sdma_txreq *txreq, int status) in user_sdma_txreq_cb() 1434 struct sdma_txreq *t, *p; in user_sdma_free_request()
|
D | trace_tx.h | 394 struct sdma_txreq *txp 431 struct sdma_txreq *txp
|
D | verbs.c | 140 struct sdma_txreq *cookie, 707 struct sdma_txreq *cookie, in verbs_sdma_complete()
|