Searched defs:plog (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/bfa/
H A Dbfa_modules.h112 struct bfa_plog_s *plog; /* portlog buffer */ member in struct:bfa_s
H A Dbfa_svc.c305 bfa_plog_add(struct bfa_plog_s *plog, struct bfa_plog_rec_s *pl_rec) argument
310 if (plog->plog_enabled == 0)
318 tail = plog->tail;
320 pl_recp = &(plog->plog_recs[tail]);
325 BFA_PL_LOG_REC_INCR(plog->tail);
327 if (plog->head == plog->tail)
328 BFA_PL_LOG_REC_INCR(plog->head);
332 bfa_plog_init(struct bfa_plog_s *plog) argument
334 memset((char *)plog,
342 bfa_plog_str(struct bfa_plog_s *plog, enum bfa_plog_mid mid, enum bfa_plog_eid event, u16 misc, char *log_str) argument
362 bfa_plog_intarr(struct bfa_plog_s *plog, enum bfa_plog_mid mid, enum bfa_plog_eid event, u16 misc, u32 *intarr, u32 num_ints) argument
389 bfa_plog_fchdr(struct bfa_plog_s *plog, enum bfa_plog_mid mid, enum bfa_plog_eid event, u16 misc, struct fchs_s *fchdr) argument
409 bfa_plog_fchdr_and_pl(struct bfa_plog_s *plog, enum bfa_plog_mid mid, enum bfa_plog_eid event, u16 misc, struct fchs_s *fchdr, u32 pld_w0) argument
[all...]

Completed in 64 milliseconds