Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
H A Dmad.c1962 fm_get_table(ppd, FM_TBL_SC2VLNT, vp); in __subn_get_opa_sc_to_vlnt()
2160 fm_get_table(ppd, FM_TBL_BUFFER_CONTROL, p); in __subn_get_opa_bct()
2209 fm_get_table(ppd, FM_TBL_VL_LOW_ARB, p); in __subn_get_opa_vl_arb()
2212 fm_get_table(ppd, FM_TBL_VL_HIGH_ARB, p); in __subn_get_opa_vl_arb()
2215 fm_get_table(ppd, FM_TBL_VL_PREEMPT_ELEMS, p); in __subn_get_opa_vl_arb()
2218 fm_get_table(ppd, FM_TBL_VL_PREEMPT_MATRIX, p); in __subn_get_opa_vl_arb()
H A Dhfi.h1892 int fm_get_table(struct hfi1_pportdata *ppd, int which, void *t);
H A Dchip.c11602 int fm_get_table(struct hfi1_pportdata *ppd, int which, void *t) in fm_get_table() function