Searched refs:wqe_lcmd (Results 1 – 2 of 2) sorted by relevance
184 struct hinic_cmdq_wqe_lcmd *wqe_lcmd; in cmdq_prepare_wqe_ctrl() local191 wqe_lcmd = &wqe->wqe_lcmd; in cmdq_prepare_wqe_ctrl()193 wqe_lcmd->status.status_info = 0; in cmdq_prepare_wqe_ctrl()194 ctrl = &wqe_lcmd->ctrl; in cmdq_prepare_wqe_ctrl()228 static void cmdq_set_lcmd_bufdesc(struct hinic_cmdq_wqe_lcmd *wqe_lcmd, in cmdq_set_lcmd_bufdesc() argument231 hinic_set_sge(&wqe_lcmd->buf_desc.sge, buf_in->dma_addr, buf_in->size); in cmdq_set_lcmd_bufdesc()250 struct hinic_cmdq_wqe_lcmd *wqe_lcmd = &wqe->wqe_lcmd; in cmdq_set_lcmd_wqe() local256 cmdq_set_sge_completion(&wqe_lcmd->completion, buf_out); in cmdq_set_lcmd_wqe()260 wqe_lcmd->completion.direct_resp = 0; in cmdq_set_lcmd_wqe()268 cmdq_set_lcmd_bufdesc(wqe_lcmd, buf_in); in cmdq_set_lcmd_wqe()[all …]
359 struct hinic_cmdq_wqe_lcmd wqe_lcmd; member