Searched defs:vfdi_status (Results 1 – 3 of 3) sorted by relevance
234 struct vfdi_status { struct235 u32 generation_start;236 u32 generation_end;237 u32 version;238 u32 length;239 u8 vi_scale;240 u8 max_tx_channels;241 u8 rss_rxq_count;242 u8 reserved1;243 u16 peer_count;[all …]
1083 struct vfdi_status *vfdi_status = nic_data->vfdi_status.addr; in efx_siena_sriov_peer_work() local1291 struct vfdi_status *vfdi_status; in efx_siena_sriov_init() local1481 struct vfdi_status *vfdi_status = nic_data->vfdi_status.addr; in efx_siena_sriov_mac_address_changed() local
111 struct efx_buffer vfdi_status; member