Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/brocade/bna/
Dbfa_msgq.h98 } rsphdlr[BFI_MC_MAX];
Dbfi.h132 BFI_MC_MAX = 34 enumerator
Dbfa_ioc.h114 } mbhdlr[BFI_MC_MAX];
Dbfa_msgq.c478 if ((mc >= BFI_MC_MAX) || (rspq->rsphdlr[mc].cbfn == NULL)) in bfa_msgq_rspq_pi_update()
Dbfa_ioc.c2121 for (mc = 0; mc < BFI_MC_MAX; mc++) { in bfa_ioc_mbox_attach()
2702 if ((mc >= BFI_MC_MAX) || (mod->mbhdlr[mc].cbfn == NULL)) in bfa_nw_ioc_mbox_isr()
/linux-6.1.9/drivers/scsi/bfa/
Dbfa_core.c20 static bfa_isr_func_t bfa_isrs[BFI_MC_MAX] = {
57 static bfa_ioc_mbox_mcfunc_t bfa_mbox_isrs[BFI_MC_MAX] = {
726 WARN_ON(m->mhdr.msg_class >= BFI_MC_MAX); in bfa_isr_rspq()
Dbfi.h208 BFI_MC_MAX = 35 enumerator
Dbfa_ioc.h243 } mbhdlr[BFI_MC_MAX];
Dbfa_ioc.c1982 for (mc = 0; mc < BFI_MC_MAX; mc++) { in bfa_ioc_mbox_attach()
2535 for (mc = 0; mc < BFI_MC_MAX; mc++) in bfa_ioc_mbox_register()
2608 if ((mc >= BFI_MC_MAX) || (mod->mbhdlr[mc].cbfn == NULL)) in bfa_ioc_mbox_isr()