Home
last modified time | relevance | path

Searched refs:BFA_TRC_MAX (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/bfa/
A Dbfa_cs.h24 #ifndef BFA_TRC_MAX
25 #define BFA_TRC_MAX (4 * 1024) macro
65 struct bfa_trc_s trc[BFA_TRC_MAX];
94 trcm->ntrc = BFA_TRC_MAX; in bfa_trc_init()
A Dbfa_core.c84 trcm->tail = (trcm->tail + 1) & (BFA_TRC_MAX - 1); in __bfa_trc()
86 trcm->head = (trcm->head + 1) & (BFA_TRC_MAX - 1); in __bfa_trc()
A Dbfa_ioc.h22 BFA_TRC_MAX * sizeof(struct bfa_trc_s)))

Completed in 11 milliseconds