Searched refs:rx_buf_maxsize (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/dev/netmap/
H A Dif_vtnet_netmap.h422 info->rx_buf_maxsize = NETMAP_BUF_SIZE(na);
439 na.rx_buf_maxsize = 0;
H A Dnetmap_bdg.c1290 info->rx_buf_maxsize = hwna->rx_buf_maxsize;
1534 na->rx_buf_maxsize = hwna->rx_buf_maxsize;
1576 hostna->rx_buf_maxsize = hwna->rx_buf_maxsize;
H A Dnetmap.c771 info.rx_buf_maxsize = na->rx_buf_maxsize;
778 na->rx_buf_maxsize == info.rx_buf_maxsize)
785 na->rx_buf_maxsize = info.rx_buf_maxsize;
790 na->num_rx_rings, na->num_rx_desc, na->rx_buf_maxsize);
797 info.rx_buf_maxsize);
2186 if (mtu <= na->rx_buf_maxsize) {
2208 } else if (nbs < na->rx_buf_maxsize) {
[all...]
H A Dnetmap_kern.h669 unsigned rx_buf_maxsize; member in struct:nm_config_info
877 unsigned rx_buf_maxsize; member in struct:netmap_adapter
H A Dnetmap_generic.c1097 na->rx_buf_maxsize = 32768;
H A Dif_ptnet.c1121 info->rx_buf_maxsize = NETMAP_BUF_SIZE(na);
1126 info->rx_buf_maxsize);
/freebsd-12-stable/sys/dev/ena/
H A Dena_netmap.c100 na.rx_buf_maxsize = adapter->buf_ring_size;
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_netmap.c1142 na.rx_buf_maxsize = MAX_MTU;
/freebsd-12-stable/sys/net/
H A Diflib.c850 info->rx_buf_maxsize = fl->ifl_buf_size;
853 info->num_rx_descs, info->rx_buf_maxsize);

Completed in 268 milliseconds