Searched refs:sge_timer_ch (Results 1 – 3 of 3) sorted by relevance
713 callout_reset(&sc->sge_timer_ch, TX_RECLAIM_PERIOD, sge_timer_cb, sc); in sge_timer_cb()724 callout_init(&sc->sge_timer_ch, 0); in t3_sge_init_adapter()725 callout_reset(&sc->sge_timer_ch, TX_RECLAIM_PERIOD, sge_timer_cb, sc); in t3_sge_init_adapter()747 callout_drain(&sc->sge_timer_ch); in t3_sge_deinit_sw()
354 struct callout sge_timer_ch; member
1176 callout_drain(&sc->sge_timer_ch); in cxgb_down_locked()