Home
last modified time | relevance | path

Searched refs:CMPL_BASE_TYPE_MASK (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_bnxt.c1570 type = le16toh(cmpl->type) & CMPL_BASE_TYPE_MASK; in bnxt_admin_intr()
1610 type = le16toh(cmpl->type) & CMPL_BASE_TYPE_MASK; in bnxt_intr()
H A Dif_bnxtreg.h669 #define CMPL_BASE_TYPE_MASK UINT32_C(0x3f) macro