Searched refs:plog (Results 1 – 6 of 6) sorted by relevance
/drivers/scsi/bfa/ |
D | bfa_plog.h | 143 void bfa_plog_init(struct bfa_plog_s *plog); 144 void bfa_plog_str(struct bfa_plog_s *plog, enum bfa_plog_mid mid, 146 void bfa_plog_intarr(struct bfa_plog_s *plog, enum bfa_plog_mid mid, 149 void bfa_plog_fchdr(struct bfa_plog_s *plog, enum bfa_plog_mid mid, 151 void bfa_plog_fchdr_and_pl(struct bfa_plog_s *plog, enum bfa_plog_mid mid,
|
D | bfa_svc.c | 319 bfa_plog_add(struct bfa_plog_s *plog, struct bfa_plog_rec_s *pl_rec) in bfa_plog_add() argument 324 if (plog->plog_enabled == 0) in bfa_plog_add() 332 tail = plog->tail; in bfa_plog_add() 334 pl_recp = &(plog->plog_recs[tail]); in bfa_plog_add() 339 BFA_PL_LOG_REC_INCR(plog->tail); in bfa_plog_add() 341 if (plog->head == plog->tail) in bfa_plog_add() 342 BFA_PL_LOG_REC_INCR(plog->head); in bfa_plog_add() 346 bfa_plog_init(struct bfa_plog_s *plog) in bfa_plog_init() argument 348 memset((char *)plog, 0, sizeof(struct bfa_plog_s)); in bfa_plog_init() 350 memcpy(plog->plog_sig, BFA_PL_SIG_STR, BFA_PL_SIG_LEN); in bfa_plog_init() [all …]
|
D | bfa_modules.h | 113 struct bfa_plog_s *plog; /* portlog buffer */ member
|
D | bfa_core.c | 1665 bfa_plog_str(bfa->plog, BFA_PL_MID_HAL, BFA_PL_EID_MISC, 0, in bfa_iocfc_enable() 1674 bfa_plog_str(bfa->plog, BFA_PL_MID_HAL, BFA_PL_EID_MISC, 0, in bfa_iocfc_disable()
|
D | bfad.c | 847 bfad->bfa.plog = &bfad->plog_buf; in bfad_drv_init()
|
D | bfad_bsg.c | 1964 attr->plog_enabled = (bfa_boolean_t)bfad->bfa.plog->plog_enabled; in bfad_iocmd_vhba_query()
|