Searched refs:wqe_lcmd (Results 1 – 2 of 2) sorted by relevance
198 struct hinic_cmdq_wqe_lcmd *wqe_lcmd; in cmdq_prepare_wqe_ctrl() local205 wqe_lcmd = &wqe->wqe_lcmd; in cmdq_prepare_wqe_ctrl()207 wqe_lcmd->status.status_info = 0; in cmdq_prepare_wqe_ctrl()208 ctrl = &wqe_lcmd->ctrl; in cmdq_prepare_wqe_ctrl()242 static void cmdq_set_lcmd_bufdesc(struct hinic_cmdq_wqe_lcmd *wqe_lcmd, in cmdq_set_lcmd_bufdesc() argument245 hinic_set_sge(&wqe_lcmd->buf_desc.sge, buf_in->dma_addr, buf_in->size); in cmdq_set_lcmd_bufdesc()264 struct hinic_cmdq_wqe_lcmd *wqe_lcmd = &wqe->wqe_lcmd; in cmdq_set_lcmd_wqe() local270 cmdq_set_sge_completion(&wqe_lcmd->completion, buf_out); in cmdq_set_lcmd_wqe()274 wqe_lcmd->completion.direct_resp = 0; in cmdq_set_lcmd_wqe()282 cmdq_set_lcmd_bufdesc(wqe_lcmd, buf_in); in cmdq_set_lcmd_wqe()[all …]
297 struct hinic_cmdq_wqe_lcmd wqe_lcmd; member