Home
last modified time | relevance | path

Searched refs:ixgbevf_info (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h420 extern const struct ixgbevf_info ixgbevf_82599_vf_info;
421 extern const struct ixgbevf_info ixgbevf_X540_vf_info;
422 extern const struct ixgbevf_info ixgbevf_X550_vf_info;
423 extern const struct ixgbevf_info ixgbevf_X550EM_x_vf_info;
425 extern const struct ixgbevf_info ixgbevf_x550em_a_vf_info;
427 extern const struct ixgbevf_info ixgbevf_82599_vf_hv_info;
428 extern const struct ixgbevf_info ixgbevf_X540_vf_hv_info;
429 extern const struct ixgbevf_info ixgbevf_X550_vf_hv_info;
430 extern const struct ixgbevf_info ixgbevf_X550EM_x_vf_hv_info;
Dvf.c972 const struct ixgbevf_info ixgbevf_82599_vf_info = {
977 const struct ixgbevf_info ixgbevf_82599_vf_hv_info = {
982 const struct ixgbevf_info ixgbevf_X540_vf_info = {
987 const struct ixgbevf_info ixgbevf_X540_vf_hv_info = {
992 const struct ixgbevf_info ixgbevf_X550_vf_info = {
997 const struct ixgbevf_info ixgbevf_X550_vf_hv_info = {
1002 const struct ixgbevf_info ixgbevf_X550EM_x_vf_info = {
1007 const struct ixgbevf_info ixgbevf_X550EM_x_vf_hv_info = {
1012 const struct ixgbevf_info ixgbevf_x550em_a_vf_info = {
Dvf.h151 struct ixgbevf_info { struct
Dixgbevf_main.c45 static const struct ixgbevf_info *ixgbevf_info_tbl[] = {
4494 const struct ixgbevf_info *ii = ixgbevf_info_tbl[ent->driver_data]; in ixgbevf_probe()