Searched refs:plog (Results 1 – 8 of 8) sorted by relevance
| /drivers/scsi/bfa/ |
| 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,
|
| A D | bfa_svc.c | 275 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 D | bfa_modules.h | 60 struct bfa_plog_s *plog; /* portlog buffer */ member
|
| 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()
|
| A D | bfad.c | 826 bfad->bfa.plog = &bfad->plog_buf; in bfad_drv_init()
|
| A D | bfad_bsg.c | 1957 attr->plog_enabled = (bfa_boolean_t)bfad->bfa.plog->plog_enabled; in bfad_iocmd_vhba_query()
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_umsch_mm.c | 455 volatile struct amdgpu_umsch_fwlog *plog; in amdgpu_debugfs_umsch_fwlog_read() local 468 plog = (volatile struct amdgpu_umsch_fwlog *)log_buf; in amdgpu_debugfs_umsch_fwlog_read() 469 read_pos = plog->rptr; in amdgpu_debugfs_umsch_fwlog_read() 470 write_pos = plog->wptr; in amdgpu_debugfs_umsch_fwlog_read() 483 available = read_num[0] + write_pos - plog->header_size; in amdgpu_debugfs_umsch_fwlog_read() 485 read_num[1] = write_pos - plog->header_size; in amdgpu_debugfs_umsch_fwlog_read() 495 read_pos = plog->header_size; in amdgpu_debugfs_umsch_fwlog_read() 505 plog->rptr = read_pos; in amdgpu_debugfs_umsch_fwlog_read()
|
| A D | amdgpu_vcn.c | 1135 volatile struct amdgpu_vcn_fwlog *plog; in amdgpu_debugfs_vcn_fwlog_read() local 1148 plog = (volatile struct amdgpu_vcn_fwlog *)log_buf; in amdgpu_debugfs_vcn_fwlog_read() 1149 read_pos = plog->rptr; in amdgpu_debugfs_vcn_fwlog_read() 1150 write_pos = plog->wptr; in amdgpu_debugfs_vcn_fwlog_read() 1163 available = read_num[0] + write_pos - plog->header_size; in amdgpu_debugfs_vcn_fwlog_read() 1165 read_num[1] = write_pos - plog->header_size; in amdgpu_debugfs_vcn_fwlog_read() 1175 read_pos = plog->header_size; in amdgpu_debugfs_vcn_fwlog_read() 1185 plog->rptr = read_pos; in amdgpu_debugfs_vcn_fwlog_read()
|
Completed in 41 milliseconds