HomeSort by: relevance | last modified time | path
    Searched defs:sge_timer_cb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
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);
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);

Completed in 25 milliseconds