Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Duser_sdma.h71 #define req_iovcnt(x) \ macro
H A Duser_sdma.c390 if (req_iovcnt(info.ctrl) < 1 || req_iovcnt(info.ctrl) > dim) { in hfi1_user_sdma_process_request()
394 req_iovcnt(info.ctrl), dim); in hfi1_user_sdma_process_request()
418 req->data_iovs = req_iovcnt(info.ctrl) - 1; /* subtract header vector */ in hfi1_user_sdma_process_request()