Home
last modified time | relevance | path

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

/trueos/sys/dev/bce/
HDif_bce.c3012 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 …]
HDif_bcereg.h6591 int rx_bd_mbuf_alloc_size; member