Home
last modified time | relevance | path

Searched refs:plog (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/scsi/bfa/
Dbfa_plog.h143 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,
Dbfa_svc.c305 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()
[all …]
Dbfa_modules.h112 struct bfa_plog_s *plog; /* portlog buffer */ member
Dbfa_core.c1593 bfa_plog_str(bfa->plog, BFA_PL_MID_HAL, BFA_PL_EID_MISC, 0, in bfa_iocfc_enable()
1602 bfa_plog_str(bfa->plog, BFA_PL_MID_HAL, BFA_PL_EID_MISC, 0, in bfa_iocfc_disable()
Dbfad.c868 bfad->bfa.plog = &bfad->plog_buf; in bfad_drv_init()
Dbfad_bsg.c1812 attr->plog_enabled = (bfa_boolean_t)bfad->bfa.plog->plog_enabled; in bfad_iocmd_vhba_query()