Searched refs:iovecs (Results 1 – 1 of 1) sorted by relevance
267 } iovecs[3]; member824 memset(tx->iovecs, 0, sizeof(tx->iovecs)); in user_sdma_send_pkts()856 tx->iovecs[++tx->idx].vec = iovec; in user_sdma_send_pkts()954 tx->iovecs[i].flags |= in user_sdma_send_pkts()965 tx->idx < ARRAY_SIZE(tx->iovecs))) { in user_sdma_send_pkts()967 tx->iovecs[tx->idx].flags |= in user_sdma_send_pkts()976 tx->iovecs[++tx->idx].vec = iovec; in user_sdma_send_pkts()988 tx->iovecs[tx->idx].vec->offset += iov_offset; in user_sdma_send_pkts()991 if (tx->iovecs[tx->idx].vec->offset == in user_sdma_send_pkts()992 tx->iovecs[tx->idx].vec->iov.iov_len) in user_sdma_send_pkts()[all …]