Home
last modified time | relevance | path

Searched refs:hi_dword (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/net/ethernet/intel/igc/
H A Digc_base.h79 } hi_dword; member
H A Digc_main.c1811 u32 rss_hash = le32_to_cpu(rx_desc->wb.lower.hi_dword.rss); in igc_rx_hash()
7056 *hash = le32_to_cpu(ctx->rx_desc->wb.lower.hi_dword.rss); in igc_xdp_rx_hash()
/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_fdir.c118 __be32 hi_dword = 0; in txgbe_atr_compute_perfect_hash() local
130 hi_dword ^= input->dword_stream[i]; in txgbe_atr_compute_perfect_hash()
131 hi_hash_dword = ntohl(hi_dword); in txgbe_atr_compute_perfect_hash()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_82575.h80 } hi_dword; member
H A Digb_main.c8825 le32_to_cpu(rx_desc->wb.lower.hi_dword.rss), in igb_rx_hash()
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Ddefines.h228 } hi_dword; member
H A Dixgbevf_main.c460 skb_set_hash(skb, le32_to_cpu(rx_desc->wb.lower.hi_dword.rss), in ixgbevf_rx_hash()
/linux/drivers/net/ethernet/intel/igbvf/
H A Dvf.h57 } hi_dword; member
/linux/drivers/net/ethernet/intel/e1000e/
H A Dhw.h260 } hi_dword; member
290 } hi_dword; member
H A Dnetdev.c1031 e1000_rx_hash(netdev, rx_desc->wb.lower.hi_dword.rss, skb); in e1000_clean_rx_irq()
1452 e1000_rx_hash(netdev, rx_desc->wb.lower.hi_dword.rss, skb); in e1000_clean_rx_irq_ps()
1625 e1000_rx_hash(netdev, rx_desc->wb.lower.hi_dword.rss, skb); in e1000_clean_jumbo_rx_irq()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h614 } hi_dword; member
650 } hi_dword; member
670 } hi_dword; member
H A Di40e_txrx.c694 pf->fd_inv = le32_to_cpu(qw0->hi_dword.fd_id); in i40e_fd_handle_status()
695 if (qw0->hi_dword.fd_id != 0 || in i40e_fd_handle_status()
713 if (qw0->hi_dword.fd_id == 0 && in i40e_fd_handle_status()
742 qw0->hi_dword.fd_id); in i40e_fd_handle_status()
1830 hash = le32_to_cpu(rx_desc->wb.qword0.hi_dword.rss); in i40e_rx_hash()
/linux/drivers/net/ethernet/intel/idpf/
H A Dvirtchnl2_lan_desc.h299 } hi_dword; member
H A Didpf_singleq_txrx.c803 u32 hash = le32_to_cpu(rx_desc->base_wb.qword0.hi_dword.rss); in idpf_rx_singleq_base_hash()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c437 ddp->len = le32_to_cpu(rx_desc->wb.lower.hi_dword.rss); in ixgbe_fcoe_ddp()
451 ddp->len = le32_to_cpu(rx_desc->wb.lower.hi_dword.rss); in ixgbe_fcoe_ddp()
H A Dixgbe_82599.c1449 __be32 hi_dword = 0; in ixgbe_atr_compute_perfect_hash_82599() local
1461 hi_dword ^= input->dword_stream[i]; in ixgbe_atr_compute_perfect_hash_82599()
1462 hi_hash_dword = ntohl(hi_dword); in ixgbe_atr_compute_perfect_hash_82599()
H A Dixgbe_type.h2922 } hi_dword; member
H A Dixgbe_main.c1645 skb_set_hash(skb, le32_to_cpu(rx_desc->wb.lower.hi_dword.rss), in ixgbe_rx_hash()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_lan_tx_rx.h24 } hi_dword; member
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h518 } hi_dword; member
544 } hi_dword; member
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h978 } hi_dword; member
H A Dwx_lib.c521 skb_set_hash(skb, le32_to_cpu(rx_desc->wb.lower.hi_dword.rss), in wx_rx_hash()