Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Dhe.c1773 struct he_vcc *he_vcc; in he_service_rbrq() local
1816 he_vcc = HE_VCC(vcc); in he_service_rbrq()
1817 if (he_vcc == NULL) { in he_service_rbrq()
1830 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()
1832 he_vcc->pdu_len += buf_len; in he_service_rbrq()
1833 ++he_vcc->iov_tail; in he_service_rbrq()
1838 wake_up(&he_vcc->rx_waitq); in he_service_rbrq()
1843 if ((he_vcc->iov_tail - he_vcc->iov_head) > HE_MAXIOV) { in he_service_rbrq()
1863 skb = atm_alloc_charge(vcc, he_vcc->pdu_len + rx_skb_reserve, in he_service_rbrq()
[all …]
Dhe.h366 struct he_vcc struct
378 #define HE_VCC(vcc) ((struct he_vcc *)(vcc->dev_data)) argument