Searched refs:ofld_timer (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c1620 timer_setup(&bnx2i_conn->ep->ofld_timer, bnx2i_ep_ofld_timer, 0);
1621 bnx2i_conn->ep->ofld_timer.expires = 1 * HZ + jiffies;
1622 add_timer(&bnx2i_conn->ep->ofld_timer);
1629 del_timer_sync(&bnx2i_conn->ep->ofld_timer);
1737 timer_setup(&ep->ofld_timer, bnx2i_ep_ofld_timer, 0);
1738 ep->ofld_timer.expires = hba->conn_ctx_destroy_tmo + jiffies;
1739 add_timer(&ep->ofld_timer);
1752 del_timer_sync(&ep->ofld_timer);
1841 timer_setup(&bnx2i_ep->ofld_timer, bnx2i_ep_ofld_timer, 0);
1842 bnx2i_ep->ofld_timer
[all...]
H A Dbnx2i.h743 * @ofld_timer: offload timer to detect timeout
765 struct timer_list ofld_timer; member in struct:bnx2i_endpoint
H A Dbnx2i_hwi.c688 struct bnx2i_endpoint *ep = from_timer(ep, t, ofld_timer);
691 printk(KERN_ALERT "ofld_timer: CONN_OFLD timeout\n");
694 printk(KERN_ALERT "ofld_timer: CONN_DISCON timeout\n");
697 printk(KERN_ALERT "ofld_timer: CONN_CLEANUP timeout\n");
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c46 struct bnx2fc_rport *tgt = from_timer(tgt, t, ofld_timer);
68 timer_setup(&tgt->ofld_timer, bnx2fc_ofld_timer, 0);
69 mod_timer(&tgt->ofld_timer, jiffies + BNX2FC_FW_TIMEOUT);
77 del_timer_sync(&tgt->ofld_timer);
H A Dbnx2fc.h379 struct timer_list ofld_timer; member in struct:bnx2fc_rport

Completed in 893 milliseconds