Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c2418 uint32_t max_offset; in ql_get_mac_protocol_registers() local
2426 max_offset = 3; in ql_get_mac_protocol_registers()
2432 max_offset = 2; in ql_get_mac_protocol_registers()
2439 max_offset = 1; in ql_get_mac_protocol_registers()
2445 max_offset = 2; in ql_get_mac_protocol_registers()
2451 max_offset = 2; in ql_get_mac_protocol_registers()
2457 max_offset = 1; in ql_get_mac_protocol_registers()
2463 max_offset = 1; in ql_get_mac_protocol_registers()
2469 max_offset = 4; in ql_get_mac_protocol_registers()
2475 max_offset = 1; in ql_get_mac_protocol_registers()
[all …]
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dvdev_cache.c338 uint64_t max_offset = P2ROUNDUP(io_end, VCBS); in vdev_cache_write() local
351 while (ve != NULL && ve->ve_offset < max_offset) { in vdev_cache_write()
/titanic_50/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c590 uint32_t max_offset; in pcitool_cfg_access() local
604 max_offset = 0xFF; in pcitool_cfg_access()
606 max_offset = 0xFFF; in pcitool_cfg_access()
607 if (prg->offset + size - 1 > max_offset) { in pcitool_cfg_access()