Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
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,
A Dbfa_svc.c275 if (plog->plog_enabled == 0) in bfa_plog_add()
283 tail = plog->tail; in bfa_plog_add()
292 if (plog->head == plog->tail) in bfa_plog_add()
302 plog->head = plog->tail = 0; in bfa_plog_init()
303 plog->plog_enabled = 1; in bfa_plog_init()
313 if (plog->plog_enabled) { in bfa_plog_str()
322 bfa_plog_add(plog, &lp); in bfa_plog_str()
337 if (plog->plog_enabled) { in bfa_plog_intarr()
349 bfa_plog_add(plog, &lp); in bfa_plog_intarr()
361 if (plog->plog_enabled) { in bfa_plog_fchdr()
[all …]
A Dbfa_modules.h60 struct bfa_plog_s *plog; /* portlog buffer */ member
A Dbfa_core.c1669 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()
A Dbfad.c825 bfad->bfa.plog = &bfad->plog_buf; in bfad_drv_init()
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/
A Damdgpu_umsch_mm.c913 volatile struct amdgpu_umsch_fwlog *plog; in amdgpu_debugfs_umsch_fwlog_read() local
926 plog = (volatile struct amdgpu_umsch_fwlog *)log_buf; in amdgpu_debugfs_umsch_fwlog_read()
927 read_pos = plog->rptr; in amdgpu_debugfs_umsch_fwlog_read()
928 write_pos = plog->wptr; in amdgpu_debugfs_umsch_fwlog_read()
941 available = read_num[0] + write_pos - plog->header_size; in amdgpu_debugfs_umsch_fwlog_read()
943 read_num[1] = write_pos - plog->header_size; in amdgpu_debugfs_umsch_fwlog_read()
953 read_pos = plog->header_size; in amdgpu_debugfs_umsch_fwlog_read()
963 plog->rptr = read_pos; in amdgpu_debugfs_umsch_fwlog_read()
A Damdgpu_vcn.c1088 volatile struct amdgpu_vcn_fwlog *plog; in amdgpu_debugfs_vcn_fwlog_read() local
1101 plog = (volatile struct amdgpu_vcn_fwlog *)log_buf; in amdgpu_debugfs_vcn_fwlog_read()
1102 read_pos = plog->rptr; in amdgpu_debugfs_vcn_fwlog_read()
1103 write_pos = plog->wptr; in amdgpu_debugfs_vcn_fwlog_read()
1116 available = read_num[0] + write_pos - plog->header_size; in amdgpu_debugfs_vcn_fwlog_read()
1118 read_num[1] = write_pos - plog->header_size; in amdgpu_debugfs_vcn_fwlog_read()
1128 read_pos = plog->header_size; in amdgpu_debugfs_vcn_fwlog_read()
1138 plog->rptr = read_pos; in amdgpu_debugfs_vcn_fwlog_read()

Completed in 35 milliseconds