Searched refs:rx_bd_mbuf_alloc_size (Results 1 – 2 of 2) sorted by relevance
3012 sc->rx_bd_mbuf_alloc_size = MHLEN; in bce_get_rx_buffer_sizes()3016 sc->rx_bd_mbuf_data_len = sc->rx_bd_mbuf_alloc_size - in bce_get_rx_buffer_sizes()3022 sc->rx_bd_mbuf_alloc_size = MJUM9BYTES; in bce_get_rx_buffer_sizes()3026 sc->rx_bd_mbuf_alloc_size - in bce_get_rx_buffer_sizes()3030 sc->rx_bd_mbuf_alloc_size = MCLBYTES; in bce_get_rx_buffer_sizes()3034 sc->rx_bd_mbuf_alloc_size - in bce_get_rx_buffer_sizes()3043 sc->rx_bd_mbuf_alloc_size, sc->rx_bd_mbuf_data_len, in bce_get_rx_buffer_sizes()3770 max_size = ((sc->rx_bd_mbuf_alloc_size < MCLBYTES) ? in bce_dma_alloc()3771 MCLBYTES : sc->rx_bd_mbuf_alloc_size); in bce_dma_alloc()5392 sc->rx_bd_mbuf_alloc_size); in bce_get_rx_buf()[all …]
6591 int rx_bd_mbuf_alloc_size; member