Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h469 extern const struct ixgbevf_info ixgbevf_82599_vf_info;
470 extern const struct ixgbevf_info ixgbevf_X540_vf_info;
471 extern const struct ixgbevf_info ixgbevf_X550_vf_info;
472 extern const struct ixgbevf_info ixgbevf_X550EM_x_vf_info;
Dvf.c734 const struct ixgbevf_info ixgbevf_82599_vf_info = {
739 const struct ixgbevf_info ixgbevf_X540_vf_info = {
744 const struct ixgbevf_info ixgbevf_X550_vf_info = {
749 const struct ixgbevf_info ixgbevf_X550EM_x_vf_info = {
Dvf.h170 struct ixgbevf_info { struct
Dixgbevf_main.c64 static const struct ixgbevf_info *ixgbevf_info_tbl[] = {
3922 const struct ixgbevf_info *ii = ixgbevf_info_tbl[ent->driver_data]; in ixgbevf_probe()