Searched refs:fm_get_table (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/hfi1/ |
D | mad.c | 1962 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()
|
D | hfi.h | 1892 int fm_get_table(struct hfi1_pportdata *ppd, int which, void *t);
|
D | chip.c | 11602 int fm_get_table(struct hfi1_pportdata *ppd, int which, void *t) in fm_get_table() function
|