Searched refs:htype (Results 1 – 4 of 4) sorted by relevance
270 unsigned char htype = p->ule_sndu_type & 0x00FF; in handle_one_ule_extension() local275 if (ule_mandatory_ext_handlers[htype]) { in handle_one_ule_extension()276 ext_len = ule_mandatory_ext_handlers[htype]( p ); in handle_one_ule_extension()294 if (ule_optional_ext_handlers[htype]) in handle_one_ule_extension()295 (void)ule_optional_ext_handlers[htype]( p ); in handle_one_ule_extension()
1069 enum ath9k_pkt_type htype; in get_hw_packet_type() local1076 htype = ATH9K_PKT_TYPE_BEACON; in get_hw_packet_type()1078 htype = ATH9K_PKT_TYPE_PROBE_RESP; in get_hw_packet_type()1080 htype = ATH9K_PKT_TYPE_ATIM; in get_hw_packet_type()1082 htype = ATH9K_PKT_TYPE_PSPOLL; in get_hw_packet_type()1084 htype = ATH9K_PKT_TYPE_NORMAL; in get_hw_packet_type()1086 return htype; in get_hw_packet_type()
649 enum ath5k_pkt_type htype; in get_hw_packet_type() local656 htype = AR5K_PKT_TYPE_BEACON; in get_hw_packet_type()658 htype = AR5K_PKT_TYPE_PROBE_RESP; in get_hw_packet_type()660 htype = AR5K_PKT_TYPE_ATIM; in get_hw_packet_type()662 htype = AR5K_PKT_TYPE_PSPOLL; in get_hw_packet_type()664 htype = AR5K_PKT_TYPE_NORMAL; in get_hw_packet_type()666 return htype; in get_hw_packet_type()
356 enum eth_rss_hash_type htype; in bnx2x_get_rxhash() local358 htype = cqe->status_flags & ETH_FAST_PATH_RX_CQE_RSS_HASH_TYPE; in bnx2x_get_rxhash()359 *l4_rxhash = (htype == TCP_IPV4_HASH_TYPE) || in bnx2x_get_rxhash()360 (htype == TCP_IPV6_HASH_TYPE); in bnx2x_get_rxhash()