Searched refs:iowait_work (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/infiniband/hw/hfi1/ |
H A D | iowait.h | 50 struct iowait_work { struct 102 struct iowait_work *wait, 121 struct iowait_work wait[IOWAIT_SES]; 134 struct iowait_work *wait, 285 static inline struct sdma_txreq *iowait_get_txhead(struct iowait_work *wait) in iowait_get_txhead() 299 static inline u16 iowait_get_desc(struct iowait_work *w) in iowait_get_desc() 323 static inline void iowait_update_priority(struct iowait_work *w) in iowait_update_priority() 407 static inline bool iowait_packet_queued(struct iowait_work *wait) in iowait_packet_queued() 417 static inline void iowait_inc_wait_count(struct iowait_work *w, u16 n) in iowait_inc_wait_count() 429 static inline struct iowait_work *iowait_get_tid_work(struct iowait *w) in iowait_get_tid_work() [all …]
|
H A D | verbs_txreq.h | 60 static inline struct verbs_txreq *get_waiting_verbs_txreq(struct iowait_work *w) in get_waiting_verbs_txreq() 70 static inline bool verbs_txreq_queued(struct iowait_work *w) in verbs_txreq_queued()
|
H A 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()
|
H A D | vnic_sdma.c | 187 struct iowait_work *wait, in hfi1_vnic_sdma_sleep() 254 struct iowait_work *work; in hfi1_vnic_sdma_init()
|
H A D | sdma.h | 826 struct iowait_work; 829 struct iowait_work *wait, 833 struct iowait_work *wait,
|
H A D | qp.h | 106 void hfi1_qp_unbusy(struct rvt_qp *qp, struct iowait_work *wait);
|
H A D | verbs.h | 189 struct iowait_work; 195 struct iowait_work *wait;
|
H A D | qp.c | 27 struct iowait_work *wait, 411 void hfi1_qp_unbusy(struct rvt_qp *qp, struct iowait_work *wait) in hfi1_qp_unbusy() 438 struct iowait_work *wait, in iowait_sleep()
|
H A D | ruc.c | 478 struct iowait_work *w = container_of(work, struct iowait_work, iowork); in _hfi1_do_send()
|
H A D | ipoib_tx.c | 614 struct iowait_work *wait, in hfi1_ipoib_sdma_sleep() 670 struct iowait_work *ioww = in hfi1_ipoib_flush_txq() 671 container_of(work, struct iowait_work, iowork); in hfi1_ipoib_flush_txq()
|
H A D | user_sdma.c | 58 struct iowait_work *wait, 66 struct iowait_work *wait, in defer_packet_queue()
|
H A D | sdma.c | 2314 struct iowait_work *wait, in sdma_check_progress() 2354 struct iowait_work *wait, in sdma_send_txreq() 2432 int sdma_send_txlist(struct sdma_engine *sde, struct iowait_work *wait, in sdma_send_txlist()
|
H A D | tid_rdma.c | 5033 struct iowait_work *iowork; in hfi1_make_tid_rdma_pkt() 5343 struct iowait_work *w = container_of(work, struct iowait_work, iowork); in _hfi1_do_tid_send()
|