Searched refs:idpf_vc_xn_exec (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_virtchnl.c | 452 static ssize_t idpf_vc_xn_exec(struct idpf_adapter *adapter, in idpf_vc_xn_exec() function 805 reply_sz = idpf_vc_xn_exec(adapter, &xn_params); in idpf_send_ver_msg() 912 reply_sz = idpf_vc_xn_exec(adapter, &xn_params); in idpf_send_get_caps_msg() 1297 reply_sz = idpf_vc_xn_exec(adapter, &xn_params); in idpf_send_create_vport_msg() 1378 reply_sz = idpf_vc_xn_exec(vport->adapter, &xn_params); in idpf_send_destroy_vport_msg() 1402 reply_sz = idpf_vc_xn_exec(vport->adapter, &xn_params); in idpf_send_enable_vport_msg() 1426 reply_sz = idpf_vc_xn_exec(vport->adapter, &xn_params); in idpf_send_disable_vport_msg() 1536 reply_sz = idpf_vc_xn_exec(vport->adapter, &xn_params); in idpf_send_config_tx_queues_msg() 1688 reply_sz = idpf_vc_xn_exec(vport->adapter, &xn_params); in idpf_send_config_rx_queues_msg() 1834 reply_sz = idpf_vc_xn_exec(vport->adapter, &xn_params); in idpf_send_ena_dis_queues_msg() [all …]
|