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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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))

Completed in 64 milliseconds