Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dmad.c1641 size = fm_get_table(ppd, FM_TBL_SC2VLNT, vp); in __subn_get_opa_sc_to_vlnt()
1834 size = fm_get_table(ppd, FM_TBL_BUFFER_CONTROL, p); in __subn_get_opa_bct()
1881 size = fm_get_table(ppd, FM_TBL_VL_LOW_ARB, p); in __subn_get_opa_vl_arb()
1884 size = fm_get_table(ppd, FM_TBL_VL_HIGH_ARB, p); in __subn_get_opa_vl_arb()
1887 size = fm_get_table(ppd, FM_TBL_VL_PREEMPT_ELEMS, p); in __subn_get_opa_vl_arb()
1890 size = fm_get_table(ppd, FM_TBL_VL_PREEMPT_MATRIX, p); in __subn_get_opa_vl_arb()
Dhfi.h1409 int fm_get_table(struct hfi1_pportdata *, int, void *);
Dchip.c7359 int fm_get_table(struct hfi1_pportdata *ppd, int which, void *t) in fm_get_table() function