Home
last modified time | relevance | path

Searched refs:iovecs (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/tap/
H A Drte_eth_tap.c435 *rxq->iovecs, in pmd_rx_burst()
678 iovecs[k].iov_base = in tap_write_mbufs()
1124 rte_free(rxq->iovecs); in tap_dev_close()
1126 rxq->iovecs = NULL; in tap_dev_close()
1184 rte_free(rxq->iovecs); in tap_rx_queue_release()
1186 rxq->iovecs = NULL; in tap_rx_queue_release()
1555 iovecs = rte_zmalloc_socket(dev->device->name, sizeof(*iovecs), 0, in tap_rx_queue_setup()
1557 if (!iovecs) { in tap_rx_queue_setup()
1563 rxq->iovecs = iovecs; in tap_rx_queue_setup()
1600 rte_free(rxq->iovecs); in tap_rx_queue_setup()
[all …]
H A Drte_eth_tap.h54 struct iovec (*iovecs)[]; /* descriptors for this queue */ member
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c443 iovec_t iovecs[4]; in zio_crypt_key_wrap() local
466 iovecs[1].iov_len = keydata_len; in zio_crypt_key_wrap()
469 iovecs[3].iov_base = mac; in zio_crypt_key_wrap()
488 iovecs[0].iov_base = aad; in zio_crypt_key_wrap()
489 iovecs[0].iov_len = aad_len; in zio_crypt_key_wrap()
492 cuio.uio_iov = iovecs; in zio_crypt_key_wrap()
521 iovec_t iovecs[4]; in zio_crypt_key_unwrap() local
550 iovecs[3].iov_base = mac; in zio_crypt_key_unwrap()
565 iovecs[0].iov_base = aad; in zio_crypt_key_unwrap()
566 iovecs[0].iov_len = aad_len; in zio_crypt_key_unwrap()
[all …]
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-vfs-iov_iter.m4197 dnl # As of the 4.9 kernel support is provided for iovecs, kvecs,