Searched refs:target_wqe_timer_cb (Results 1 – 1 of 1) sorted by relevance
148 static void target_wqe_timer_cb(void *arg);981 ocs_setup_timer(hw->os, &hw->wqe_timer, target_wqe_timer_cb, hw, in ocs_hw_init()11246 ocs_setup_timer(hw->os, &hw->wqe_timer, target_wqe_timer_cb, hw, OCS_HW_WQ_TIMER_PERIOD_MS); in target_wqe_timer_nop_cb()11253 target_wqe_timer_cb(void *arg) in target_wqe_timer_cb() function