Searched refs:he_vcc (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/atm/
H A Dhe.c1669 struct he_vcc *he_vcc; local
1699 if (vcc == NULL || (he_vcc = HE_VCC(vcc)) == NULL) {
1700 hprintk("vcc/he_vcc == NULL (cid 0x%x)\n", cid);
1718 list_move_tail(&heb->entry, &he_vcc->buffers);
1719 he_vcc->pdu_len += heb->len;
1724 wake_up(&he_vcc->rx_waitq);
1743 skb = atm_alloc_charge(vcc, he_vcc->pdu_len + rx_skb_reserve,
1755 list_for_each_entry(heb, &he_vcc->buffers, entry)
1767 skb->len = AAL5_LEN(skb->data, he_vcc
2135 struct he_vcc *he_vcc; local
2351 struct he_vcc *he_vcc = HE_VCC(vcc); local
[all...]
H A Dhe.h319 struct he_vcc struct
329 #define HE_VCC(vcc) ((struct he_vcc *)(vcc->dev_data))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/atm/
H A Dhe.c1669 struct he_vcc *he_vcc; local
1699 if (vcc == NULL || (he_vcc = HE_VCC(vcc)) == NULL) {
1700 hprintk("vcc/he_vcc == NULL (cid 0x%x)\n", cid);
1718 list_move_tail(&heb->entry, &he_vcc->buffers);
1719 he_vcc->pdu_len += heb->len;
1724 wake_up(&he_vcc->rx_waitq);
1743 skb = atm_alloc_charge(vcc, he_vcc->pdu_len + rx_skb_reserve,
1755 list_for_each_entry(heb, &he_vcc->buffers, entry)
1767 skb->len = AAL5_LEN(skb->data, he_vcc
2135 struct he_vcc *he_vcc; local
2351 struct he_vcc *he_vcc = HE_VCC(vcc); local
[all...]
H A Dhe.h319 struct he_vcc struct
329 #define HE_VCC(vcc) ((struct he_vcc *)(vcc->dev_data))

Completed in 122 milliseconds