Home
last modified time | relevance | path

Searched refs:MBOX_TOV (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/scsi/qla4xxx/
Dql4_mbx.c71 wait_count = MBOX_TOV * 100; in qla4xxx_mailbox_command()
157 wait_for_completion_timeout(&ha->mbx_intr_comp, MBOX_TOV * HZ); in qla4xxx_mailbox_command()
161 wait_count = jiffies + MBOX_TOV * HZ; in qla4xxx_mailbox_command()
Dql4_def.h153 #define MBOX_TOV 60 macro