Home
last modified time | relevance | path

Searched refs:fcp_poll_timer (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc.h1002 struct timer_list fcp_poll_timer; member
H A Dlpfc_scsi.c4452 mod_timer(&phba->fcp_poll_timer, in lpfc_poll_rearm_timer()
4477 struct lpfc_hba *phba = from_timer(phba, t, fcp_poll_timer); in lpfc_poll_timeout()
H A Dlpfc_init.c3005 del_timer_sync(&phba->fcp_poll_timer); in lpfc_stop_hba_timers()
6382 timer_setup(&phba->fcp_poll_timer, lpfc_poll_timeout, 0); in lpfc_sli_driver_resource_setup()
H A Dlpfc_attr.c2232 del_timer(&phba->fcp_poll_timer); in lpfc_poll_store()