Searched refs:plog (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/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 | 289 if (plog->plog_enabled == 0) in bfa_plog_add() 297 tail = plog->tail; in bfa_plog_add() 306 if (plog->head == plog->tail) in bfa_plog_add() 316 plog->head = plog->tail = 0; in bfa_plog_init() 317 plog->plog_enabled = 1; in bfa_plog_init() 327 if (plog->plog_enabled) { in bfa_plog_str() 336 bfa_plog_add(plog, &lp); in bfa_plog_str() 351 if (plog->plog_enabled) { in bfa_plog_intarr() 363 bfa_plog_add(plog, &lp); in bfa_plog_intarr() 375 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 | 830 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()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_vcn.c | 1039 volatile struct amdgpu_vcn_fwlog *plog; in amdgpu_debugfs_vcn_fwlog_read() local 1052 plog = (volatile struct amdgpu_vcn_fwlog *)log_buf; in amdgpu_debugfs_vcn_fwlog_read() 1053 read_pos = plog->rptr; in amdgpu_debugfs_vcn_fwlog_read() 1054 write_pos = plog->wptr; in amdgpu_debugfs_vcn_fwlog_read() 1067 available = read_num[0] + write_pos - plog->header_size; in amdgpu_debugfs_vcn_fwlog_read() 1069 read_num[1] = write_pos - plog->header_size; in amdgpu_debugfs_vcn_fwlog_read() 1079 read_pos = plog->header_size; in amdgpu_debugfs_vcn_fwlog_read() 1089 plog->rptr = read_pos; in amdgpu_debugfs_vcn_fwlog_read()
|
Completed in 33 milliseconds