Home
last modified time | relevance | path

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

/linux/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()
/linux/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()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h512 __le32 rx_buff_size; member
H A Dcdnsp-gadget.c1779 readl(&pdev->rev_cap->rx_buff_size), in cdnsp_get_rev_cap()