cxgb_sge.c | 171 static void sge_timer_cb(void *arg); 648 * sge_timer_cb - perform periodic maintenance of an SGE qset 678 sge_timer_cb(void *arg) function in typeref:typename:void 713 callout_reset(&sc->sge_timer_ch, TX_RECLAIM_PERIOD, sge_timer_cb, sc); 725 callout_reset(&sc->sge_timer_ch, TX_RECLAIM_PERIOD, sge_timer_cb, sc);
|