ef4_nic_type
efx->type = (const struct ef4_nic_type *) entry->driver_data;
const struct ef4_nic_type falcon_a1_nic_type = {
const struct ef4_nic_type falcon_b0_nic_type = {
const struct ef4_nic_type *type;
extern const struct ef4_nic_type falcon_a1_nic_type;
extern const struct ef4_nic_type falcon_b0_nic_type;
const struct ef4_nic_type *nic_type = tx_queue->efx->type;