Home
last modified time | relevance | path

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

/trueos/sys/mips/nlm/
HDboard.c62 int dest_vc; member
117 return (p[i].dest_vc); in nlm_get_vfbid_mapping()
/trueos/sys/mips/nlm/dev/net/
HDnae.c225 int dest_vc, vfbid; in nlm_setup_vfbid_mapping() local
229 dest_vc = nlm_get_vfbid_mapping(vfbid); in nlm_setup_vfbid_mapping()
230 if (dest_vc < 0) in nlm_setup_vfbid_mapping()
232 val = (dest_vc << 16) | (vfbid << 4) | 1; in nlm_setup_vfbid_mapping()