Lines Matching refs:plog

284 bfa_plog_add(struct bfa_plog_s *plog, struct bfa_plog_rec_s *pl_rec)  in bfa_plog_add()  argument
289 if (plog->plog_enabled == 0) in bfa_plog_add()
297 tail = plog->tail; in bfa_plog_add()
299 pl_recp = &(plog->plog_recs[tail]); in bfa_plog_add()
304 BFA_PL_LOG_REC_INCR(plog->tail); in bfa_plog_add()
306 if (plog->head == plog->tail) in bfa_plog_add()
307 BFA_PL_LOG_REC_INCR(plog->head); in bfa_plog_add()
311 bfa_plog_init(struct bfa_plog_s *plog) in bfa_plog_init() argument
313 memset((char *)plog, 0, sizeof(struct bfa_plog_s)); in bfa_plog_init()
315 memcpy(plog->plog_sig, BFA_PL_SIG_STR, BFA_PL_SIG_LEN); in bfa_plog_init()
316 plog->head = plog->tail = 0; in bfa_plog_init()
317 plog->plog_enabled = 1; in bfa_plog_init()
321 bfa_plog_str(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_str() argument
327 if (plog->plog_enabled) { in bfa_plog_str()
336 bfa_plog_add(plog, &lp); in bfa_plog_str()
341 bfa_plog_intarr(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_intarr() argument
351 if (plog->plog_enabled) { in bfa_plog_intarr()
363 bfa_plog_add(plog, &lp); in bfa_plog_intarr()
368 bfa_plog_fchdr(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_fchdr() argument
376 if (plog->plog_enabled) { in bfa_plog_fchdr()
383 bfa_plog_intarr(plog, mid, event, misc, ints, 3); in bfa_plog_fchdr()
388 bfa_plog_fchdr_and_pl(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_fchdr_and_pl() argument
396 if (plog->plog_enabled) { in bfa_plog_fchdr_and_pl()
404 bfa_plog_intarr(plog, mid, event, misc, ints, 4); in bfa_plog_fchdr_and_pl()
733 bfa_plog_fchdr_and_pl(bfa->plog, BFA_PL_MID_HAL_FCXP, in hal_fcxp_tx_plog()
738 bfa_plog_fchdr(bfa->plog, BFA_PL_MID_HAL_FCXP, in hal_fcxp_tx_plog()
744 bfa_plog_fchdr(bfa->plog, BFA_PL_MID_HAL_FCXP, BFA_PL_EID_TX, in hal_fcxp_tx_plog()
758 bfa_plog_fchdr_and_pl(bfa->plog, BFA_PL_MID_HAL_FCXP, in hal_fcxp_rx_plog()
763 bfa_plog_fchdr(bfa->plog, BFA_PL_MID_HAL_FCXP, in hal_fcxp_rx_plog()
769 bfa_plog_fchdr(bfa->plog, BFA_PL_MID_HAL_FCXP, BFA_PL_EID_RX, in hal_fcxp_rx_plog()
1185 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_init()
1188 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_init()
1237 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_login()
1240 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_login()
1251 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_login()
1255 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_login()
1329 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_online()
1338 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_online()
1377 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_online_n2n_pid_wait()
1387 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_online_n2n_pid_wait()
2103 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_enabling_qwait()
2170 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_enabling()
2212 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_linkdown()
2222 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_linkdown()
2226 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_linkdown()
2262 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_linkdown()
2314 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_linkup()
2329 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_linkup()
2512 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_disabling()
2567 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_disabled()
2762 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_faa_misconfig()
3462 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_trunk_scn()
3466 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_trunk_scn()
3470 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_trunk_scn()
3474 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_trunk_scn()
5536 bfa_plog_fchdr(bfa->plog, BFA_PL_MID_HAL_UF, BFA_PL_EID_RX, in uf_recv()
5540 bfa_plog_fchdr_and_pl(bfa->plog, BFA_PL_MID_HAL_UF, in uf_recv()