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_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_umsch_mm.c910 volatile struct amdgpu_umsch_fwlog *plog; in amdgpu_debugfs_umsch_fwlog_read() local
923 plog = (volatile struct amdgpu_umsch_fwlog *)log_buf; in amdgpu_debugfs_umsch_fwlog_read()
924 read_pos = plog->rptr; in amdgpu_debugfs_umsch_fwlog_read()
925 write_pos = plog->wptr; in amdgpu_debugfs_umsch_fwlog_read()
938 available = read_num[0] + write_pos - plog->header_size; in amdgpu_debugfs_umsch_fwlog_read()
940 read_num[1] = write_pos - plog->header_size; in amdgpu_debugfs_umsch_fwlog_read()
950 read_pos = plog->header_size; in amdgpu_debugfs_umsch_fwlog_read()
960 plog->rptr = read_pos; in amdgpu_debugfs_umsch_fwlog_read()
H A Damdgpu_vcn.c1103 volatile struct amdgpu_vcn_fwlog *plog; in amdgpu_debugfs_vcn_fwlog_read() local
1116 plog = (volatile struct amdgpu_vcn_fwlog *)log_buf; in amdgpu_debugfs_vcn_fwlog_read()
1117 read_pos = plog->rptr; in amdgpu_debugfs_vcn_fwlog_read()
1118 write_pos = plog->wptr; in amdgpu_debugfs_vcn_fwlog_read()
1131 available = read_num[0] + write_pos - plog->header_size; in amdgpu_debugfs_vcn_fwlog_read()
1133 read_num[1] = write_pos - plog->header_size; in amdgpu_debugfs_vcn_fwlog_read()
1143 read_pos = plog->header_size; in amdgpu_debugfs_vcn_fwlog_read()
1153 plog->rptr = read_pos; in amdgpu_debugfs_vcn_fwlog_read()