Home
last modified time | relevance | path

Searched refs:BNA_INTR_T_INTX (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbna_hw_defs.h237 if ((ib->intr_type == BNA_INTR_T_INTX)) { \
254 if (ib->intr_type == BNA_INTR_T_INTX) { \
H A Dbna_types.h67 BNA_INTR_T_INTX = 1, enumerator
H A Dbnad.c1484 intr_info->intr_type = BNA_INTR_T_INTX; in bnad_txrx_irq_alloc()
H A Dbna_tx_rx.c3458 if (intr_info->intr_type == BNA_INTR_T_INTX) in bna_tx_create()