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

/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h430 extern const struct ixgbevf_info ixgbevf_82599_vf_info;
431 extern const struct ixgbevf_info ixgbevf_X540_vf_info;
432 extern const struct ixgbevf_info ixgbevf_X550_vf_info;
433 extern const struct ixgbevf_info ixgbevf_X550EM_x_vf_info;
436 extern const struct ixgbevf_info ixgbevf_x550em_a_vf_info;
438 extern const struct ixgbevf_info ixgbevf_82599_vf_hv_info;
439 extern const struct ixgbevf_info ixgbevf_X540_vf_hv_info;
440 extern const struct ixgbevf_info ixgbevf_X550_vf_hv_info;
441 extern const struct ixgbevf_info ixgbevf_X550EM_x_vf_hv_info;
H A Dvf.c1035 const struct ixgbevf_info ixgbevf_82599_vf_info = {
1040 const struct ixgbevf_info ixgbevf_82599_vf_hv_info = {
1045 const struct ixgbevf_info ixgbevf_X540_vf_info = {
1050 const struct ixgbevf_info ixgbevf_X540_vf_hv_info = {
1055 const struct ixgbevf_info ixgbevf_X550_vf_info = {
1060 const struct ixgbevf_info ixgbevf_X550_vf_hv_info = {
1065 const struct ixgbevf_info ixgbevf_X550EM_x_vf_info = {
1070 const struct ixgbevf_info ixgbevf_X550EM_x_vf_hv_info = {
1075 const struct ixgbevf_info ixgbevf_x550em_a_vf_info = {
H A Dvf.h148 struct ixgbevf_info { struct
H A Dixgbevf_main.c44 static const struct ixgbevf_info *ixgbevf_info_tbl[] = {
4530 const struct ixgbevf_info *ii = ixgbevf_info_tbl[ent->driver_data];

Completed in 133 milliseconds