Searched refs:htype (Results 1 – 11 of 11) sorted by relevance
268 #ifndef htype272 #define htype HTYPE macro275 struct htype { struct302 mtype_add_cidr(struct htype *h, u8 cidr, u8 nets_length, u8 n) in mtype_add_cidr()326 mtype_del_cidr(struct htype *h, u8 cidr, u8 nets_length, u8 n) in mtype_del_cidr()346 mtype_ahash_memsize(const struct htype *h, const struct htable *t, in mtype_ahash_memsize()384 struct htype *h = set->data; in mtype_flush()430 struct htype *h = set->data; in mtype_destroy()445 struct htype *h = set->data; in mtype_gc_init()459 const struct htype *x = a->data; in mtype_same_set()[all …]
21 __be16 htype; member
96 igcsr32 htype; /* 0x0C - header type (at 0x0E) */ member
31 if (info->bitmask & EBT_ARP_HTYPE && FWINV(info->htype != in ebt_arp_mt()
236 unsigned char htype = p->ule_sndu_type & 0x00FF; in handle_one_ule_extension() local241 if (ule_mandatory_ext_handlers[htype]) { in handle_one_ule_extension()242 ext_len = ule_mandatory_ext_handlers[htype]( p ); in handle_one_ule_extension()260 if (ule_optional_ext_handlers[htype]) in handle_one_ule_extension()261 (void)ule_optional_ext_handlers[htype]( p ); in handle_one_ule_extension()
623 u8 htype; /* HW address type */ member846 b->htype = dev->type; in ic_bootp_send_if()848 b->htype = ARPHRD_ETHER; in ic_bootp_send_if()851 b->htype = dev->type; /* can cause undefined behavior */ in ic_bootp_send_if()
675 enum ath5k_pkt_type htype; in get_hw_packet_type() local682 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()
1279 enum ath9k_pkt_type htype; in get_hw_packet_type() local1286 htype = ATH9K_PKT_TYPE_BEACON; in get_hw_packet_type()1288 htype = ATH9K_PKT_TYPE_PROBE_RESP; in get_hw_packet_type()1290 htype = ATH9K_PKT_TYPE_ATIM; in get_hw_packet_type()1292 htype = ATH9K_PKT_TYPE_PSPOLL; in get_hw_packet_type()1294 htype = ATH9K_PKT_TYPE_NORMAL; in get_hw_packet_type()1296 return htype; in get_hw_packet_type()
778 enum rss_hash_type htype; in qede_get_rxhash() local780 htype = GET_FIELD(bitfields, ETH_FAST_PATH_RX_REG_CQE_RSS_HASH_TYPE); in qede_get_rxhash()782 if ((edev->ndev->features & NETIF_F_RXHASH) && htype) { in qede_get_rxhash()783 *rxhash_type = ((htype == RSS_HASH_TYPE_IPV4) || in qede_get_rxhash()784 (htype == RSS_HASH_TYPE_IPV6)) ? in qede_get_rxhash()
596 u8 htype; /* hardware address type. in gdm_lte_netif_rx() member
417 enum eth_rss_hash_type htype; in bnx2x_get_rxhash() local419 htype = cqe->status_flags & ETH_FAST_PATH_RX_CQE_RSS_HASH_TYPE; in bnx2x_get_rxhash()420 *rxhash_type = ((htype == TCP_IPV4_HASH_TYPE) || in bnx2x_get_rxhash()421 (htype == TCP_IPV6_HASH_TYPE)) ? in bnx2x_get_rxhash()