Searched refs:plog (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_plog.h | 144 void bfa_plog_init(struct bfa_plog_s *plog); 145 void bfa_plog_str(struct bfa_plog_s *plog, enum bfa_plog_mid mid, 147 void bfa_plog_intarr(struct bfa_plog_s *plog, enum bfa_plog_mid mid, 150 void bfa_plog_fchdr(struct bfa_plog_s *plog, enum bfa_plog_mid mid, 152 void bfa_plog_fchdr_and_pl(struct bfa_plog_s *plog, enum bfa_plog_mid mid,
|
D | bfa_svc.c | 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() [all …]
|
D | bfa_modules.h | 68 struct bfa_plog_s *plog; /* portlog buffer */ member
|
D | bfa_core.c | 1677 bfa_plog_str(bfa->plog, BFA_PL_MID_HAL, BFA_PL_EID_MISC, 0, in bfa_iocfc_enable() 1686 bfa_plog_str(bfa->plog, BFA_PL_MID_HAL, BFA_PL_EID_MISC, 0, in bfa_iocfc_disable()
|
D | bfad.c | 840 bfad->bfa.plog = &bfad->plog_buf; in bfad_drv_init()
|
D | bfad_bsg.c | 1965 attr->plog_enabled = (bfa_boolean_t)bfad->bfa.plog->plog_enabled; in bfad_iocmd_vhba_query()
|