Searched refs:plog (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/bfa/ |
| H 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,
|
| H A D | bfa_svc.c | 284 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 D | bfa_modules.h | 60 struct bfa_plog_s *plog; /* portlog buffer */ member
|
| H 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()
|
| H A D | bfad.c | 833 bfad->bfa.plog = &bfad->plog_buf; in bfad_drv_init()
|
| H A D | bfad_bsg.c | 1957 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 D | noisered.c | 166 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 D | 0002-apache2-bump-up-the-core-size-limit-if-CoreDumpDirec.patch | 22 @@ -5107,6 +5107,25 @@ static int core_post_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t …
|
| H A D | 0004-apache2-log-the-SELinux-context-at-startup.patch | 47 @@ -5126,6 +5130,28 @@ static int core_post_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t …
|