Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/bfa/
Dbfa_plog.h27 #define BFA_PL_INT_LOG_SZ 8 /* number of integers in the integer log */ macro
53 u32 int_log[BFA_PL_INT_LOG_SZ];
Dbfa_svc.c284 (pl_rec->log_num_ints > BFA_PL_INT_LOG_SZ)) in plkd_validate_logrec()
367 if (num_ints > BFA_PL_INT_LOG_SZ) in bfa_plog_intarr()
368 num_ints = BFA_PL_INT_LOG_SZ; in bfa_plog_intarr()
393 u32 ints[BFA_PL_INT_LOG_SZ]; in bfa_plog_fchdr()
413 u32 ints[BFA_PL_INT_LOG_SZ]; in bfa_plog_fchdr_and_pl()