Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
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/net/ethernet/aquantia/atlantic/hw_atl/
A Dhw_atl_b0.c155 u32 tx_buff_size = HW_ATL_B0_TXBUF_MAX; in hw_atl_b0_hw_qos_set() local
161 tx_buff_size -= HW_ATL_B0_PTP_TXBUF_SIZE; in hw_atl_b0_hw_qos_set()
172 tx_buff_size /= cfg->tcs; in hw_atl_b0_hw_qos_set()
178 hw_atl_tpb_tx_pkt_buff_size_per_tc_set(self, tx_buff_size, tc); in hw_atl_b0_hw_qos_set()
180 threshold = (tx_buff_size * (1024 / 32U) * 66U) / 100U; in hw_atl_b0_hw_qos_set()
183 threshold = (tx_buff_size * (1024 / 32U) * 50U) / 100U; in hw_atl_b0_hw_qos_set()
/linux/drivers/net/wireless/atmel/
A Datmel.c482 u16 tx_buff_size; member
698 if (priv->tx_buff_head + msdu_size > (priv->host_info.tx_buff_pos + priv->host_info.tx_buff_size)) in tx_done_irq()
720 u16 bottom_free = priv->host_info.tx_buff_size - priv->tx_buff_tail; in find_tx_buff()
3650 iface->tx_buff_size = le16_to_cpu(iface->tx_buff_size); in atmel_wakeup_firmware()
3981 priv->tx_free_mem = priv->host_info.tx_buff_size; in reset_atmel_card()
/linux/drivers/usb/cdns3/
A Dcdnsp-gadget.h513 __le32 tx_buff_size; member
A Dcdnsp-gadget.c1788 readl(&pdev->rev_cap->tx_buff_size)); in cdnsp_get_rev_cap()

Completed in 25 milliseconds