Home
last modified time | relevance | path

Searched refs:iowait_ioww_to_iow (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dsdma.c2366 if (wait && iowait_ioww_to_iow(wait)->sleep) { in sdma_check_progress()
2407 tx->wait = iowait_ioww_to_iow(wait); in sdma_send_txreq()
2416 iowait_sdma_inc(iowait_ioww_to_iow(wait)); in sdma_send_txreq()
2423 iowait_sdma_inc(iowait_ioww_to_iow(wait)); in sdma_send_txreq()
2486 tx->wait = iowait_ioww_to_iow(wait); in sdma_send_txlist()
2507 iowait_sdma_add(iowait_ioww_to_iow(wait), total_count); in sdma_send_txlist()
2509 iowait_ioww_to_iow(wait)); in sdma_send_txlist()
2519 tx->wait = iowait_ioww_to_iow(wait); in sdma_send_txlist()
Diowait.h488 static inline struct iowait *iowait_ioww_to_iow(struct iowait_work *w) in iowait_ioww_to_iow() function