Searched refs:plog (Results 1 – 6 of 6) sorted by relevance
| /linux/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 | 833 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()
|
Completed in 29 milliseconds