Home
last modified time | relevance | path

Searched refs:sdma_txreq (Results 1 – 15 of 15) sorted by relevance

/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dsdma.h288 struct sdma_txreq **tx_ring;
440 struct sdma_txreq *tx,
499 struct sdma_txreq *tx, in sdma_txinit_ahg()
506 void (*cb)(struct sdma_txreq *, int)) in sdma_txinit_ahg() argument
567 struct sdma_txreq *tx, in sdma_txinit()
570 void (*cb)(struct sdma_txreq *, int)) in sdma_txinit() argument
595 struct sdma_txreq *tx, in make_tx_sdma_desc()
618 int ext_coal_sdma_tx_descs(struct hfi1_devdata *dd, struct sdma_txreq *tx,
621 int _pad_sdma_tx_descs(struct hfi1_devdata *, struct sdma_txreq *);
622 void __sdma_txclean(struct hfi1_devdata *, struct sdma_txreq *);
[all …]
Diowait.h35 struct sdma_txreq;
103 struct sdma_txreq *tx,
135 struct sdma_txreq *tx,
285 static inline struct sdma_txreq *iowait_get_txhead(struct iowait_work *wait) in iowait_get_txhead()
287 struct sdma_txreq *tx = NULL; in iowait_get_txhead()
292 struct sdma_txreq, in iowait_get_txhead()
302 struct sdma_txreq *tx = NULL; in iowait_get_desc()
305 tx = list_first_entry(&w->tx_head, struct sdma_txreq, in iowait_get_desc()
325 struct sdma_txreq *tx = NULL; in iowait_update_priority()
328 tx = list_first_entry(&w->tx_head, struct sdma_txreq, in iowait_update_priority()
Dsdma_txreq.h54 struct sdma_txreq;
55 typedef void (*callback_t)(struct sdma_txreq *, int);
58 struct sdma_txreq { struct
89 static inline int sdma_txreq_built(struct sdma_txreq *tx) in sdma_txreq_built() argument
Dverbs_txreq.h18 struct sdma_txreq txreq;
62 struct sdma_txreq *stx; in get_waiting_verbs_txreq()
Dvnic_sdma.c29 struct sdma_txreq txreq;
38 static void vnic_sdma_complete(struct sdma_txreq *txreq, in vnic_sdma_complete()
187 struct sdma_txreq *txreq, in hfi1_vnic_sdma_sleep()
Dsdma.c323 struct sdma_txreq *tx, in complete_tx()
364 struct sdma_txreq *txp, *txp_next; in sdma_flush()
528 static inline struct sdma_txreq *get_txhead(struct sdma_engine *sde) in get_txhead()
540 struct sdma_txreq *txp = get_txhead(sde); in sdma_flush_descq()
1437 sizeof(struct sdma_txreq *)), in sdma_init()
1618 static inline u8 ahg_mode(struct sdma_txreq *tx) in ahg_mode()
1637 struct sdma_txreq *tx) in __sdma_txclean()
1788 struct sdma_txreq *txp = NULL; in sdma_make_progress()
2267 static inline u16 submit_tx(struct sdma_engine *sde, struct sdma_txreq *tx) in submit_tx()
2317 struct sdma_txreq *tx, in sdma_check_progress()
[all …]
Dipoib_tx.c188 static void hfi1_ipoib_sdma_complete(struct sdma_txreq *txreq, int status) in hfi1_ipoib_sdma_complete()
203 struct sdma_txreq *txreq = &tx->txreq; in hfi1_ipoib_build_ulp_payload()
233 struct sdma_txreq *txreq = &tx->txreq; in hfi1_ipoib_build_tx_desc()
614 struct sdma_txreq *txreq, in hfi1_ipoib_sdma_sleep()
768 struct sdma_txreq *txreq; in hfi1_ipoib_drain_tx_list()
769 struct sdma_txreq *txreq_tmp; in hfi1_ipoib_drain_tx_list()
Dvnic.h47 struct sdma_txreq stx;
Dipoib.h57 struct sdma_txreq txreq;
Diowait.c46 struct sdma_txreq *tx, in iowait_init()
Dqp.c28 struct sdma_txreq *stx,
110 struct sdma_txreq *tx; in flush_list_head()
114 struct sdma_txreq, in flush_list_head()
439 struct sdma_txreq *stx, in iowait_sleep()
Duser_sdma.h198 struct sdma_txreq txreq;
Duser_sdma.c40 static void user_sdma_txreq_cb(struct sdma_txreq *txreq, int status);
64 struct sdma_txreq *txreq,
87 struct sdma_txreq *txreq, in defer_packet_queue()
1361 static void user_sdma_txreq_cb(struct sdma_txreq *txreq, int status) in user_sdma_txreq_cb()
1407 struct sdma_txreq *t, *p; in user_sdma_free_request()
Dtrace_tx.h362 struct sdma_txreq *txp
399 struct sdma_txreq *txp
Dverbs.c98 struct sdma_txreq *cookie,
586 struct sdma_txreq *cookie, in verbs_sdma_complete()