Searched refs:sdma_txreq (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | sdma.h | 288 struct sdma_txreq **tx_ring; 439 struct sdma_txreq *tx, 498 struct sdma_txreq *tx, in sdma_txinit_ahg() 505 void (*cb)(struct sdma_txreq *, int)) in sdma_txinit_ahg() argument 566 struct sdma_txreq *tx, in sdma_txinit() 569 void (*cb)(struct sdma_txreq *, int)) in sdma_txinit() argument 594 struct sdma_txreq *tx, in make_tx_sdma_desc() 625 int ext_coal_sdma_tx_descs(struct hfi1_devdata *dd, struct sdma_txreq *tx, 628 int _pad_sdma_tx_descs(struct hfi1_devdata *, struct sdma_txreq *); 629 void __sdma_txclean(struct hfi1_devdata *, struct sdma_txreq *); [all …]
|
| H A D | sdma_txreq.h | 57 struct sdma_txreq; 58 typedef void (*callback_t)(struct sdma_txreq *, int); 61 struct sdma_txreq { struct 92 static inline int sdma_txreq_built(struct sdma_txreq *tx) in sdma_txreq_built() argument
|
| H A D | verbs_txreq.h | 18 struct sdma_txreq txreq; 62 struct sdma_txreq *stx; in get_waiting_verbs_txreq()
|
| H A D | vnic_sdma.c | 29 struct sdma_txreq txreq; 38 static void vnic_sdma_complete(struct sdma_txreq *txreq, in vnic_sdma_complete() 188 struct sdma_txreq *txreq, in hfi1_vnic_sdma_sleep()
|
| H A D | sdma.c | 323 struct sdma_txreq *tx, in complete_tx() 364 struct sdma_txreq *txp, *txp_next; in sdma_flush() 529 static inline struct sdma_txreq *get_txhead(struct sdma_engine *sde) in get_txhead() 541 struct sdma_txreq *txp = get_txhead(sde); in sdma_flush_descq() 1438 sizeof(struct sdma_txreq *)), in sdma_init() 1599 static inline u8 ahg_mode(struct sdma_txreq *tx) in ahg_mode() 1618 struct sdma_txreq *tx) in __sdma_txclean() 1769 struct sdma_txreq *txp = NULL; in sdma_make_progress() 2248 static inline u16 submit_tx(struct sdma_engine *sde, struct sdma_txreq *tx) in submit_tx() 2298 struct sdma_txreq *tx, in sdma_check_progress() [all …]
|
| H A D | ipoib_tx.c | 188 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() 234 struct sdma_txreq *txreq = &tx->txreq; in hfi1_ipoib_build_tx_desc() 615 struct sdma_txreq *txreq, in hfi1_ipoib_sdma_sleep() 772 struct sdma_txreq *txreq; in hfi1_ipoib_drain_tx_list() 773 struct sdma_txreq *txreq_tmp; in hfi1_ipoib_drain_tx_list()
|
| H A D | vnic.h | 47 struct sdma_txreq stx;
|
| H A D | ipoib.h | 57 struct sdma_txreq txreq;
|
| H A D | qp.c | 28 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()
|
| H A D | iowait.c | 46 struct sdma_txreq *tx, in iowait_init()
|
| H A D | user_sdma.c | 39 static void user_sdma_txreq_cb(struct sdma_txreq *txreq, int status); 59 struct sdma_txreq *txreq, 67 struct sdma_txreq *txreq, in defer_packet_queue() 1152 static void user_sdma_txreq_cb(struct sdma_txreq *txreq, int status) in user_sdma_txreq_cb() 1196 struct sdma_txreq *t, *p; in user_sdma_free_request()
|
| H A D | user_sdma.h | 187 struct sdma_txreq txreq;
|
| H A D | verbs.c | 98 struct sdma_txreq *cookie, 586 struct sdma_txreq *cookie, in verbs_sdma_complete()
|