Searched refs:sge_timer_ch (Results 1 – 3 of 3) sorted by relevance
| /src/sys/dev/cxgb/ ! |
| H A D | cxgb_adapter.h | 353 struct callout sge_timer_ch; member
|
| H A D | cxgb_sge.c | 1000 callout_reset(&sc->sge_timer_ch, TX_RECLAIM_PERIOD, sge_timer_cb, sc); in sge_timer_cb() 1011 callout_init(&sc->sge_timer_ch, 1); in t3_sge_init_adapter() 1012 callout_reset(&sc->sge_timer_ch, TX_RECLAIM_PERIOD, sge_timer_cb, sc); in t3_sge_init_adapter() 1020 callout_reset(&sc->sge_timer_ch, TX_RECLAIM_PERIOD, sge_timer_cb, sc); in t3_sge_reset_adapter()
|
| H A D | cxgb_main.c | 755 callout_drain(&sc->sge_timer_ch); in cxgb_free()
|