Searched refs:hw_set_fc (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_hw.h | 338 int (*hw_set_fc)(struct aq_hw_s *self, u32 fc, u32 tc); member
|
H A D | aq_nic.c | 185 if (self->aq_hw_ops->hw_set_fc) in aq_nic_update_link_status() 186 self->aq_hw_ops->hw_set_fc(self->aq_hw, fc, 0); in aq_nic_update_link_status()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_hw.h | 338 int (*hw_set_fc)(struct aq_hw_s *self, u32 fc, u32 tc); member
|
H A D | aq_nic.c | 185 if (self->aq_hw_ops->hw_set_fc) in aq_nic_update_link_status() 186 self->aq_hw_ops->hw_set_fc(self->aq_hw, fc, 0); in aq_nic_update_link_status()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2.c | 862 .hw_set_fc = hw_atl_b0_set_fc,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2.c | 862 .hw_set_fc = hw_atl_b0_set_fc,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_b0.c | 1712 .hw_set_fc = hw_atl_b0_set_fc,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_b0.c | 1712 .hw_set_fc = hw_atl_b0_set_fc,
|
Completed in 12 milliseconds