Searched refs:rx_mb_size (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/ofed/drivers/net/mlx4/
H A Den_netdev.c1245 priv->rx_alloc_size = max_t(int, 2 * roundup_pow_of_two(priv->rx_mb_size),
1248 priv->rx_buf_size = roundup_pow_of_two(priv->rx_mb_size);
1250 en_dbg(DRV, priv, "Rx buf size:%d\n", priv->rx_mb_size);
1346 priv->rx_mb_size,
1897 priv->rx_mb_size + ETHER_CRC_LEN, priv->prof->tx_pause,
2167 priv->rx_mb_size = dev->if_mtu + ETH_HLEN + VLAN_HLEN + ETH_FCS_LEN;
2169 priv->rx_mb_size,
2289 priv->rx_mb_size + ETHER_CRC_LEN,
2338 priv->rx_mb_size + ETHER_CRC_LEN,
H A Den_rx.c254 priv->rx_mb_size = eff_mtu;
348 ring->rx_mb_size = priv->rx_mb_size;
H A Dmlx4_en.h340 u32 rx_mb_size; member in struct:mlx4_en_rx_ring
583 u32 rx_mb_size; member in struct:mlx4_en_priv

Completed in 172 milliseconds