Searched refs:iovecs (Results 1 – 4 of 4) sorted by relevance
435 *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 …]
54 struct iovec (*iovecs)[]; /* descriptors for this queue */ member
443 iovec_t iovecs[4]; in zio_crypt_key_wrap() local466 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() local550 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 …]
197 dnl # As of the 4.9 kernel support is provided for iovecs, kvecs,