Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c165 u32 tx_buff_size = HW_ATL2_TXBUF_MAX; in hw_atl2_hw_qos_set() local
177 tx_buff_size /= cfg->tcs; in hw_atl2_hw_qos_set()
183 hw_atl_tpb_tx_pkt_buff_size_per_tc_set(self, tx_buff_size, tc); in hw_atl2_hw_qos_set()
185 threshold = (tx_buff_size * (1024 / 32U) * 66U) / 100U; in hw_atl2_hw_qos_set()
188 threshold = (tx_buff_size * (1024 / 32U) * 50U) / 100U; in hw_atl2_hw_qos_set()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h509 * @tx_buff_size: Tx buffer sizes.
517 __le32 tx_buff_size; member
H A Dcdnsp-gadget.c1820 readl(&pdev->rev_cap->tx_buff_size)); in cdnsp_get_rev_cap()