Searched refs:htype (Results 1 – 11 of 11) sorted by relevance
/drivers/media/dvb-core/ |
D | dvb_net.c | 235 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/ |
D | spu2.h | 202 enum hash_type htype);
|
D | spu.c | 575 enum hash_type htype) in spum_digest_size() argument 582 if ((htype == HASH_TYPE_INIT) || (htype == HASH_TYPE_UPDT)) { in spum_digest_size()
|
D | spu.h | 250 enum hash_type htype);
|
D | spu2.c | 929 enum hash_type htype) in spu2_digest_size() argument
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 1279 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/ |
D | qede_fp.c | 596 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/ |
D | base.c | 675 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/ |
D | xmit.c | 1365 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/ |
D | gdm_lte.c | 586 u8 htype; /* hardware address type. in gdm_lte_netif_rx() member
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 418 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()
|