Lines Matching refs:ofld_timer
1613 timer_setup(&bnx2i_conn->ep->ofld_timer, bnx2i_ep_ofld_timer, 0); in bnx2i_conn_start()
1614 bnx2i_conn->ep->ofld_timer.expires = 1 * HZ + jiffies; in bnx2i_conn_start()
1615 add_timer(&bnx2i_conn->ep->ofld_timer); in bnx2i_conn_start()
1622 del_timer_sync(&bnx2i_conn->ep->ofld_timer); in bnx2i_conn_start()
1730 timer_setup(&ep->ofld_timer, bnx2i_ep_ofld_timer, 0); in bnx2i_tear_down_conn()
1731 ep->ofld_timer.expires = hba->conn_ctx_destroy_tmo + jiffies; in bnx2i_tear_down_conn()
1732 add_timer(&ep->ofld_timer); in bnx2i_tear_down_conn()
1745 del_timer_sync(&ep->ofld_timer); in bnx2i_tear_down_conn()
1834 timer_setup(&bnx2i_ep->ofld_timer, bnx2i_ep_ofld_timer, 0); in bnx2i_ep_connect()
1835 bnx2i_ep->ofld_timer.expires = 2 * HZ + jiffies; in bnx2i_ep_connect()
1836 add_timer(&bnx2i_ep->ofld_timer); in bnx2i_ep_connect()
1857 del_timer_sync(&bnx2i_ep->ofld_timer); in bnx2i_ep_connect()
2051 timer_setup(&bnx2i_ep->ofld_timer, bnx2i_ep_ofld_timer, 0); in bnx2i_hw_ep_disconnect()
2052 bnx2i_ep->ofld_timer.expires = hba->conn_teardown_tmo + jiffies; in bnx2i_hw_ep_disconnect()
2053 add_timer(&bnx2i_ep->ofld_timer); in bnx2i_hw_ep_disconnect()
2096 del_timer_sync(&bnx2i_ep->ofld_timer); in bnx2i_hw_ep_disconnect()