efx_nic_type
const struct efx_nic_type efx_hunt_a0_vf_nic_type = {
const struct efx_nic_type efx_hunt_a0_nic_type = {
const struct efx_nic_type efx_x4_nic_type = {
efx->type = (const struct efx_nic_type *)entry->driver_data;
const struct efx_nic_type ef100_pf_nic_type = {
const struct efx_nic_type ef100_vf_nic_type = {
extern const struct efx_nic_type ef100_pf_nic_type;
extern const struct efx_nic_type ef100_vf_nic_type;
efx->type = (const struct efx_nic_type *) entry->driver_data;
const struct efx_nic_type *type;
extern const struct efx_nic_type efx_hunt_a0_nic_type;
extern const struct efx_nic_type efx_hunt_a0_vf_nic_type;
extern const struct efx_nic_type efx_x4_nic_type;
efx->type = (const struct efx_nic_type *) entry->driver_data;
const struct efx_nic_type *type;
extern const struct efx_nic_type siena_a0_nic_type;
const struct efx_nic_type siena_a0_nic_type = {
const struct efx_nic_type *nic_type = tx_queue->efx->type;
const struct efx_nic_type *nic_type = tx_queue->efx->type;