hinic_read_wqe
while ((hw_wqe = hinic_read_wqe(cmdq->wq, WQE_SCMD_SIZE, &ci))) {
hw_wqe = hinic_read_wqe(cmdq->wq, WQE_LCMD_SIZE, &ci);
hw_wqe = hinic_read_wqe(sq->wq, sizeof(*ctrl), cons_idx);
hw_wqe = hinic_read_wqe(sq->wq, wqe_size, cons_idx);
hw_wqe = hinic_read_wqe(rq->wq, wqe_size, cons_idx);
struct hinic_hw_wqe *hinic_read_wqe(struct hinic_wq *wq, unsigned int wqe_size,
while ((hw_wqe = hinic_read_wqe(rq->wq, HINIC_RQ_WQE_SIZE, &ci))) {