Home
last modified time | relevance | path

Searched refs:efx_nic_type (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/sfc/
Dnic.h585 extern const struct efx_nic_type falcon_a1_nic_type;
586 extern const struct efx_nic_type falcon_b0_nic_type;
587 extern const struct efx_nic_type siena_a0_nic_type;
588 extern const struct efx_nic_type efx_hunt_a0_nic_type;
589 extern const struct efx_nic_type efx_hunt_a0_vf_nic_type;
Dnet_driver.h926 const struct efx_nic_type *type;
1220 struct efx_nic_type { struct
Dsiena.c920 const struct efx_nic_type siena_a0_nic_type = {
Dfalcon.c2703 const struct efx_nic_type falcon_a1_nic_type = {
2806 const struct efx_nic_type falcon_b0_nic_type = {
Def10.c4677 const struct efx_nic_type efx_hunt_a0_vf_nic_type = {
4780 const struct efx_nic_type efx_hunt_a0_nic_type = {
Defx.c3125 efx->type = (const struct efx_nic_type *) entry->driver_data; in efx_pci_probe()