Searched refs:rxhash_type (Results 1 – 2 of 2) sorted by relevance
413 enum pkt_hash_types *rxhash_type) in bnx2x_get_rxhash() argument421 *rxhash_type = ((htype == TCP_IPV4_HASH_TYPE) || in bnx2x_get_rxhash()427 *rxhash_type = PKT_HASH_TYPE_NONE; in bnx2x_get_rxhash()481 tpa_info->rxhash = bnx2x_get_rxhash(bp, cqe, &tpa_info->rxhash_type); in bnx2x_tpa_start()798 skb_set_hash(skb, tpa_info->rxhash, tpa_info->rxhash_type); in bnx2x_tpa_stop()919 enum pkt_hash_types rxhash_type; in bnx2x_rx_int() local1072 rxhash = bnx2x_get_rxhash(bp, cqe_fp, &rxhash_type); in bnx2x_rx_int()1073 skb_set_hash(skb, rxhash, rxhash_type); in bnx2x_rx_int()
506 enum pkt_hash_types rxhash_type; member