Lines Matching defs:plog

284 bfa_plog_add(struct bfa_plog_s *plog, struct bfa_plog_rec_s *pl_rec)
289 if (plog->plog_enabled == 0)
297 tail = plog->tail;
299 pl_recp = &(plog->plog_recs[tail]);
304 BFA_PL_LOG_REC_INCR(plog->tail);
306 if (plog->head == plog->tail)
307 BFA_PL_LOG_REC_INCR(plog->head);
311 bfa_plog_init(struct bfa_plog_s *plog)
313 memset((char *)plog, 0, sizeof(struct bfa_plog_s));
315 memcpy(plog->plog_sig, BFA_PL_SIG_STR, BFA_PL_SIG_LEN);
316 plog->head = plog->tail = 0;
317 plog->plog_enabled = 1;
321 bfa_plog_str(struct bfa_plog_s *plog, enum bfa_plog_mid mid,
327 if (plog->plog_enabled) {
336 bfa_plog_add(plog, &lp);
341 bfa_plog_intarr(struct bfa_plog_s *plog, enum bfa_plog_mid mid,
351 if (plog->plog_enabled) {
363 bfa_plog_add(plog, &lp);
368 bfa_plog_fchdr(struct bfa_plog_s *plog, enum bfa_plog_mid mid,
375 if (plog->plog_enabled) {
380 bfa_plog_intarr(plog, mid, event, misc, ints, 3);
385 bfa_plog_fchdr_and_pl(struct bfa_plog_s *plog, enum bfa_plog_mid mid,
392 if (plog->plog_enabled) {
398 bfa_plog_intarr(plog, mid, event, misc, ints, 4);
727 bfa_plog_fchdr_and_pl(bfa->plog, BFA_PL_MID_HAL_FCXP,
732 bfa_plog_fchdr(bfa->plog, BFA_PL_MID_HAL_FCXP,
738 bfa_plog_fchdr(bfa->plog, BFA_PL_MID_HAL_FCXP, BFA_PL_EID_TX,
752 bfa_plog_fchdr_and_pl(bfa->plog, BFA_PL_MID_HAL_FCXP,
757 bfa_plog_fchdr(bfa->plog, BFA_PL_MID_HAL_FCXP,
763 bfa_plog_fchdr(bfa->plog, BFA_PL_MID_HAL_FCXP, BFA_PL_EID_RX,
1179 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS,
1182 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS,
1231 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS,
1234 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS,
1245 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS,
1249 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS,
1323 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS,
1332 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS,
1371 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS,
1381 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS,
2097 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL,
2164 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL,
2206 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL,
2216 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL,
2220 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL,
2256 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL,
2308 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL,
2323 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL,
2506 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL,
2561 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL,
2756 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL,
3456 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL,
3460 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL,
3464 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL,
3468 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL,
5530 bfa_plog_fchdr(bfa->plog, BFA_PL_MID_HAL_UF, BFA_PL_EID_RX,
5534 bfa_plog_fchdr_and_pl(bfa->plog, BFA_PL_MID_HAL_UF,