Lines Matching refs:ofld_timer
1622 timer_setup(&bnx2i_conn->ep->ofld_timer, bnx2i_ep_ofld_timer, 0); in bnx2i_conn_start()
1623 bnx2i_conn->ep->ofld_timer.expires = 1 * HZ + jiffies; in bnx2i_conn_start()
1624 add_timer(&bnx2i_conn->ep->ofld_timer); in bnx2i_conn_start()
1631 del_timer_sync(&bnx2i_conn->ep->ofld_timer); in bnx2i_conn_start()
1739 timer_setup(&ep->ofld_timer, bnx2i_ep_ofld_timer, 0); in bnx2i_tear_down_conn()
1740 ep->ofld_timer.expires = hba->conn_ctx_destroy_tmo + jiffies; in bnx2i_tear_down_conn()
1741 add_timer(&ep->ofld_timer); in bnx2i_tear_down_conn()
1754 del_timer_sync(&ep->ofld_timer); in bnx2i_tear_down_conn()
1843 timer_setup(&bnx2i_ep->ofld_timer, bnx2i_ep_ofld_timer, 0); in bnx2i_ep_connect()
1844 bnx2i_ep->ofld_timer.expires = 2 * HZ + jiffies; in bnx2i_ep_connect()
1845 add_timer(&bnx2i_ep->ofld_timer); in bnx2i_ep_connect()
1866 del_timer_sync(&bnx2i_ep->ofld_timer); in bnx2i_ep_connect()
2060 timer_setup(&bnx2i_ep->ofld_timer, bnx2i_ep_ofld_timer, 0); in bnx2i_hw_ep_disconnect()
2061 bnx2i_ep->ofld_timer.expires = hba->conn_teardown_tmo + jiffies; in bnx2i_hw_ep_disconnect()
2062 add_timer(&bnx2i_ep->ofld_timer); in bnx2i_hw_ep_disconnect()
2105 del_timer_sync(&bnx2i_ep->ofld_timer); in bnx2i_hw_ep_disconnect()