Searched refs:chnl_opcode (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_controlq.h92 u32 chnl_opcode; /* avoid confusion with desc->opcode */ member in struct:idpf_mbxq_desc
H A Didpf_controlq_api.h57 u32 chnl_opcode; member in struct:idpf_ctlq_msg::__anon564::__anon565
H A Didpf_controlq.c292 desc->v_opcode_dtype = cpu_to_le32(msg->cookie.mbx.chnl_opcode);
574 q_msg[i].cookie.mbx.chnl_opcode =
H A Didpf_virtchnl.c177 ctlq_msg->cookie.mbx.chnl_opcode,
280 ctlq_msg->cookie.mbx.chnl_opcode = op;
562 if (ctlq_msg->cookie.mbx.chnl_opcode != xn->vc_op) {
564 ctlq_msg->cookie.mbx.chnl_opcode, xn->vc_op);
578 ctlq_msg->cookie.mbx.chnl_opcode);
627 ctlq_msg->cookie.mbx.chnl_opcode);
644 ctlq_msg->cookie.mbx.chnl_opcode);
649 if (ctlq_msg->cookie.mbx.chnl_opcode != xn->vc_op) {
651 ctlq_msg->cookie.mbx.chnl_opcode, xn->vc_op);
715 if (ctlq_msg.cookie.mbx.chnl_opcode
[all...]

Completed in 214 milliseconds