Home
last modified time | relevance | path

Searched refs:rx_buff_size (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c166 u32 rx_buff_size = HW_ATL2_RXBUF_MAX; in hw_atl2_hw_qos_set() local
178 rx_buff_size /= cfg->tcs; in hw_atl2_hw_qos_set()
192 hw_atl_rpb_rx_pkt_buff_size_per_tc_set(self, rx_buff_size, tc); in hw_atl2_hw_qos_set()
194 threshold = (rx_buff_size * (1024U / 32U) * 66U) / 100U; in hw_atl2_hw_qos_set()
197 threshold = (rx_buff_size * (1024U / 32U) * 50U) / 100U; in hw_atl2_hw_qos_set()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c166 u32 rx_buff_size = HW_ATL2_RXBUF_MAX; in hw_atl2_hw_qos_set() local
178 rx_buff_size /= cfg->tcs; in hw_atl2_hw_qos_set()
192 hw_atl_rpb_rx_pkt_buff_size_per_tc_set(self, rx_buff_size, tc); in hw_atl2_hw_qos_set()
194 threshold = (rx_buff_size * (1024U / 32U) * 66U) / 100U; in hw_atl2_hw_qos_set()
197 threshold = (rx_buff_size * (1024U / 32U) * 50U) / 100U; in hw_atl2_hw_qos_set()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A 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()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-gadget.h504 * @rx_buff_size: Rx buffer sizes.
512 __le32 rx_buff_size; member
H A Dcdnsp-gadget.c1783 readl(&pdev->rev_cap->rx_buff_size), in cdnsp_get_rev_cap()
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
H A Datmel.c488 u16 rx_buff_size; member
3655 iface->rx_buff_size = le16_to_cpu(iface->rx_buff_size); in atmel_wakeup_firmware()
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/
H A Datmel.c487 u16 rx_buff_size; member
3650 iface->rx_buff_size = le16_to_cpu(iface->rx_buff_size); in atmel_wakeup_firmware()

Completed in 25 milliseconds