Searched refs:vfbid (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/mips/nlm/
H A Dboard.c61 int vfbid; member in struct:vfbid_tbl
102 nlm_get_vfbid_mapping(int vfbid) argument
116 if (p[i].vfbid == vfbid)
/freebsd-10.2-release/sys/mips/nlm/dev/net/
H A Dnae.c225 int dest_vc, vfbid; local
227 /* 127 is max vfbid */
228 for (vfbid = 127; vfbid >= 0; vfbid--) {
229 dest_vc = nlm_get_vfbid_mapping(vfbid);
232 val = (dest_vc << 16) | (vfbid << 4) | 1;

Completed in 77 milliseconds