hinic_get_wqe
hw_wqe = hinic_get_wqe(wq, WQE_LCMD_SIZE, &curr_prod_idx);
hw_wqe = hinic_get_wqe(wq, WQE_SCMD_SIZE, &curr_prod_idx);
struct hinic_hw_wqe *hw_wqe = hinic_get_wqe(sq->wq, wqe_size,
struct hinic_hw_wqe *hw_wqe = hinic_get_wqe(rq->wq, wqe_size,
struct hinic_hw_wqe *hinic_get_wqe(struct hinic_wq *wq, unsigned int wqe_size,