Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/dev/net/
H A Dnae.c211 int num_contexts, int *poe_cl_tbl) in nlm_setup_poe_class_config() argument
218 val = (poe_cl_tbl[(i/max_poe_classes) & 0x7] << 8) | i; in nlm_setup_poe_class_config()
H A Dxlpge.c112 int poe_cl_tbl[MAX_POE_CLASSES] = { variable
430 sc->ncontexts, poe_cl_tbl); in nlm_xlpnae_init()
/f-stack/freebsd/mips/nlm/hal/
H A Dnae.h614 int num_contexts, int *poe_cl_tbl);