Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/igc/
H A Digc_base.h78 } hi_dword; member
H A Digc_main.c1800 u32 rss_hash = le32_to_cpu(rx_desc->wb.lower.hi_dword.rss); in igc_rx_hash()
6937 *hash = le32_to_cpu(ctx->rx_desc->wb.lower.hi_dword.rss); in igc_xdp_rx_hash()
/linux-6.15/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-6.15/drivers/net/ethernet/intel/igb/
H A De1000_82575.h80 } hi_dword; member
H A Digb_main.c8779 le32_to_cpu(rx_desc->wb.lower.hi_dword.rss), in igb_rx_hash()
/linux-6.15/drivers/net/ethernet/intel/igbvf/
H A Dvf.h57 } hi_dword; member
/linux-6.15/drivers/net/ethernet/intel/ixgbevf/
H A Ddefines.h227 } 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-6.15/drivers/net/ethernet/intel/e1000e/
H A Dhw.h262 } hi_dword; member
292 } hi_dword; member
H A Dnetdev.c1030 e1000_rx_hash(netdev, rx_desc->wb.lower.hi_dword.rss, skb); in e1000_clean_rx_irq()
1451 e1000_rx_hash(netdev, rx_desc->wb.lower.hi_dword.rss, skb); in e1000_clean_rx_irq_ps()
1624 e1000_rx_hash(netdev, rx_desc->wb.lower.hi_dword.rss, skb); in e1000_clean_jumbo_rx_irq()
/linux-6.15/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.c693 pf->fd_inv = le32_to_cpu(qw0->hi_dword.fd_id); in i40e_fd_handle_status()
694 if (qw0->hi_dword.fd_id != 0 || in i40e_fd_handle_status()
712 if (qw0->hi_dword.fd_id == 0 && in i40e_fd_handle_status()
741 qw0->hi_dword.fd_id); in i40e_fd_handle_status()
1831 hash = le32_to_cpu(rx_desc->wb.qword0.hi_dword.rss); in i40e_rx_hash()
/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Dvirtchnl2_lan_desc.h299 } hi_dword; member
H A Didpf_singleq_txrx.c750 u32 hash = le32_to_cpu(rx_desc->base_wb.qword0.hi_dword.rss); in idpf_rx_singleq_base_hash()
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_lan_tx_rx.h24 } hi_dword; member
/linux-6.15/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.c1442 __be32 hi_dword = 0; in ixgbe_atr_compute_perfect_hash_82599() local
1454 hi_dword ^= input->dword_stream[i]; in ixgbe_atr_compute_perfect_hash_82599()
1455 hi_hash_dword = ntohl(hi_dword); in ixgbe_atr_compute_perfect_hash_82599()
H A Dixgbe_type.h2896 } hi_dword; member
H A Dixgbe_main.c1478 skb_set_hash(skb, le32_to_cpu(rx_desc->wb.lower.hi_dword.rss), in ixgbe_rx_hash()
/linux-6.15/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h518 } hi_dword; member
544 } hi_dword; member
/linux-6.15/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h903 } hi_dword; member
H A Dwx_lib.c514 skb_set_hash(skb, le32_to_cpu(rx_desc->wb.lower.hi_dword.rss), in wx_rx_hash()