Home
last modified time | relevance | path

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

/openbmc/linux/drivers/atm/
H A Dhe.c1647 struct he_vcc *he_vcc; in he_service_rbrq() local
1751 he_vcc->pdu_len); in he_service_rbrq()
1777 he_vcc->pdu_len = 0; in he_service_rbrq()
2119 struct he_vcc *he_vcc; in he_open() local
2134 he_vcc = kmalloc(sizeof(struct he_vcc), GFP_ATOMIC); in he_open()
2135 if (he_vcc == NULL) { in he_open()
2141 he_vcc->pdu_len = 0; in he_open()
2142 he_vcc->rc_index = -1; in he_open()
2318 kfree(he_vcc); in he_open()
2335 struct he_vcc *he_vcc = HE_VCC(vcc); in he_close() local
[all …]
H A Dhe.h319 struct he_vcc struct
329 #define HE_VCC(vcc) ((struct he_vcc *)(vcc->dev_data)) argument