Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_hw.c470 char hkey[OCE_HKEY_SIZE]; in oce_setup_adapter()
486 (void) oce_gen_hkey(hkey, OCE_HKEY_SIZE); in oce_setup_adapter()
514 char hkey[OCE_HKEY_SIZE] = {0}; in oce_unsetup_adapter()
H A Doce_mbx.c1207 bcopy(hkey, fwcmd->params.req.hash, OCE_HKEY_SIZE); in oce_config_rss()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_impl.h125 #define OCE_HKEY_SIZE 40 macro