Home
last modified time | relevance | path

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

/src/sys/dev/bhnd/bhndb/
H A Dbhndb.h125 u_int num_hw_reqs; /**< number of match requirements */ member
H A Dbhndb_pci_hwdata.c67 .num_hw_reqs = (sizeof(_BHNDB_HW_REQ_ARRAY(__VA_ARGS__)) / \
H A Dbhndb.c188 for (u_int i = 0; i < hw->num_hw_reqs; i++) { in bhndb_hw_matches()