Home
last modified time | relevance | path

Searched refs:hw_atl_ops_b0 (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/aquantia/atlantic/
Daq_pci_func.c65 { AQ_DEVICE_ID_0001, AQ_HWREV_2, &hw_atl_ops_b0, &hw_atl_b0_caps_aqc107, },
66 { AQ_DEVICE_ID_D100, AQ_HWREV_2, &hw_atl_ops_b0, &hw_atl_b0_caps_aqc100, },
67 { AQ_DEVICE_ID_D107, AQ_HWREV_2, &hw_atl_ops_b0, &hw_atl_b0_caps_aqc107, },
68 { AQ_DEVICE_ID_D108, AQ_HWREV_2, &hw_atl_ops_b0, &hw_atl_b0_caps_aqc108, },
69 { AQ_DEVICE_ID_D109, AQ_HWREV_2, &hw_atl_ops_b0, &hw_atl_b0_caps_aqc109, },
/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.h31 extern const struct aq_hw_ops hw_atl_ops_b0;
33 #define hw_atl_ops_b1 hw_atl_ops_b0
Dhw_atl_b0.c1657 const struct aq_hw_ops hw_atl_ops_b0 = { variable