Home
last modified time | relevance | path

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

/linux/drivers/atm/
A Dhe.c1650 struct he_vcc *he_vcc; in he_service_rbrq() local
1754 he_vcc->pdu_len); in he_service_rbrq()
1780 he_vcc->pdu_len = 0; in he_service_rbrq()
2122 struct he_vcc *he_vcc; in he_open() local
2137 he_vcc = kmalloc(sizeof(struct he_vcc), GFP_ATOMIC); in he_open()
2138 if (he_vcc == NULL) { in he_open()
2144 he_vcc->pdu_len = 0; in he_open()
2145 he_vcc->rc_index = -1; in he_open()
2321 kfree(he_vcc); in he_open()
2338 struct he_vcc *he_vcc = HE_VCC(vcc); in he_close() local
[all …]
A Dhe.h319 struct he_vcc struct
329 #define HE_VCC(vcc) ((struct he_vcc *)(vcc->dev_data)) argument

Completed in 33 milliseconds