Searched refs:rxhash_type (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c412 enum pkt_hash_types *rxhash_type)
420 *rxhash_type = ((htype == TCP_IPV4_HASH_TYPE) ||
426 *rxhash_type = PKT_HASH_TYPE_NONE;
480 tpa_info->rxhash = bnx2x_get_rxhash(bp, cqe, &tpa_info->rxhash_type);
810 skb_set_hash(skb, tpa_info->rxhash, tpa_info->rxhash_type);
931 enum pkt_hash_types rxhash_type; local
1084 rxhash = bnx2x_get_rxhash(bp, cqe_fp, &rxhash_type);
1085 skb_set_hash(skb, rxhash, rxhash_type);
410 bnx2x_get_rxhash(const struct bnx2x *bp, const struct eth_fast_path_rx_cqe *cqe, enum pkt_hash_types *rxhash_type) argument
H A Dbnx2x.h506 enum pkt_hash_types rxhash_type; member in struct:bnx2x_agg_info

Completed in 145 milliseconds