Lines Matching refs:plog
305 bfa_plog_add(struct bfa_plog_s *plog, struct bfa_plog_rec_s *pl_rec) in bfa_plog_add() argument
310 if (plog->plog_enabled == 0) in bfa_plog_add()
318 tail = plog->tail; in bfa_plog_add()
320 pl_recp = &(plog->plog_recs[tail]); in bfa_plog_add()
325 BFA_PL_LOG_REC_INCR(plog->tail); in bfa_plog_add()
327 if (plog->head == plog->tail) in bfa_plog_add()
328 BFA_PL_LOG_REC_INCR(plog->head); in bfa_plog_add()
332 bfa_plog_init(struct bfa_plog_s *plog) in bfa_plog_init() argument
334 memset((char *)plog, 0, sizeof(struct bfa_plog_s)); in bfa_plog_init()
336 memcpy(plog->plog_sig, BFA_PL_SIG_STR, BFA_PL_SIG_LEN); in bfa_plog_init()
337 plog->head = plog->tail = 0; in bfa_plog_init()
338 plog->plog_enabled = 1; in bfa_plog_init()
342 bfa_plog_str(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_str() argument
348 if (plog->plog_enabled) { in bfa_plog_str()
357 bfa_plog_add(plog, &lp); in bfa_plog_str()
362 bfa_plog_intarr(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_intarr() argument
372 if (plog->plog_enabled) { in bfa_plog_intarr()
384 bfa_plog_add(plog, &lp); in bfa_plog_intarr()
389 bfa_plog_fchdr(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_fchdr() argument
397 if (plog->plog_enabled) { in bfa_plog_fchdr()
404 bfa_plog_intarr(plog, mid, event, misc, ints, 3); in bfa_plog_fchdr()
409 bfa_plog_fchdr_and_pl(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_fchdr_and_pl() argument
417 if (plog->plog_enabled) { in bfa_plog_fchdr_and_pl()
425 bfa_plog_intarr(plog, mid, event, misc, ints, 4); in bfa_plog_fchdr_and_pl()
747 bfa_plog_fchdr_and_pl(bfa->plog, BFA_PL_MID_HAL_FCXP, in hal_fcxp_tx_plog()
752 bfa_plog_fchdr(bfa->plog, BFA_PL_MID_HAL_FCXP, in hal_fcxp_tx_plog()
758 bfa_plog_fchdr(bfa->plog, BFA_PL_MID_HAL_FCXP, BFA_PL_EID_TX, in hal_fcxp_tx_plog()
772 bfa_plog_fchdr_and_pl(bfa->plog, BFA_PL_MID_HAL_FCXP, in hal_fcxp_rx_plog()
777 bfa_plog_fchdr(bfa->plog, BFA_PL_MID_HAL_FCXP, in hal_fcxp_rx_plog()
783 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()
1231 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_login()
1234 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_login()
1245 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_login()
1249 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_login()
1323 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_online()
1332 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_online()
1371 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_online_n2n_pid_wait()
1381 bfa_plog_str(lps->bfa->plog, BFA_PL_MID_LPS, in bfa_lps_sm_online_n2n_pid_wait()
2113 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_enabling_qwait()
2174 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_enabling()
2210 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_linkdown()
2220 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_linkdown()
2224 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_linkdown()
2260 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_linkdown()
2306 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_linkup()
2321 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_linkup()
2492 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_disabling()
2547 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_fcport_sm_disabled()
3320 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_trunk_scn()
3324 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_trunk_scn()
3328 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_trunk_scn()
3332 bfa_plog_str(fcport->bfa->plog, BFA_PL_MID_HAL, in bfa_trunk_scn()
5198 bfa_plog_fchdr(bfa->plog, BFA_PL_MID_HAL_UF, BFA_PL_EID_RX, in uf_recv()
5202 bfa_plog_fchdr_and_pl(bfa->plog, BFA_PL_MID_HAL_UF, in uf_recv()