Lines Matching refs:agg_buf_sz
637 static unsigned int agg_buf_sz = 16384; variable
639 #define RTL_LIMITED_TSO_SIZE (agg_buf_sz - sizeof(struct tx_desc) - \
1270 buf = kmalloc_node(agg_buf_sz, GFP_KERNEL, node); in alloc_all_mem()
1276 buf = kmalloc_node(agg_buf_sz + RX_ALIGN, GFP_KERNEL, in alloc_all_mem()
1296 buf = kmalloc_node(agg_buf_sz, GFP_KERNEL, node); in alloc_all_mem()
1302 buf = kmalloc_node(agg_buf_sz + TX_ALIGN, GFP_KERNEL, in alloc_all_mem()
1547 remain = agg_buf_sz; in r8152_tx_agg_fill()
1596 remain = agg_buf_sz - (int)(tx_agg_align(tx_data) - agg->head); in r8152_tx_agg_fill()
1856 agg->head, agg_buf_sz, in r8152_submit_rx()
1977 else if ((skb->len + sizeof(struct tx_desc)) > agg_buf_sz) in rtl8152_features_check()
2035 tp->tx_qlen = agg_buf_sz / (netdev->mtu + VLAN_ETH_HLEN + VLAN_HLEN + in set_tx_qlen()
2158 u32 ocp_data = (agg_buf_sz - mtu - VLAN_ETH_HLEN - VLAN_HLEN) / 4; in r8153_set_rx_early_size()