/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfa_plog.h | 136 void bfa_plog_init(struct bfa_plog_s *plog); 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 D | bfa_svc.c | 284 bfa_plog_add(struct bfa_plog_s *plog, struct bfa_plog_rec_s *pl_rec) in bfa_plog_add() argument 289 if (plog->plog_enabled == 0) in bfa_plog_add() 297 tail = plog->tail; in bfa_plog_add() 299 pl_recp = &(plog->plog_recs[tail]); in bfa_plog_add() 304 BFA_PL_LOG_REC_INCR(plog->tail); in bfa_plog_add() 306 if (plog->head == plog->tail) in bfa_plog_add() 307 BFA_PL_LOG_REC_INCR(plog->head); in bfa_plog_add() 311 bfa_plog_init(struct bfa_plog_s *plog) in bfa_plog_init() argument 313 memset((char *)plog, in bfa_plog_init() 321 bfa_plog_str(struct bfa_plog_s *plog, enum bfa_plog_mid mid, enum bfa_plog_eid event, u16 misc, char *log_str) bfa_plog_str() argument 341 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) bfa_plog_intarr() argument 368 bfa_plog_fchdr(struct bfa_plog_s *plog, enum bfa_plog_mid mid, enum bfa_plog_eid event, u16 misc, struct fchs_s *fchdr) bfa_plog_fchdr() argument 388 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) bfa_plog_fchdr_and_pl() argument [all...] |
H A D | bfa_modules.h | 60 struct bfa_plog_s *plog; /* portlog buffer */ member
|
H A D | bfa_core.c | 1669 bfa_plog_str(bfa->plog, BFA_PL_MID_HAL, BFA_PL_EID_MISC, 0, in bfa_iocfc_enable() 1678 bfa_plog_str(bfa->plog, BFA_PL_MID_HAL, BFA_PL_EID_MISC, 0, in bfa_iocfc_disable()
|
H A D | bfad.c | 833 bfad->bfa.plog = &bfad->plog_buf; in bfad_drv_init()
|
H A D | bfad_bsg.c | 1957 attr->plog_enabled = (bfa_boolean_t)bfad->bfa.plog->plog_enabled; in bfad_iocmd_vhba_query()
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfa_plog.h | 136 void bfa_plog_init(struct bfa_plog_s *plog); 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 D | bfa_svc.c | 284 bfa_plog_add(struct bfa_plog_s *plog, struct bfa_plog_rec_s *pl_rec) in bfa_plog_add() argument 289 if (plog->plog_enabled == 0) in bfa_plog_add() 297 tail = plog->tail; in bfa_plog_add() 299 pl_recp = &(plog->plog_recs[tail]); in bfa_plog_add() 304 BFA_PL_LOG_REC_INCR(plog->tail); in bfa_plog_add() 306 if (plog->head == plog->tail) in bfa_plog_add() 307 BFA_PL_LOG_REC_INCR(plog->head); in bfa_plog_add() 311 bfa_plog_init(struct bfa_plog_s *plog) in bfa_plog_init() argument 313 memset((char *)plog, in bfa_plog_init() 321 bfa_plog_str(struct bfa_plog_s *plog, enum bfa_plog_mid mid, enum bfa_plog_eid event, u16 misc, char *log_str) bfa_plog_str() argument 341 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) bfa_plog_intarr() argument 368 bfa_plog_fchdr(struct bfa_plog_s *plog, enum bfa_plog_mid mid, enum bfa_plog_eid event, u16 misc, struct fchs_s *fchdr) bfa_plog_fchdr() argument 385 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) bfa_plog_fchdr_and_pl() argument [all...] |
H A D | bfa_modules.h | 60 struct bfa_plog_s *plog; /* portlog buffer */ member
|
H A D | bfa_core.c | 1669 bfa_plog_str(bfa->plog, BFA_PL_MID_HAL, BFA_PL_EID_MISC, 0, in bfa_iocfc_enable() 1678 bfa_plog_str(bfa->plog, BFA_PL_MID_HAL, BFA_PL_EID_MISC, 0, in bfa_iocfc_disable()
|
H A D | bfad.c | 825 bfad->bfa.plog = &bfad->plog_buf; in bfad_drv_init()
|
H A D | bfad_bsg.c | 1957 attr->plog_enabled = (bfa_boolean_t)bfad->bfa.plog->plog_enabled; in bfad_iocmd_vhba_query()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vcn.c | 1072 volatile struct amdgpu_vcn_fwlog *plog; in amdgpu_debugfs_vcn_fwlog_read() local 1085 plog = (volatile struct amdgpu_vcn_fwlog *)log_buf; in amdgpu_debugfs_vcn_fwlog_read() 1086 read_pos = plog->rptr; in amdgpu_debugfs_vcn_fwlog_read() 1087 write_pos = plog->wptr; in amdgpu_debugfs_vcn_fwlog_read() 1100 available = read_num[0] + write_pos - plog->header_size; in amdgpu_debugfs_vcn_fwlog_read() 1102 read_num[1] = write_pos - plog->header_size; in amdgpu_debugfs_vcn_fwlog_read() 1112 read_pos = plog->header_size; in amdgpu_debugfs_vcn_fwlog_read() 1122 plog->rptr = read_pos; in amdgpu_debugfs_vcn_fwlog_read()
|