Searched refs:tx_copybreak (Results 1 – 4 of 4) sorted by relevance
497 u32 tx_copybreak; member597 u32 tx_copybreak; member
1889 /* all the tx rings have the same tx_copybreak */ in hns3_get_tunable() 1890 *(u32 *)data = priv->tx_copybreak; in hns3_get_tunable() 1979 priv->tx_copybreak = *(u32 *)data; in hns3_set_tunable() 1982 priv->ring[i].tx_copybreak = priv->tx_copybreak; in hns3_set_tunable()
1024 u32 len = skb->len <= ring->tx_copybreak ? skb->len : in hns3_can_use_tx_sgl() 1027 if (len > ring->tx_copybreak) in hns3_can_use_tx_sgl() 1042 if (skb->len <= ring->tx_copybreak || !tx_sgl || in hns3_init_tx_spare_buffer() 1101 ring->tx_copybreak = priv->tx_copybreak; in hns3_init_tx_spare_buffer() 2189 if (skb->len <= ring->tx_copybreak) { in hns3_handle_tx_bounce() 4951 if (priv->tx_copybreak < priv->min_tx_copybreak) in hns3_ring_get_cfg() 4952 priv->tx_copybreak = priv->min_tx_copybreak; in hns3_ring_get_cfg() 4968 ring->tx_copybreak = priv->tx_copybreak; in hns3_ring_get_cfg() [all...]
56 static unsigned int tx_copybreak __read_mostly = 128;57 module_param(tx_copybreak, uint, 0644);58 MODULE_PARM_DESC(tx_copybreak,