Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_uio.c69 SYSCTL_INT(_kern, KERN_IOV_MAX, iov_max, CTLFLAG_RD, SYSCTL_NULL_INT_PTR, UIO_MAXIOV,
/f-stack/dpdk/drivers/net/tap/
H A Drte_eth_tap.c1528 long iov_max = sysconf(_SC_IOV_MAX); in tap_rx_queue_setup() local
1530 if (iov_max <= 0) { in tap_rx_queue_setup()
1534 iov_max = TAP_IOV_DEFAULT_MAX; in tap_rx_queue_setup()
1536 uint16_t nb_desc = RTE_MIN(nb_rx_desc, iov_max - 1); in tap_rx_queue_setup()