wqe_lcmd          189 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c 	struct hinic_cmdq_wqe_lcmd *wqe_lcmd;
wqe_lcmd          196 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c 		wqe_lcmd = &wqe->wqe_lcmd;
wqe_lcmd          198 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c 		wqe_lcmd->status.status_info = 0;
wqe_lcmd          199 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c 		ctrl = &wqe_lcmd->ctrl;
wqe_lcmd          233 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c static void cmdq_set_lcmd_bufdesc(struct hinic_cmdq_wqe_lcmd *wqe_lcmd,
wqe_lcmd          236 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c 	hinic_set_sge(&wqe_lcmd->buf_desc.sge, buf_in->dma_addr, buf_in->size);
wqe_lcmd          255 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c 	struct hinic_cmdq_wqe_lcmd *wqe_lcmd = &wqe->wqe_lcmd;
wqe_lcmd          261 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c 		cmdq_set_sge_completion(&wqe_lcmd->completion, buf_out);
wqe_lcmd          265 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c 		wqe_lcmd->completion.direct_resp = 0;
wqe_lcmd          273 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c 	cmdq_set_lcmd_bufdesc(wqe_lcmd, buf_in);
wqe_lcmd          410 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c 		struct hinic_cmdq_wqe_lcmd *wqe_lcmd = &curr_cmdq_wqe->wqe_lcmd;
wqe_lcmd          412 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c 		*resp = cpu_to_be64(wqe_lcmd->completion.direct_resp);
wqe_lcmd          542 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c 		struct hinic_cmdq_wqe_lcmd *wqe_lcmd = &wqe->wqe_lcmd;
wqe_lcmd          544 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c 		ctrl = &wqe_lcmd->ctrl;
wqe_lcmd          619 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c 	struct hinic_cmdq_wqe_lcmd *wqe_lcmd = &cmdq_wqe->wqe_lcmd;
wqe_lcmd          620 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c 	struct hinic_status *status = &wqe_lcmd->status;
wqe_lcmd          621 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c 	struct hinic_ctrl *ctrl = &wqe_lcmd->ctrl;
wqe_lcmd          384 drivers/net/ethernet/huawei/hinic/hinic_hw_wqe.h 		struct hinic_cmdq_wqe_lcmd      wqe_lcmd;