Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Dhe.c1830 he_vcc->iov_tail->iov_base = RBRQ_ADDR(he_dev->rbrq_head); in he_service_rbrq()
1831 he_vcc->iov_tail->iov_len = buf_len; in he_service_rbrq()
1833 ++he_vcc->iov_tail; in he_service_rbrq()
1843 if ((he_vcc->iov_tail - he_vcc->iov_head) > HE_MAXIOV) { in he_service_rbrq()
1876 iov < he_vcc->iov_tail; ++iov) { in he_service_rbrq()
1924 iov < he_vcc->iov_tail; ++iov) { in he_service_rbrq()
1935 he_vcc->iov_tail = he_vcc->iov_head; in he_service_rbrq()
2343 he_vcc->iov_tail = he_vcc->iov_head; in he_open()
Dhe.h369 struct he_iovec *iov_tail; member