Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h420 extern const struct ixgbevf_info ixgbevf_82599_vf_info;
421 extern const struct ixgbevf_info ixgbevf_X540_vf_info;
422 extern const struct ixgbevf_info ixgbevf_X550_vf_info;
423 extern const struct ixgbevf_info ixgbevf_X550EM_x_vf_info;
426 extern const struct ixgbevf_info ixgbevf_x550em_a_vf_info;
427 extern const struct ixgbevf_info ixgbevf_e610_vf_info;
429 extern const struct ixgbevf_info ixgbevf_82599_vf_hv_info;
430 extern const struct ixgbevf_info ixgbevf_X540_vf_hv_info;
431 extern const struct ixgbevf_info ixgbevf_X550_vf_hv_info;
432 extern const struct ixgbevf_info ixgbevf_X550EM_x_vf_hv_info;
[all …]
H A Dvf.c1153 const struct ixgbevf_info ixgbevf_82599_vf_info = {
1158 const struct ixgbevf_info ixgbevf_82599_vf_hv_info = {
1163 const struct ixgbevf_info ixgbevf_X540_vf_info = {
1168 const struct ixgbevf_info ixgbevf_X540_vf_hv_info = {
1173 const struct ixgbevf_info ixgbevf_X550_vf_info = {
1178 const struct ixgbevf_info ixgbevf_X550_vf_hv_info = {
1183 const struct ixgbevf_info ixgbevf_X550EM_x_vf_info = {
1188 const struct ixgbevf_info ixgbevf_X550EM_x_vf_hv_info = {
1193 const struct ixgbevf_info ixgbevf_x550em_a_vf_info = {
1198 const struct ixgbevf_info ixgbevf_e610_vf_info = {
[all …]
H A Dvf.h151 struct ixgbevf_info { struct
H A Dixgbevf_main.c44 static const struct ixgbevf_info *ixgbevf_info_tbl[] = {
4561 const struct ixgbevf_info *ii = ixgbevf_info_tbl[ent->driver_data]; in ixgbevf_probe()