Lines Matching refs:ofld_timer
1620 timer_setup(&bnx2i_conn->ep->ofld_timer, bnx2i_ep_ofld_timer, 0); in bnx2i_conn_start()
1621 bnx2i_conn->ep->ofld_timer.expires = 1 * HZ + jiffies; in bnx2i_conn_start()
1622 add_timer(&bnx2i_conn->ep->ofld_timer); in bnx2i_conn_start()
1629 del_timer_sync(&bnx2i_conn->ep->ofld_timer); in bnx2i_conn_start()
1737 timer_setup(&ep->ofld_timer, bnx2i_ep_ofld_timer, 0); in bnx2i_tear_down_conn()
1738 ep->ofld_timer.expires = hba->conn_ctx_destroy_tmo + jiffies; in bnx2i_tear_down_conn()
1739 add_timer(&ep->ofld_timer); in bnx2i_tear_down_conn()
1752 del_timer_sync(&ep->ofld_timer); in bnx2i_tear_down_conn()
1841 timer_setup(&bnx2i_ep->ofld_timer, bnx2i_ep_ofld_timer, 0); in bnx2i_ep_connect()
1842 bnx2i_ep->ofld_timer.expires = 2 * HZ + jiffies; in bnx2i_ep_connect()
1843 add_timer(&bnx2i_ep->ofld_timer); in bnx2i_ep_connect()
1864 del_timer_sync(&bnx2i_ep->ofld_timer); in bnx2i_ep_connect()
2058 timer_setup(&bnx2i_ep->ofld_timer, bnx2i_ep_ofld_timer, 0); in bnx2i_hw_ep_disconnect()
2059 bnx2i_ep->ofld_timer.expires = hba->conn_teardown_tmo + jiffies; in bnx2i_hw_ep_disconnect()
2060 add_timer(&bnx2i_ep->ofld_timer); in bnx2i_hw_ep_disconnect()
2103 del_timer_sync(&bnx2i_ep->ofld_timer); in bnx2i_hw_ep_disconnect()