Searched refs:fm_set_table (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | mad.c | 1674 fm_set_table(ppd, FM_TBL_SC2VLNT, vp); in __subn_set_opa_sc_to_vlnt() 1856 if (fm_set_table(ppd, FM_TBL_BUFFER_CONTROL, p) < 0) { in __subn_set_opa_bct() 1921 (void) fm_set_table(ppd, FM_TBL_VL_LOW_ARB, p); in __subn_set_opa_vl_arb() 1924 (void) fm_set_table(ppd, FM_TBL_VL_HIGH_ARB, p); in __subn_set_opa_vl_arb()
|
D | hfi.h | 1410 int fm_set_table(struct hfi1_pportdata *, int, void *);
|
D | chip.c | 7413 int fm_set_table(struct hfi1_pportdata *ppd, int which, void *t) in fm_set_table() function
|