Home
last modified time | relevance | path

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

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