Home
last modified time | relevance | path

Searched refs:bfa_plog_s (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_plog.h126 struct bfa_plog_s { struct
136 void bfa_plog_init(struct bfa_plog_s *plog); argument
137 void bfa_plog_str(struct bfa_plog_s *plog, enum bfa_plog_mid mid,
139 void bfa_plog_intarr(struct bfa_plog_s *plog, enum bfa_plog_mid mid,
142 void bfa_plog_fchdr(struct bfa_plog_s *plog, enum bfa_plog_mid mid,
144 void bfa_plog_fchdr_and_pl(struct bfa_plog_s *plog, enum bfa_plog_mid mid,
H A Dbfa_modules.h60 struct bfa_plog_s *plog; /* portlog buffer */
H A Dbfad_drv.h213 struct bfa_plog_s plog_buf;
H A Dbfa_svc.c284 bfa_plog_add(struct bfa_plog_s *plog, struct bfa_plog_rec_s *pl_rec) in bfa_plog_add()
311 bfa_plog_init(struct bfa_plog_s *plog) in bfa_plog_init()
313 memset((char *)plog, 0, sizeof(struct bfa_plog_s)); in bfa_plog_init()
321 bfa_plog_str(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_str()
341 bfa_plog_intarr(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_intarr()
368 bfa_plog_fchdr(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_fchdr()
385 bfa_plog_fchdr_and_pl(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_fchdr_and_pl()
H A Dbfad_bsg.c2001 if (iocmd->bufsz < sizeof(struct bfa_plog_s)) { in bfad_iocmd_porglog_get()
2002 bfa_trc(bfad, sizeof(struct bfa_plog_s)); in bfad_iocmd_porglog_get()
2009 memcpy(iocmd_bufptr, (u8 *) &bfad->plog_buf, sizeof(struct bfa_plog_s)); in bfad_iocmd_porglog_get()