Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/bfa/
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,
Dbfa_svc.c284 bfa_plog_add(struct bfa_plog_s *plog, struct bfa_plog_rec_s *pl_rec) in bfa_plog_add() argument
289 if (plog->plog_enabled == 0) in bfa_plog_add()
297 tail = plog->tail; in bfa_plog_add()
299 pl_recp = &(plog->plog_recs[tail]); in bfa_plog_add()
304 BFA_PL_LOG_REC_INCR(plog->tail); in bfa_plog_add()
306 if (plog->head == plog->tail) in bfa_plog_add()
307 BFA_PL_LOG_REC_INCR(plog->head); in bfa_plog_add()
311 bfa_plog_init(struct bfa_plog_s *plog) in bfa_plog_init() argument
313 memset((char *)plog, 0, sizeof(struct bfa_plog_s)); in bfa_plog_init()
315 memcpy(plog->plog_sig, BFA_PL_SIG_STR, BFA_PL_SIG_LEN); in bfa_plog_init()
[all …]
Dbfa_modules.h60 struct bfa_plog_s *plog; /* portlog buffer */ member
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()
Dbfad.c830 bfad->bfa.plog = &bfad->plog_buf; in bfad_drv_init()
Dbfad_bsg.c1957 attr->plog_enabled = (bfa_boolean_t)bfad->bfa.plog->plog_enabled; in bfad_iocmd_vhba_query()
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vcn.c1137 volatile struct amdgpu_vcn_fwlog *plog; in amdgpu_debugfs_vcn_fwlog_read() local
1150 plog = (volatile struct amdgpu_vcn_fwlog *)log_buf; in amdgpu_debugfs_vcn_fwlog_read()
1151 read_pos = plog->rptr; in amdgpu_debugfs_vcn_fwlog_read()
1152 write_pos = plog->wptr; in amdgpu_debugfs_vcn_fwlog_read()
1165 available = read_num[0] + write_pos - plog->header_size; in amdgpu_debugfs_vcn_fwlog_read()
1167 read_num[1] = write_pos - plog->header_size; in amdgpu_debugfs_vcn_fwlog_read()
1177 read_pos = plog->header_size; in amdgpu_debugfs_vcn_fwlog_read()
1187 plog->rptr = read_pos; in amdgpu_debugfs_vcn_fwlog_read()