Searched refs:iavf_send_pf_msg (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/intel/iavf/ |
| D | iavf_virtchnl.c | 21 static int iavf_send_pf_msg(struct iavf_adapter *adapter, in iavf_send_pf_msg() function 53 return iavf_send_pf_msg(adapter, VIRTCHNL_OP_VERSION, (u8 *)&vvi, in iavf_send_api_ver() 147 return iavf_send_pf_msg(adapter, VIRTCHNL_OP_GET_VF_RESOURCES, in iavf_send_vf_config_msg() 150 return iavf_send_pf_msg(adapter, VIRTCHNL_OP_GET_VF_RESOURCES, in iavf_send_vf_config_msg() 288 iavf_send_pf_msg(adapter, VIRTCHNL_OP_CONFIG_VSI_QUEUES, in iavf_configure_queues() 314 iavf_send_pf_msg(adapter, VIRTCHNL_OP_ENABLE_QUEUES, in iavf_enable_queues() 339 iavf_send_pf_msg(adapter, VIRTCHNL_OP_DISABLE_QUEUES, in iavf_disable_queues() 394 iavf_send_pf_msg(adapter, VIRTCHNL_OP_CONFIG_IRQ_MAP, in iavf_map_queues() 422 return iavf_send_pf_msg(adapter, VIRTCHNL_OP_REQUEST_QUEUES, in iavf_request_queues() 492 iavf_send_pf_msg(adapter, VIRTCHNL_OP_ADD_ETH_ADDR, (u8 *)veal, len); in iavf_add_ether_addrs() [all …]
|