Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Dmad.c1990 fm_get_table(ppd, FM_TBL_SC2VLNT, vp); in __subn_get_opa_sc_to_vlnt()
2187 fm_get_table(ppd, FM_TBL_BUFFER_CONTROL, p); in __subn_get_opa_bct()
2236 fm_get_table(ppd, FM_TBL_VL_LOW_ARB, p); in __subn_get_opa_vl_arb()
2239 fm_get_table(ppd, FM_TBL_VL_HIGH_ARB, p); in __subn_get_opa_vl_arb()
2242 fm_get_table(ppd, FM_TBL_VL_PREEMPT_ELEMS, p); in __subn_get_opa_vl_arb()
2245 fm_get_table(ppd, FM_TBL_VL_PREEMPT_MATRIX, p); in __subn_get_opa_vl_arb()
Dhfi.h1732 int fm_get_table(struct hfi1_pportdata *ppd, int which, void *t);
Dchip.c11522 int fm_get_table(struct hfi1_pportdata *ppd, int which, void *t) in fm_get_table() function