Searched refs:rx_bd_mbuf_alloc_size (Results 1 – 2 of 2) sorted by relevance
2968 sc->rx_bd_mbuf_alloc_size = MHLEN; in bce_get_rx_buffer_sizes()2972 sc->rx_bd_mbuf_data_len = sc->rx_bd_mbuf_alloc_size - in bce_get_rx_buffer_sizes()2978 sc->rx_bd_mbuf_alloc_size = MJUM9BYTES; in bce_get_rx_buffer_sizes()2982 sc->rx_bd_mbuf_alloc_size - in bce_get_rx_buffer_sizes()2986 sc->rx_bd_mbuf_alloc_size = MCLBYTES; in bce_get_rx_buffer_sizes()2990 sc->rx_bd_mbuf_alloc_size - in bce_get_rx_buffer_sizes()2999 sc->rx_bd_mbuf_alloc_size, sc->rx_bd_mbuf_data_len, in bce_get_rx_buffer_sizes()3696 max_size = ((sc->rx_bd_mbuf_alloc_size < MCLBYTES) ? in bce_dma_alloc()3697 MCLBYTES : sc->rx_bd_mbuf_alloc_size); in bce_dma_alloc()5292 sc->rx_bd_mbuf_alloc_size); in bce_get_rx_buf()[all …]
6471 int rx_bd_mbuf_alloc_size; member