Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf_controlq.h92 u32 chnl_opcode; /* avoid confusion with desc->opcode */ member
H A Didpf_controlq_api.h57 u32 chnl_opcode; member
H A Didpf_virtchnl.c179 ctlq_msg->cookie.mbx.chnl_opcode, in idpf_recv_event_msg()
282 ctlq_msg->cookie.mbx.chnl_opcode = op; in idpf_send_mb_msg()
566 if (ctlq_msg->cookie.mbx.chnl_opcode != xn->vc_op) { in idpf_vc_xn_forward_async()
568 ctlq_msg->cookie.mbx.chnl_opcode, xn->vc_op); in idpf_vc_xn_forward_async()
582 ctlq_msg->cookie.mbx.chnl_opcode); in idpf_vc_xn_forward_async()
622 ctlq_msg->cookie.mbx.chnl_opcode, salt); in idpf_vc_xn_forward_reply()
633 ctlq_msg->cookie.mbx.chnl_opcode); in idpf_vc_xn_forward_reply()
650 ctlq_msg->cookie.mbx.chnl_opcode); in idpf_vc_xn_forward_reply()
655 if (ctlq_msg->cookie.mbx.chnl_opcode != xn->vc_op) { in idpf_vc_xn_forward_reply()
657 ctlq_msg->cookie.mbx.chnl_opcode, xn->vc_op); in idpf_vc_xn_forward_reply()
[all …]
H A Didpf_controlq.c292 desc->v_opcode_dtype = cpu_to_le32(msg->cookie.mbx.chnl_opcode); in idpf_ctlq_send()
580 q_msg[i].cookie.mbx.chnl_opcode = in idpf_ctlq_recv()