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

/linux-master/drivers/atm/
H A Dhe.c1647 struct he_vcc *he_vcc; local
1677 if (vcc == NULL || (he_vcc = HE_VCC(vcc)) == NULL) {
1678 hprintk("vcc/he_vcc == NULL (cid 0x%x)\n", cid);
1696 list_move_tail(&heb->entry, &he_vcc->buffers);
1697 he_vcc->pdu_len += heb->len;
1702 wake_up(&he_vcc->rx_waitq);
1721 skb = atm_alloc_charge(vcc, he_vcc->pdu_len + rx_skb_reserve,
1733 list_for_each_entry(heb, &he_vcc->buffers, entry)
1745 skb->len = AAL5_LEN(skb->data, he_vcc
2119 struct he_vcc *he_vcc; local
2335 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 116 milliseconds