Lines Matching refs:t
5549 static void update_rcverr_timer(struct timer_list *t) in update_rcverr_timer() argument
5551 struct hfi1_devdata *dd = from_timer(dd, t, rcverr_timer); in update_rcverr_timer()
11602 int fm_get_table(struct hfi1_pportdata *ppd, int which, void *t) in fm_get_table() argument
11616 vl_arb_get_cache(vlc, t); in fm_get_table()
11626 vl_arb_get_cache(vlc, t); in fm_get_table()
11630 size = get_buffer_control(ppd->dd, t, NULL); in fm_get_table()
11633 size = get_sc2vlnt(ppd->dd, t); in fm_get_table()
11638 get_vlarb_preempt(ppd->dd, OPA_MAX_VLS, t); in fm_get_table()
11656 int fm_set_table(struct hfi1_pportdata *ppd, int which, void *t) in fm_set_table() argument
11664 if (vl_arb_match_cache(vlc, t)) { in fm_set_table()
11668 vl_arb_set_cache(vlc, t); in fm_set_table()
11671 VL_ARB_HIGH_PRIO_TABLE_SIZE, t); in fm_set_table()
11675 if (vl_arb_match_cache(vlc, t)) { in fm_set_table()
11679 vl_arb_set_cache(vlc, t); in fm_set_table()
11682 VL_ARB_LOW_PRIO_TABLE_SIZE, t); in fm_set_table()
11685 ret = set_buffer_control(ppd, t); in fm_set_table()
11688 set_sc2vlnt(ppd->dd, t); in fm_set_table()
12588 static void update_synth_timer(struct timer_list *t) in update_synth_timer() argument
12590 struct hfi1_devdata *dd = from_timer(dd, t, synth_stats_timer); in update_synth_timer()