Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h480 extern const struct ixgbevf_info ixgbevf_82599_vf_info;
481 extern const struct ixgbevf_info ixgbevf_X540_vf_info;
482 extern const struct ixgbevf_info ixgbevf_X550_vf_info;
483 extern const struct ixgbevf_info ixgbevf_X550EM_x_vf_info;
Dvf.c775 const struct ixgbevf_info ixgbevf_82599_vf_info = {
780 const struct ixgbevf_info ixgbevf_X540_vf_info = {
785 const struct ixgbevf_info ixgbevf_X550_vf_info = {
790 const struct ixgbevf_info ixgbevf_X550EM_x_vf_info = {
Dvf.h171 struct ixgbevf_info { struct
Dixgbevf_main.c64 static const struct ixgbevf_info *ixgbevf_info_tbl[] = {
3935 const struct ixgbevf_info *ii = ixgbevf_info_tbl[ent->driver_data]; in ixgbevf_probe()