Home
last modified time | relevance | path

Searched refs:htype (Results 1 – 11 of 11) sorted by relevance

/drivers/media/dvb-core/
Ddvb_net.c235 unsigned char htype = p->ule_sndu_type & 0x00FF; in handle_one_ule_extension() local
240 if (ule_mandatory_ext_handlers[htype]) { in handle_one_ule_extension()
241 ext_len = ule_mandatory_ext_handlers[htype]( p ); in handle_one_ule_extension()
259 if (ule_optional_ext_handlers[htype]) in handle_one_ule_extension()
260 (void)ule_optional_ext_handlers[htype]( p ); in handle_one_ule_extension()
/drivers/crypto/bcm/
Dspu2.h202 enum hash_type htype);
Dspu.c575 enum hash_type htype) in spum_digest_size() argument
582 if ((htype == HASH_TYPE_INIT) || (htype == HASH_TYPE_UPDT)) { in spum_digest_size()
Dspu.h250 enum hash_type htype);
Dspu2.c929 enum hash_type htype) in spu2_digest_size() argument
/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c1279 u8 cmd, htype; in parse_tc_pedit_action() local
1287 htype = tcf_pedit_htype(a, i); in parse_tc_pedit_action()
1291 if (htype == TCA_PEDIT_KEY_EX_HDR_TYPE_NETWORK) { in parse_tc_pedit_action()
1305 err = set_pedit_val(htype, ~mask, val, offset, &masks[cmd], &vals[cmd]); in parse_tc_pedit_action()
1368 u8 htype, ip_proto; in modify_header_match_supported() local
1388 htype = tcf_pedit_htype(a, i); in modify_header_match_supported()
1389 if (htype == TCA_PEDIT_KEY_EX_HDR_TYPE_IP4 || in modify_header_match_supported()
1390 htype == TCA_PEDIT_KEY_EX_HDR_TYPE_IP6) { in modify_header_match_supported()
/drivers/net/ethernet/qlogic/qede/
Dqede_fp.c596 enum rss_hash_type htype; in qede_get_rxhash() local
599 htype = GET_FIELD(bitfields, ETH_FAST_PATH_RX_REG_CQE_RSS_HASH_TYPE); in qede_get_rxhash()
600 if (htype) { in qede_get_rxhash()
601 hash_type = ((htype == RSS_HASH_TYPE_IPV4) || in qede_get_rxhash()
602 (htype == RSS_HASH_TYPE_IPV6)) ? in qede_get_rxhash()
/drivers/net/wireless/ath/ath5k/
Dbase.c675 enum ath5k_pkt_type htype; in get_hw_packet_type() local
682 htype = AR5K_PKT_TYPE_BEACON; in get_hw_packet_type()
684 htype = AR5K_PKT_TYPE_PROBE_RESP; in get_hw_packet_type()
686 htype = AR5K_PKT_TYPE_ATIM; in get_hw_packet_type()
688 htype = AR5K_PKT_TYPE_PSPOLL; in get_hw_packet_type()
690 htype = AR5K_PKT_TYPE_NORMAL; in get_hw_packet_type()
692 return htype; in get_hw_packet_type()
/drivers/net/wireless/ath/ath9k/
Dxmit.c1365 enum ath9k_pkt_type htype; in get_hw_packet_type() local
1372 htype = ATH9K_PKT_TYPE_BEACON; in get_hw_packet_type()
1374 htype = ATH9K_PKT_TYPE_PROBE_RESP; in get_hw_packet_type()
1376 htype = ATH9K_PKT_TYPE_ATIM; in get_hw_packet_type()
1378 htype = ATH9K_PKT_TYPE_PSPOLL; in get_hw_packet_type()
1380 htype = ATH9K_PKT_TYPE_NORMAL; in get_hw_packet_type()
1382 return htype; in get_hw_packet_type()
/drivers/staging/gdm724x/
Dgdm_lte.c586 u8 htype; /* hardware address type. in gdm_lte_netif_rx() member
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c418 enum eth_rss_hash_type htype; in bnx2x_get_rxhash() local
420 htype = cqe->status_flags & ETH_FAST_PATH_RX_CQE_RSS_HASH_TYPE; in bnx2x_get_rxhash()
421 *rxhash_type = ((htype == TCP_IPV4_HASH_TYPE) || in bnx2x_get_rxhash()
422 (htype == TCP_IPV6_HASH_TYPE)) ? in bnx2x_get_rxhash()