Searched defs:hash_type (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dhash.h40 enum hash_type { enum in struct:hash
43 } hash_type; member in struct:hash
/illumos-gate/usr/src/cmd/boot/common/
H A Dbblk_einfo.h49 uint8_t hash_type; member in struct:_extended_info
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_alg_hash.c88 ilb_algo_impl_t hash_type; member in struct:hash_s
111 switch (hash_alg->hash_type) {
136 switch (hash_alg->hash_type) {
385 hash_alg->hash_type = flags;
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.h252 enum hash_type { enum in struct:nsc_db
256 } hash_type; member in struct:nsc_db
338 enum hash_type, int);
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c130 static hash_type_t hash_type = HASH_NONE; variable
215 hash_type = HASH_HMAC_SHA1;
1115 server_url.https ? HASH_NONE : hash_type,
1233 switch (hash_type) {
1310 if (hash_type != HASH_NONE) {
1330 wanbootfs_size, &offset, (hash_type == HASH_NONE) ? NULL : &sha))
1335 if (hash_type != HASH_NONE) {
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c2501 * @param hash_type
2512 u32_t table_size, u8_t *hash_key, u32_t key_size, lm_rss_hash_t hash_type,
2530 if (hash_type &
2543 if (GET_FLAGS(hash_type, LM_RSS_HASH_IPV4))
2547 if (GET_FLAGS(hash_type, LM_RSS_HASH_TCP_IPV4))
2551 if (GET_FLAGS(hash_type, LM_RSS_HASH_IPV6))
2555 if (GET_FLAGS(hash_type, LM_RSS_HASH_TCP_IPV6))
2511 lm_enable_rss(struct _lm_device_t *pdev, u8_t *chain_indirection_table, u32_t table_size, u8_t *hash_key, u32_t key_size, lm_rss_hash_t hash_type, u8 sync_with_toe, void * cookie) argument
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c6961 * @hash_type: hash type i.e TcpIpV4, TcpIpV6 etc.
6972 xge_hal_rts_rth_set(xge_hal_device_t *hldev, u8 def_q, u64 hash_type, argument
6982 val64 = hash_type;
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h296 __u8 hash_type:2; member in struct:rss_header
302 __u8 hash_type:2; member in struct:rss_header

Completed in 105 milliseconds