Lines Matching refs:vcc
76 static in_cache_entry *in_cache_get_by_vcc(struct atm_vcc *vcc, in in_cache_get_by_vcc() argument
84 if (entry->shortcut == vcc) { in in_cache_get_by_vcc()
193 struct atm_vcc *vcc; in in_cache_remove_entry() local
196 vcc = entry->shortcut; in in_cache_remove_entry()
213 if (vcc != NULL) { in in_cache_remove_entry()
214 eg_cache_entry *eg_entry = client->eg_ops->get_by_vcc(vcc, in in_cache_remove_entry()
220 vcc_release_async(vcc, -EPIPE); in in_cache_remove_entry()
375 static eg_cache_entry *eg_cache_get_by_vcc(struct atm_vcc *vcc, in eg_cache_get_by_vcc() argument
384 if (entry->shortcut == vcc) { in eg_cache_get_by_vcc()
430 struct atm_vcc *vcc; in eg_cache_remove_entry() local
433 vcc = entry->shortcut; in eg_cache_remove_entry()
448 if (vcc != NULL) { in eg_cache_remove_entry()
449 in_cache_entry *in_entry = client->in_ops->get_by_vcc(vcc, client); in eg_cache_remove_entry()
454 vcc_release_async(vcc, -EPIPE); in eg_cache_remove_entry()