Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h428 extern const struct ixgbevf_info ixgbevf_82599_vf_info;
429 extern const struct ixgbevf_info ixgbevf_X540_vf_info;
430 extern const struct ixgbevf_info ixgbevf_X550_vf_info;
431 extern const struct ixgbevf_info ixgbevf_X550EM_x_vf_info;
433 extern const struct ixgbevf_info ixgbevf_x550em_a_vf_info;
435 extern const struct ixgbevf_info ixgbevf_82599_vf_hv_info;
436 extern const struct ixgbevf_info ixgbevf_X540_vf_hv_info;
437 extern const struct ixgbevf_info ixgbevf_X550_vf_hv_info;
438 extern const struct ixgbevf_info ixgbevf_X550EM_x_vf_hv_info;
Dvf.c983 const struct ixgbevf_info ixgbevf_82599_vf_info = {
988 const struct ixgbevf_info ixgbevf_82599_vf_hv_info = {
993 const struct ixgbevf_info ixgbevf_X540_vf_info = {
998 const struct ixgbevf_info ixgbevf_X540_vf_hv_info = {
1003 const struct ixgbevf_info ixgbevf_X550_vf_info = {
1008 const struct ixgbevf_info ixgbevf_X550_vf_hv_info = {
1013 const struct ixgbevf_info ixgbevf_X550EM_x_vf_info = {
1018 const struct ixgbevf_info ixgbevf_X550EM_x_vf_hv_info = {
1023 const struct ixgbevf_info ixgbevf_x550em_a_vf_info = {
Dvf.h148 struct ixgbevf_info { struct
Dixgbevf_main.c44 static const struct ixgbevf_info *ixgbevf_info_tbl[] = {
4505 const struct ixgbevf_info *ii = ixgbevf_info_tbl[ent->driver_data]; in ixgbevf_probe()