Searched refs:rxhash_type (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/ |
D | qede_main.c | 776 enum pkt_hash_types *rxhash_type) in qede_get_rxhash() argument 783 *rxhash_type = ((htype == RSS_HASH_TYPE_IPV4) || in qede_get_rxhash() 788 *rxhash_type = PKT_HASH_TYPE_NONE; in qede_get_rxhash() 855 enum pkt_hash_types rxhash_type; in qede_rx_int() local 937 &rxhash_type); in qede_rx_int() 939 skb_set_hash(skb, rx_hash, rxhash_type); in qede_rx_int()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 412 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() 802 skb_set_hash(skb, tpa_info->rxhash, tpa_info->rxhash_type); in bnx2x_tpa_stop() 923 enum pkt_hash_types rxhash_type; in bnx2x_rx_int() local 1076 rxhash = bnx2x_get_rxhash(bp, cqe_fp, &rxhash_type); in bnx2x_rx_int() 1077 skb_set_hash(skb, rxhash, rxhash_type); in bnx2x_rx_int()
|
D | bnx2x.h | 494 enum pkt_hash_types rxhash_type; member
|