Home
last modified time | relevance | path

Searched refs:ef4_nic_type (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/sfc/falcon/
Dnic.h302 extern const struct ef4_nic_type falcon_a1_nic_type;
303 extern const struct ef4_nic_type falcon_b0_nic_type;
Dnet_driver.h772 const struct ef4_nic_type *type;
1040 struct ef4_nic_type { struct
Dtx.c185 const struct ef4_nic_type *nic_type = tx_queue->efx->type; in ef4_tx_map_chunk()
Dfalcon.c2708 const struct ef4_nic_type falcon_a1_nic_type = {
2805 const struct ef4_nic_type falcon_b0_nic_type = {
Defx.c2875 efx->type = (const struct ef4_nic_type *) entry->driver_data; in ef4_pci_probe()