Searched refs:iowait_work (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | iowait.h | 91 struct iowait_work { struct 143 struct iowait_work *wait, 162 struct iowait_work wait[IOWAIT_SES]; 175 struct iowait_work *wait, 326 static inline struct sdma_txreq *iowait_get_txhead(struct iowait_work *wait) in iowait_get_txhead() 340 static inline u16 iowait_get_desc(struct iowait_work *w) in iowait_get_desc() 364 static inline void iowait_update_priority(struct iowait_work *w) in iowait_update_priority() 448 static inline bool iowait_packet_queued(struct iowait_work *wait) in iowait_packet_queued() 458 static inline void iowait_inc_wait_count(struct iowait_work *w, u16 n) in iowait_inc_wait_count() 470 static inline struct iowait_work *iowait_get_tid_work(struct iowait *w) in iowait_get_tid_work() [all …]
|
D | verbs_txreq.h | 107 static inline struct verbs_txreq *get_waiting_verbs_txreq(struct iowait_work *w) in get_waiting_verbs_txreq() 117 static inline bool verbs_txreq_queued(struct iowait_work *w) in verbs_txreq_queued()
|
D | iowait.c | 45 struct iowait_work *wait, in iowait_init() 93 int iowait_set_work_flag(struct iowait_work *w) in iowait_set_work_flag()
|
D | vnic_sdma.c | 228 struct iowait_work *wait, in hfi1_vnic_sdma_sleep() 295 struct iowait_work *work; in hfi1_vnic_sdma_init()
|
D | qp.h | 148 void hfi1_qp_unbusy(struct rvt_qp *qp, struct iowait_work *wait);
|
D | sdma.h | 844 struct iowait_work; 847 struct iowait_work *wait, 851 struct iowait_work *wait,
|
D | verbs.h | 231 struct iowait_work; 237 struct iowait_work *wait;
|
D | ipoib_tx.c | 618 struct iowait_work *wait, in hfi1_ipoib_sdma_sleep() 668 struct iowait_work *ioww = in hfi1_ipoib_flush_txq() 669 container_of(work, struct iowait_work, iowork); in hfi1_ipoib_flush_txq()
|
D | qp.c | 69 struct iowait_work *wait, 452 void hfi1_qp_unbusy(struct rvt_qp *qp, struct iowait_work *wait) in hfi1_qp_unbusy() 479 struct iowait_work *wait, in iowait_sleep()
|
D | ruc.c | 519 struct iowait_work *w = container_of(work, struct iowait_work, iowork); in _hfi1_do_send()
|
D | user_sdma.c | 104 struct iowait_work *wait, 127 struct iowait_work *wait, in defer_packet_queue()
|
D | sdma.c | 2358 struct iowait_work *wait, in sdma_check_progress() 2398 struct iowait_work *wait, in sdma_send_txreq() 2476 int sdma_send_txlist(struct sdma_engine *sde, struct iowait_work *wait, in sdma_send_txlist()
|
D | tid_rdma.c | 5021 struct iowait_work *iowork; in hfi1_make_tid_rdma_pkt() 5331 struct iowait_work *w = container_of(work, struct iowait_work, iowork); in _hfi1_do_tid_send()
|