Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
aac.c | 505 u_int32_t opt1, opt2, opt3; local in function:aac_check_firmware 508 opt1 = AAC_GET_MAILBOX(sc, 1); 511 if (!opt1 || !opt2 || !opt3) { 515 sc->sc_max_fib_size = le32toh(opt1) & 0xffff; 516 sc->sc_max_sectors = (le32toh(opt1) >> 16) << 1; |
/src/sys/dev/eisa/ | |
ahbreg.h | 174 uint16_t opt1; member in struct:ahb_ecb |
/src/sys/dev/pci/cxgb/ | |
cxgb_t3_cpl.h | 501 __be32 opt1; member in struct:cpl_pass_open_req |