Symbol: efx_nic_type
drivers/net/ethernet/sfc/ef10.c
4060
const struct efx_nic_type efx_hunt_a0_vf_nic_type = {
drivers/net/ethernet/sfc/ef10.c
4172
const struct efx_nic_type efx_hunt_a0_nic_type = {
drivers/net/ethernet/sfc/ef10.c
4308
const struct efx_nic_type efx_x4_nic_type = {
drivers/net/ethernet/sfc/ef100.c
462
efx->type = (const struct efx_nic_type *)entry->driver_data;
drivers/net/ethernet/sfc/ef100_nic.c
1224
const struct efx_nic_type ef100_pf_nic_type = {
drivers/net/ethernet/sfc/ef100_nic.c
1312
const struct efx_nic_type ef100_vf_nic_type = {
drivers/net/ethernet/sfc/ef100_nic.h
17
extern const struct efx_nic_type ef100_pf_nic_type;
drivers/net/ethernet/sfc/ef100_nic.h
18
extern const struct efx_nic_type ef100_vf_nic_type;
drivers/net/ethernet/sfc/efx.c
1173
efx->type = (const struct efx_nic_type *) entry->driver_data;
drivers/net/ethernet/sfc/net_driver.h
1026
const struct efx_nic_type *type;
drivers/net/ethernet/sfc/nic.h
212
extern const struct efx_nic_type efx_hunt_a0_nic_type;
drivers/net/ethernet/sfc/nic.h
213
extern const struct efx_nic_type efx_hunt_a0_vf_nic_type;
drivers/net/ethernet/sfc/nic.h
215
extern const struct efx_nic_type efx_x4_nic_type;
drivers/net/ethernet/sfc/siena/efx.c
1055
efx->type = (const struct efx_nic_type *) entry->driver_data;
drivers/net/ethernet/sfc/siena/net_driver.h
945
const struct efx_nic_type *type;
drivers/net/ethernet/sfc/siena/nic.h
119
extern const struct efx_nic_type siena_a0_nic_type;
drivers/net/ethernet/sfc/siena/siena.c
979
const struct efx_nic_type siena_a0_nic_type = {
drivers/net/ethernet/sfc/siena/tx_common.c
290
const struct efx_nic_type *nic_type = tx_queue->efx->type;
drivers/net/ethernet/sfc/tx_common.c
330
const struct efx_nic_type *nic_type = tx_queue->efx->type;