Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2119 #define LONG_TO_LLONG(lsl, msl) (uint64_t)((uint64_t)(msl) << 32 | \ macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c10505 cb = LONG_TO_LLONG(ha->fw_attributes, ha->fw_ext_attributes); in ql_flash_update_caps()