Home
last modified time | relevance | path

Searched refs:rx_bd_mbuf_alloc_size (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/bce/
H A Dif_bce.c2967 sc->rx_bd_mbuf_alloc_size = MHLEN; in bce_get_rx_buffer_sizes()
2971 sc->rx_bd_mbuf_data_len = sc->rx_bd_mbuf_alloc_size - in bce_get_rx_buffer_sizes()
2977 sc->rx_bd_mbuf_alloc_size = MJUM9BYTES; in bce_get_rx_buffer_sizes()
2981 sc->rx_bd_mbuf_alloc_size - in bce_get_rx_buffer_sizes()
2985 sc->rx_bd_mbuf_alloc_size = MCLBYTES; in bce_get_rx_buffer_sizes()
2989 sc->rx_bd_mbuf_alloc_size - in bce_get_rx_buffer_sizes()
2998 sc->rx_bd_mbuf_alloc_size, sc->rx_bd_mbuf_data_len, in bce_get_rx_buffer_sizes()
3695 max_size = ((sc->rx_bd_mbuf_alloc_size < MCLBYTES) ? in bce_dma_alloc()
3696 MCLBYTES : sc->rx_bd_mbuf_alloc_size); in bce_dma_alloc()
5291 sc->rx_bd_mbuf_alloc_size); in bce_get_rx_buf()
[all …]
H A Dif_bcereg.h6471 int rx_bd_mbuf_alloc_size; member