Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igc/
H A Digc_base.h79 } hi_dword; member
H A Digc_main.c1807 u32 rss_hash = le32_to_cpu(rx_desc->wb.lower.hi_dword.rss); in igc_rx_hash()
7040 *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
/linux/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/drivers/net/ethernet/intel/igbvf/
H A Dvf.h57 } hi_dword; member
/linux/drivers/net/ethernet/intel/e1000e/
H A Dhw.h262 } hi_dword; member
292 } hi_dword; member
/linux/drivers/net/ethernet/intel/idpf/
H A Dvirtchnl2_lan_desc.h274 * @qword0.hi_dword: High dual word union.
275 * @qword0.hi_dword.rss: RSS hash.
276 * @qword0.hi_dword.fd_id: Flow director filter id.
299 } hi_dword; member
/linux/drivers/net/ethernet/intel/ice/
H A Dice_lan_tx_rx.h24 } hi_dword; member
/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_type.h2921 } hi_dword; member
/linux/drivers/net/ethernet/intel/i40e/
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()
1832 hash = le32_to_cpu(rx_desc->wb.qword0.hi_dword.rss); in i40e_rx_hash()
/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_lib.c509 skb_set_hash(skb, le32_to_cpu(rx_desc->wb.lower.hi_dword.rss), in wx_rx_hash()