Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 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 …]
H A Dbfa_modules.h60 struct bfa_plog_s *plog; /* portlog buffer */ member
H 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()
H A Dbfad.c833 bfad->bfa.plog = &bfad->plog_buf; in bfad_drv_init()
H A Dbfad_bsg.c1957 attr->plog_enabled = (bfa_boolean_t)bfad->bfa.plog->plog_enabled; in bfad_iocmd_vhba_query()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dnoisered.c166 float plog; in reduce_noise() local
167 plog = log(power[i]); in reduce_noise()
168 if (power[i] != 0 && plog < chan->noisegate[i] + level*8.0) in reduce_noise()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/
H A D0002-apache2-bump-up-the-core-size-limit-if-CoreDumpDirec.patch22 @@ -5107,6 +5107,25 @@ static int core_post_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t …
H A D0004-apache2-log-the-SELinux-context-at-startup.patch47 @@ -5126,6 +5130,28 @@ static int core_post_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t …