Lines Matching refs:agg_buf_sz
651 static unsigned int agg_buf_sz = 16384; variable
653 #define RTL_LIMITED_TSO_SIZE (agg_buf_sz - sizeof(struct tx_desc) - \
1284 buf = kmalloc_node(agg_buf_sz, GFP_KERNEL, node); in alloc_all_mem()
1290 buf = kmalloc_node(agg_buf_sz + RX_ALIGN, GFP_KERNEL, in alloc_all_mem()
1310 buf = kmalloc_node(agg_buf_sz, GFP_KERNEL, node); in alloc_all_mem()
1316 buf = kmalloc_node(agg_buf_sz + TX_ALIGN, GFP_KERNEL, in alloc_all_mem()
1561 remain = agg_buf_sz; in r8152_tx_agg_fill()
1610 remain = agg_buf_sz - (int)(tx_agg_align(tx_data) - agg->head); in r8152_tx_agg_fill()
1870 agg->head, agg_buf_sz, in r8152_submit_rx()
1990 else if ((skb->len + sizeof(struct tx_desc)) > agg_buf_sz) in rtl8152_features_check()
2048 tp->tx_qlen = agg_buf_sz / (netdev->mtu + VLAN_ETH_HLEN + VLAN_HLEN + in set_tx_qlen()
2169 u32 ocp_data = (agg_buf_sz - mtu - VLAN_ETH_HLEN - VLAN_HLEN) / 4; in r8153_set_rx_early_size()