Lines Matching refs:ofld_timer
1614 timer_setup(&bnx2i_conn->ep->ofld_timer, bnx2i_ep_ofld_timer, 0); in bnx2i_conn_start()
1615 bnx2i_conn->ep->ofld_timer.expires = 1 * HZ + jiffies; in bnx2i_conn_start()
1616 add_timer(&bnx2i_conn->ep->ofld_timer); in bnx2i_conn_start()
1623 del_timer_sync(&bnx2i_conn->ep->ofld_timer); in bnx2i_conn_start()
1731 timer_setup(&ep->ofld_timer, bnx2i_ep_ofld_timer, 0); in bnx2i_tear_down_conn()
1732 ep->ofld_timer.expires = hba->conn_ctx_destroy_tmo + jiffies; in bnx2i_tear_down_conn()
1733 add_timer(&ep->ofld_timer); in bnx2i_tear_down_conn()
1746 del_timer_sync(&ep->ofld_timer); in bnx2i_tear_down_conn()
1835 timer_setup(&bnx2i_ep->ofld_timer, bnx2i_ep_ofld_timer, 0); in bnx2i_ep_connect()
1836 bnx2i_ep->ofld_timer.expires = 2 * HZ + jiffies; in bnx2i_ep_connect()
1837 add_timer(&bnx2i_ep->ofld_timer); in bnx2i_ep_connect()
1858 del_timer_sync(&bnx2i_ep->ofld_timer); in bnx2i_ep_connect()
2052 timer_setup(&bnx2i_ep->ofld_timer, bnx2i_ep_ofld_timer, 0); in bnx2i_hw_ep_disconnect()
2053 bnx2i_ep->ofld_timer.expires = hba->conn_teardown_tmo + jiffies; in bnx2i_hw_ep_disconnect()
2054 add_timer(&bnx2i_ep->ofld_timer); in bnx2i_hw_ep_disconnect()
2097 del_timer_sync(&bnx2i_ep->ofld_timer); in bnx2i_hw_ep_disconnect()