Lines Matching refs:vc_op

66 	u32 vc_op;  member
88 u32 vc_op; member
479 xn->idx, xn->vc_op); in idpf_vc_xn_exec()
485 xn->vc_op = params->vc_op; in idpf_vc_xn_exec()
494 retval = idpf_send_mb_msg(adapter, params->vc_op, in idpf_vc_xn_exec()
521 params->vc_op, params->timeout_ms); in idpf_vc_xn_exec()
529 params->vc_op); in idpf_vc_xn_exec()
564 if (ctlq_msg->cookie.mbx.chnl_opcode != xn->vc_op) { in idpf_vc_xn_forward_async()
566 ctlq_msg->cookie.mbx.chnl_opcode, xn->vc_op); in idpf_vc_xn_forward_async()
651 if (ctlq_msg->cookie.mbx.chnl_opcode != xn->vc_op) { in idpf_vc_xn_forward_reply()
653 ctlq_msg->cookie.mbx.chnl_opcode, xn->vc_op); in idpf_vc_xn_forward_reply()
795 xn_params.vc_op = VIRTCHNL2_OP_VERSION; in idpf_send_ver_msg()
901 xn_params.vc_op = VIRTCHNL2_OP_GET_CAPS; in idpf_send_get_caps_msg()
1287 xn_params.vc_op = VIRTCHNL2_OP_CREATE_VPORT; in idpf_send_create_vport_msg()
1370 xn_params.vc_op = VIRTCHNL2_OP_DESTROY_VPORT; in idpf_send_destroy_vport_msg()
1394 xn_params.vc_op = VIRTCHNL2_OP_ENABLE_VPORT; in idpf_send_enable_vport_msg()
1418 xn_params.vc_op = VIRTCHNL2_OP_DISABLE_VPORT; in idpf_send_disable_vport_msg()
1521 xn_params.vc_op = VIRTCHNL2_OP_CONFIG_TX_QUEUES; in idpf_send_config_tx_queues_msg()
1673 xn_params.vc_op = VIRTCHNL2_OP_CONFIG_RX_QUEUES; in idpf_send_config_rx_queues_msg()
1814 xn_params.vc_op = VIRTCHNL2_OP_ENABLE_QUEUES; in idpf_send_ena_dis_queues_msg()
1817 xn_params.vc_op = VIRTCHNL2_OP_DISABLE_QUEUES; in idpf_send_ena_dis_queues_msg()
1942 xn_params.vc_op = VIRTCHNL2_OP_MAP_QUEUE_VECTOR; in idpf_send_map_unmap_queue_vector_msg()
1945 xn_params.vc_op = VIRTCHNL2_OP_UNMAP_QUEUE_VECTOR; in idpf_send_map_unmap_queue_vector_msg()
2073 xn_params.vc_op = VIRTCHNL2_OP_DEL_QUEUES; in idpf_send_delete_queues_msg()
2136 xn_params.vc_op = VIRTCHNL2_OP_ADD_QUEUES; in idpf_send_add_queues_msg()
2187 xn_params.vc_op = VIRTCHNL2_OP_ALLOC_VECTORS; in idpf_send_alloc_vectors_msg()
2235 xn_params.vc_op = VIRTCHNL2_OP_DEALLOC_VECTORS; in idpf_send_dealloc_vectors_msg()
2274 xn_params.vc_op = VIRTCHNL2_OP_SET_SRIOV_VFS; in idpf_send_set_sriov_vfs_msg()
2304 xn_params.vc_op = VIRTCHNL2_OP_GET_STATS; in idpf_send_get_stats_msg()
2372 xn_params.vc_op = VIRTCHNL2_OP_GET_RSS_LUT; in idpf_send_get_set_rss_lut_msg()
2380 xn_params.vc_op = VIRTCHNL2_OP_SET_RSS_LUT; in idpf_send_get_set_rss_lut_msg()
2446 xn_params.vc_op = VIRTCHNL2_OP_GET_RSS_KEY; in idpf_send_get_set_rss_key_msg()
2454 xn_params.vc_op = VIRTCHNL2_OP_SET_RSS_KEY; in idpf_send_get_set_rss_key_msg()
2580 xn_params.vc_op = VIRTCHNL2_OP_GET_PTYPE_INFO; in idpf_send_get_rx_ptype_msg()
2774 xn_params.vc_op = VIRTCHNL2_OP_LOOPBACK; in idpf_send_ena_dis_loopback_msg()
3564 xn->vc_op); in idpf_mac_filter_async_handler()
3570 xn->vc_op, xn->reply_sz); in idpf_mac_filter_async_handler()
3598 xn_params.vc_op = add ? VIRTCHNL2_OP_ADD_MAC_ADDR : in idpf_add_del_mac_filters()
3717 xn_params.vc_op = VIRTCHNL2_OP_CONFIG_PROMISCUOUS_MODE; in idpf_set_promiscuous()