Searched refs:hw_atl_ops_b0 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
D | hw_atl_b0.h | 38 extern const struct aq_hw_ops hw_atl_ops_b0; 40 #define hw_atl_ops_b1 hw_atl_ops_b0
|
D | hw_atl_b0.c | 935 const struct aq_hw_ops hw_atl_ops_b0 = { variable
|
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_pci_func.c | 57 { AQ_DEVICE_ID_0001, AQ_HWREV_2, &hw_atl_ops_b0, &hw_atl_b0_caps_aqc107, }, 58 { AQ_DEVICE_ID_D100, AQ_HWREV_2, &hw_atl_ops_b0, &hw_atl_b0_caps_aqc100, }, 59 { AQ_DEVICE_ID_D107, AQ_HWREV_2, &hw_atl_ops_b0, &hw_atl_b0_caps_aqc107, }, 60 { AQ_DEVICE_ID_D108, AQ_HWREV_2, &hw_atl_ops_b0, &hw_atl_b0_caps_aqc108, }, 61 { AQ_DEVICE_ID_D109, AQ_HWREV_2, &hw_atl_ops_b0, &hw_atl_b0_caps_aqc109, },
|