Searched refs:wqe_lcmd (Results 1 – 2 of 2) sorted by relevance
189 struct hinic_cmdq_wqe_lcmd *wqe_lcmd; in cmdq_prepare_wqe_ctrl() local196 wqe_lcmd = &wqe->wqe_lcmd; in cmdq_prepare_wqe_ctrl()198 wqe_lcmd->status.status_info = 0; in cmdq_prepare_wqe_ctrl()199 ctrl = &wqe_lcmd->ctrl; in cmdq_prepare_wqe_ctrl()233 static void cmdq_set_lcmd_bufdesc(struct hinic_cmdq_wqe_lcmd *wqe_lcmd, in cmdq_set_lcmd_bufdesc() argument236 hinic_set_sge(&wqe_lcmd->buf_desc.sge, buf_in->dma_addr, buf_in->size); in cmdq_set_lcmd_bufdesc()255 struct hinic_cmdq_wqe_lcmd *wqe_lcmd = &wqe->wqe_lcmd; in cmdq_set_lcmd_wqe() local261 cmdq_set_sge_completion(&wqe_lcmd->completion, buf_out); in cmdq_set_lcmd_wqe()265 wqe_lcmd->completion.direct_resp = 0; in cmdq_set_lcmd_wqe()273 cmdq_set_lcmd_bufdesc(wqe_lcmd, buf_in); in cmdq_set_lcmd_wqe()[all …]
384 struct hinic_cmdq_wqe_lcmd wqe_lcmd; member