Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c152 u32 rx_buff_size = HW_ATL2_RXBUF_MAX; in hw_atl2_hw_qos_set() local
164 rx_buff_size /= cfg->tcs; in hw_atl2_hw_qos_set()
178 hw_atl_rpb_rx_pkt_buff_size_per_tc_set(self, rx_buff_size, tc); in hw_atl2_hw_qos_set()
180 threshold = (rx_buff_size * (1024U / 32U) * 66U) / 100U; in hw_atl2_hw_qos_set()
183 threshold = (rx_buff_size * (1024U / 32U) * 50U) / 100U; in hw_atl2_hw_qos_set()
/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c156 u32 rx_buff_size = HW_ATL_B0_RXBUF_MAX; in hw_atl_b0_hw_qos_set() local
162 rx_buff_size -= HW_ATL_B0_PTP_RXBUF_SIZE; in hw_atl_b0_hw_qos_set()
173 rx_buff_size /= cfg->tcs; in hw_atl_b0_hw_qos_set()
187 hw_atl_rpb_rx_pkt_buff_size_per_tc_set(self, rx_buff_size, tc); in hw_atl_b0_hw_qos_set()
189 threshold = (rx_buff_size * (1024U / 32U) * 66U) / 100U; in hw_atl_b0_hw_qos_set()
192 threshold = (rx_buff_size * (1024U / 32U) * 50U) / 100U; in hw_atl_b0_hw_qos_set()
/Linux-v5.10/drivers/net/wireless/atmel/
Datmel.c488 u16 rx_buff_size; member
3655 iface->rx_buff_size = le16_to_cpu(iface->rx_buff_size); in atmel_wakeup_firmware()