Home
last modified time | relevance | path

Searched refs:vccs (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/atm/
H A Dclip.c81 clip_vcc->next = entry->vccs; in link_vcc()
82 entry->vccs = clip_vcc; in link_vcc()
105 if (entry->vccs) in unlink_clip_vcc()
128 for (cv = entry->vccs; cv; cv = cv->next) { in neigh_check_cb()
304 entry->vccs = NULL; in clip_constructor()
361 if (!entry->vccs) { in clip_start_xmit()
378 if (entry->vccs->encap) { in clip_start_xmit()
386 entry->vccs->last_use = jiffies; in clip_start_xmit()
397 entry->vccs->xoff = 0; in clip_start_xmit()
403 if (!entry->vccs->xoff) in clip_start_xmit()
[all …]
/openbmc/linux/include/net/
H A Datmclip.h39 struct clip_vcc *vccs; /* active VCCs; NULL if resolution is member
/openbmc/linux/drivers/atm/
H A Dlanai.c271 struct lanai_vcc **vccs; member
1447 lanai->vccs = vzalloc(bytes); in vcc_table_allocate()
1448 if (unlikely(lanai->vccs == NULL)) in vcc_table_allocate()
1457 free_page((unsigned long) lanai->vccs); in vcc_table_deallocate()
1459 vfree(lanai->vccs); in vcc_table_deallocate()
1538 lanai->vccs[lvcc->vci = vci] = lvcc; in host_vcc_bind()
1548 lanai->vccs[lvcc->vci] = NULL; in host_vcc_unbind()
1621 lvcc = lanai->vccs[vci]; in handle_service()
1700 struct lanai_vcc *lvcc = lanai->vccs[vci]; in iter_transmit()
2329 lvcc = lanai->vccs[vci]; in lanai_open()
[all …]