Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbevf/
H A 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;
H A Dvf.c975 const struct ixgbevf_info ixgbevf_82599_vf_info = {
980 const struct ixgbevf_info ixgbevf_82599_vf_hv_info = {
985 const struct ixgbevf_info ixgbevf_X540_vf_info = {
990 const struct ixgbevf_info ixgbevf_X540_vf_hv_info = {
995 const struct ixgbevf_info ixgbevf_X550_vf_info = {
1000 const struct ixgbevf_info ixgbevf_X550_vf_hv_info = {
1005 const struct ixgbevf_info ixgbevf_X550EM_x_vf_info = {
1010 const struct ixgbevf_info ixgbevf_X550EM_x_vf_hv_info = {
1015 const struct ixgbevf_info ixgbevf_x550em_a_vf_info = {
H A Dvf.h151 struct ixgbevf_info { struct
H A Dixgbevf_main.c44 static const struct ixgbevf_info *ixgbevf_info_tbl[] = {
4525 const struct ixgbevf_info *ii = ixgbevf_info_tbl[ent->driver_data]; in ixgbevf_probe()