Home
last modified time | relevance | path

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

/drivers/media/dvb-core/
Ddvb_net.c270 unsigned char htype = p->ule_sndu_type & 0x00FF; in handle_one_ule_extension() local
275 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()
/drivers/net/wireless/ath/ath9k/
Dxmit.c1069 enum ath9k_pkt_type htype; in get_hw_packet_type() local
1076 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()
/drivers/net/wireless/ath/ath5k/
Dbase.c649 enum ath5k_pkt_type htype; in get_hw_packet_type() local
656 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()
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c356 enum eth_rss_hash_type htype; in bnx2x_get_rxhash() local
358 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()