Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
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/
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/
A Dcdnsp-gadget.h512 __le32 rx_buff_size; member
A Dcdnsp-gadget.c1787 readl(&pdev->rev_cap->rx_buff_size), in cdnsp_get_rev_cap()
/linux/drivers/net/wireless/atmel/
A Datmel.c487 u16 rx_buff_size; member
3654 iface->rx_buff_size = le16_to_cpu(iface->rx_buff_size); in atmel_wakeup_firmware()

Completed in 30 milliseconds