Searched refs:iavf_client (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/intel/iavf/ |
D | iavf_client.h | 38 struct iavf_client; 109 int (*setup_qvlist)(struct iavf_info *ldev, struct iavf_client *client, 112 u32 (*virtchnl_send)(struct iavf_info *ldev, struct iavf_client *client, 117 struct iavf_client *client); 124 int (*open)(struct iavf_info *ldev, struct iavf_client *client); 130 void (*close)(struct iavf_info *ldev, struct iavf_client *client, 135 struct iavf_client *client, 140 struct iavf_client *client, 148 struct iavf_client *client; 152 struct iavf_client { struct [all …]
|
D | iavf_client.c | 13 static struct iavf_client *vf_registered_client; 18 struct iavf_client *client, 22 struct iavf_client *client, 253 struct iavf_client *client = vf_registered_client; in iavf_client_subtask() 360 static void iavf_client_release(struct iavf_client *client) in iavf_client_release() 395 static void iavf_client_prepare(struct iavf_client *client) in iavf_client_prepare() 419 struct iavf_client *client, in iavf_client_virtchnl_send() 446 struct iavf_client *client, in iavf_client_setup_qvlist() 506 int iavf_register_client(struct iavf_client *client) in iavf_register_client() 557 int iavf_unregister_client(struct iavf_client *client) in iavf_unregister_client()
|
D | Makefile | 15 iavf_txrx.o iavf_common.o iavf_adminq.o iavf_client.o
|