Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
H A Dbfa_plog.h136 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 Dbfad.c826 bfad->bfa.plog = &bfad->plog_buf; in bfad_drv_init()
H A Dbfad_bsg.c1957 attr->plog_enabled = (bfa_boolean_t)bfad->bfa.plog->plog_enabled; in bfad_iocmd_vhba_query()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vcn.c1167 struct amdgpu_vcn_fwlog *plog; in amdgpu_debugfs_vcn_fwlog_read() local
1180 plog = (struct amdgpu_vcn_fwlog *)log_buf; in amdgpu_debugfs_vcn_fwlog_read()
1181 read_pos = plog->rptr; in amdgpu_debugfs_vcn_fwlog_read()
1182 write_pos = plog->wptr; in amdgpu_debugfs_vcn_fwlog_read()
1195 available = read_num[0] + write_pos - plog->header_size; in amdgpu_debugfs_vcn_fwlog_read()
1197 read_num[1] = write_pos - plog->header_size; in amdgpu_debugfs_vcn_fwlog_read()
1207 read_pos = plog->header_size; in amdgpu_debugfs_vcn_fwlog_read()
1217 plog->rptr = read_pos; in amdgpu_debugfs_vcn_fwlog_read()