Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Duser_sdma.h33 #define req_iovcnt(x) \ macro
H A Duser_sdma.c325 if (req_iovcnt(info.ctrl) < 1 || req_iovcnt(info.ctrl) > dim) { in hfi1_user_sdma_process_request()
329 req_iovcnt(info.ctrl), dim); in hfi1_user_sdma_process_request()
353 req->data_iovs = req_iovcnt(info.ctrl) - 1; /* subtract header vector */ in hfi1_user_sdma_process_request()