Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
H A Diavf_client.h38 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...]
H A Diavf_client.c9 #include "iavf_client.h"
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()
502 * @client: pointer to the iavf_client struc
[all...]
H A DMakefile15 iavf_txrx.o iavf_common.o iavf_adminq.o iavf_client.o
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H A Diavf_client.h38 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...]
H A Diavf_client.c9 #include "iavf_client.h"
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()
502 * @client: pointer to the iavf_client struc
[all...]
H A DMakefile16 iavf_txrx.o iavf_common.o iavf_adminq.o iavf_client.o

Completed in 4 milliseconds