Searched refs:tx_buff_size (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c165 u32 tx_buff_size = HW_ATL2_TXBUF_MAX; local
177 tx_buff_size /= cfg->tcs;
183 hw_atl_tpb_tx_pkt_buff_size_per_tc_set(self, tx_buff_size, tc);
185 threshold = (tx_buff_size * (1024 / 32U) * 66U) / 100U;
188 threshold = (tx_buff_size * (1024 / 32U) * 50U) / 100U;
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c155 u32 tx_buff_size = HW_ATL_B0_TXBUF_MAX; local
161 tx_buff_size -= HW_ATL_B0_PTP_TXBUF_SIZE;
172 tx_buff_size /= cfg->tcs;
178 hw_atl_tpb_tx_pkt_buff_size_per_tc_set(self, tx_buff_size, tc);
180 threshold = (tx_buff_size * (1024 / 32U) * 66U) / 100U;
183 threshold = (tx_buff_size * (1024 / 32U) * 50U) / 100U;
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-gadget.h505 * @tx_buff_size: Tx buffer sizes.
513 __le32 tx_buff_size; member in struct:cdnsp_rev_cap
H A Dcdnsp-gadget.c1780 readl(&pdev->rev_cap->tx_buff_size));

Completed in 155 milliseconds