Searched refs:bfa_plog_s (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/scsi/bfa/ |
D | bfa_plog.h | 133 struct bfa_plog_s { struct 143 void bfa_plog_init(struct bfa_plog_s *plog); argument 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_modules.h | 112 struct bfa_plog_s *plog; /* portlog buffer */
|
D | bfad_drv.h | 218 struct bfa_plog_s plog_buf;
|
D | bfa_svc.c | 305 bfa_plog_add(struct bfa_plog_s *plog, struct bfa_plog_rec_s *pl_rec) in bfa_plog_add() 332 bfa_plog_init(struct bfa_plog_s *plog) in bfa_plog_init() 334 memset((char *)plog, 0, sizeof(struct bfa_plog_s)); in bfa_plog_init() 342 bfa_plog_str(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_str() 362 bfa_plog_intarr(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_intarr() 389 bfa_plog_fchdr(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_fchdr() 409 bfa_plog_fchdr_and_pl(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_fchdr_and_pl()
|
D | bfad_bsg.c | 1856 if (iocmd->bufsz < sizeof(struct bfa_plog_s)) { in bfad_iocmd_porglog_get() 1857 bfa_trc(bfad, sizeof(struct bfa_plog_s)); in bfad_iocmd_porglog_get() 1864 memcpy(iocmd_bufptr, (u8 *) &bfad->plog_buf, sizeof(struct bfa_plog_s)); in bfad_iocmd_porglog_get()
|