Lines Matching refs:ints
409 u32 ints[BFA_PL_INT_LOG_SZ]; in bfa_plog_fchdr() local
414 ints[0] = tmp_int[0]; in bfa_plog_fchdr()
415 ints[1] = tmp_int[1]; in bfa_plog_fchdr()
416 ints[2] = tmp_int[4]; in bfa_plog_fchdr()
418 bfa_plog_intarr(plog, mid, event, misc, ints, 3); in bfa_plog_fchdr()
429 u32 ints[BFA_PL_INT_LOG_SZ]; in bfa_plog_fchdr_and_pl() local
434 ints[0] = tmp_int[0]; in bfa_plog_fchdr_and_pl()
435 ints[1] = tmp_int[1]; in bfa_plog_fchdr_and_pl()
436 ints[2] = tmp_int[4]; in bfa_plog_fchdr_and_pl()
437 ints[3] = pld_w0; in bfa_plog_fchdr_and_pl()
439 bfa_plog_intarr(plog, mid, event, misc, ints, 4); in bfa_plog_fchdr_and_pl()