Lines Matching refs:plog

292 bfa_plog_add(struct bfa_plog_s *plog, struct bfa_plog_rec_s *pl_rec)  in bfa_plog_add()  argument
297 if (plog->plog_enabled == 0) in bfa_plog_add()
305 tail = plog->tail; in bfa_plog_add()
307 pl_recp = &(plog->plog_recs[tail]); in bfa_plog_add()
312 BFA_PL_LOG_REC_INCR(plog->tail); in bfa_plog_add()
314 if (plog->head == plog->tail) in bfa_plog_add()
315 BFA_PL_LOG_REC_INCR(plog->head); in bfa_plog_add()
319 bfa_plog_init(struct bfa_plog_s *plog) in bfa_plog_init() argument
321 memset((char *)plog, 0, sizeof(struct bfa_plog_s)); in bfa_plog_init()
323 memcpy(plog->plog_sig, BFA_PL_SIG_STR, BFA_PL_SIG_LEN); in bfa_plog_init()
324 plog->head = plog->tail = 0; in bfa_plog_init()
325 plog->plog_enabled = 1; in bfa_plog_init()
329 bfa_plog_str(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_str() argument
335 if (plog->plog_enabled) { in bfa_plog_str()
344 bfa_plog_add(plog, &lp); in bfa_plog_str()
349 bfa_plog_intarr(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_intarr() argument
359 if (plog->plog_enabled) { in bfa_plog_intarr()
371 bfa_plog_add(plog, &lp); in bfa_plog_intarr()
376 bfa_plog_fchdr(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_fchdr() argument
384 if (plog->plog_enabled) { in bfa_plog_fchdr()
391 bfa_plog_intarr(plog, mid, event, misc, ints, 3); in bfa_plog_fchdr()
396 bfa_plog_fchdr_and_pl(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_fchdr_and_pl() argument
404 if (plog->plog_enabled) { in bfa_plog_fchdr_and_pl()
412 bfa_plog_intarr(plog, mid, event, misc, ints, 4); in bfa_plog_fchdr_and_pl()
741 bfa_plog_fchdr_and_pl(bfa->plog, BFA_PL_MID_HAL_FCXP, in hal_fcxp_tx_plog()
746 bfa_plog_fchdr(bfa->plog, BFA_PL_MID_HAL_FCXP, in hal_fcxp_tx_plog()
752 bfa_plog_fchdr(bfa->plog, BFA_PL_MID_HAL_FCXP, BFA_PL_EID_TX, in hal_fcxp_tx_plog()
766 bfa_plog_fchdr_and_pl(bfa->plog, BFA_PL_MID_HAL_FCXP, in hal_fcxp_rx_plog()
771 bfa_plog_fchdr(bfa->plog, BFA_PL_MID_HAL_FCXP, in hal_fcxp_rx_plog()
777 bfa_plog_fchdr(bfa->plog, BFA_PL_MID_HAL_FCXP, BFA_PL_EID_RX, in hal_fcxp_rx_plog()
1193 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_init()
1196 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_init()
1245 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_login()
1248 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_login()
1259 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_login()
1263 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_login()
1337 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_online()
1346 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_online()
1385 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_online_n2n_pid_wait()
1395 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_online_n2n_pid_wait()
2111 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_enabling_qwait()
2178 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_enabling()
2220 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_linkdown()
2230 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_linkdown()
2234 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_linkdown()
2270 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_linkdown()
2322 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_linkup()
2337 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_linkup()
2520 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_disabling()
2575 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_disabled()
2770 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_faa_misconfig()
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()
3478 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_trunk_scn()
3482 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_trunk_scn()
5547 bfa_plog_fchdr(bfa->plog, BFA_PL_MID_HAL_UF, BFA_PL_EID_RX, in uf_recv()
5551 bfa_plog_fchdr_and_pl(bfa->plog, BFA_PL_MID_HAL_UF, in uf_recv()