Lines Matching defs:ef100_nic_data
64 struct ef100_nic_data { struct
65 struct efx_nic *efx;
66 struct efx_buffer mcdi_buf;
67 u32 datapath_caps;
68 u32 datapath_caps2;
69 u32 datapath_caps3;
70 unsigned int pf_index;
71 u16 warm_boot_count;
72 u8 port_id[ETH_ALEN];
74 u64 stats[EF100_STAT_COUNT];
75 u32 base_mport;
76 bool have_mport; /* base_mport was populated successfully */
77 u32 own_mport;
78 u32 local_mae_intf; /* interface_idx that corresponds to us, in mport enumerate */
79 bool have_own_mport; /* own_mport was populated successfully */
80 bool have_local_intf; /* local_mae_intf was populated successfully */
81 bool grp_mae; /* MAE Privilege */
82 u16 tso_max_hdr_len;
83 u16 tso_max_payload_num_segs;
84 u16 tso_max_frames;
85 unsigned int tso_max_payload_len;