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

/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c8 * iavf_send_pf_msg
16 static int iavf_send_pf_msg(struct iavf_adapter *adapter, function
48 return iavf_send_pf_msg(adapter, VIRTCHNL_OP_VERSION, (u8 *)&vvi,
156 return iavf_send_pf_msg(adapter, VIRTCHNL_OP_GET_VF_RESOURCES,
159 return iavf_send_pf_msg(adapter, VIRTCHNL_OP_GET_VF_RESOURCES,
172 return iavf_send_pf_msg(adapter, VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPS,
322 iavf_send_pf_msg(adapter, VIRTCHNL_OP_CONFIG_VSI_QUEUES,
348 iavf_send_pf_msg(adapter, VIRTCHNL_OP_ENABLE_QUEUES,
373 iavf_send_pf_msg(adapter, VIRTCHNL_OP_DISABLE_QUEUES,
428 iavf_send_pf_msg(adapte
[all...]

Completed in 226 milliseconds