Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Dmfireg.h117 #define MFI_STATE_MAXSGL_MASK 0x00ff0000 macro
H A Dmfi.c1054 max_sgl = (status & MFI_STATE_MAXSGL_MASK) >> 16; in mfi_attach()