Searched refs:hi_dword (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | e1000_82575.h | 100 } hi_dword; member
|
D | igb_main.c | 6804 le32_to_cpu(rx_desc->wb.lower.hi_dword.rss), in igb_rx_hash()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | defines.h | 236 } hi_dword; member
|
D | ixgbevf_main.c | 481 skb_set_hash(skb, le32_to_cpu(rx_desc->wb.lower.hi_dword.rss), in ixgbevf_rx_hash()
|
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
D | vf.h | 80 } hi_dword; member
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 222 } hi_dword; member 252 } hi_dword; member
|
D | netdev.c | 1040 e1000_rx_hash(netdev, rx_desc->wb.lower.hi_dword.rss, skb); in e1000_clean_rx_irq() 1457 e1000_rx_hash(netdev, rx_desc->wb.lower.hi_dword.rss, skb); in e1000_clean_rx_irq_ps() 1633 e1000_rx_hash(netdev, rx_desc->wb.lower.hi_dword.rss, skb); in e1000_clean_jumbo_rx_irq()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40e_type.h | 575 } hi_dword; member 608 } hi_dword; member 628 } hi_dword; member
|
D | i40e_txrx.c | 905 return le32_to_cpu(rx_desc->wb.qword0.hi_dword.rss); in i40e_rx_hash()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_type.h | 588 } hi_dword; member 621 } hi_dword; member 641 } hi_dword; member
|
D | i40e_txrx.c | 468 pf->fd_inv = le32_to_cpu(rx_desc->wb.qword0.hi_dword.fd_id); in i40e_fd_handle_status() 469 if ((rx_desc->wb.qword0.hi_dword.fd_id != 0) || in i40e_fd_handle_status() 487 if ((rx_desc->wb.qword0.hi_dword.fd_id == 0) && in i40e_fd_handle_status() 516 rx_desc->wb.qword0.hi_dword.fd_id); in i40e_fd_handle_status() 1432 return le32_to_cpu(rx_desc->wb.qword0.hi_dword.rss); in i40e_rx_hash()
|
D | i40e_fcoe.c | 633 xid = le32_to_cpu(rx_desc->wb.qword0.hi_dword.fcoe_param) & in i40e_fcoe_handle_status() 759 ddp->len = le32_to_cpu(rx_desc->wb.qword0.hi_dword.fcoe_param); in i40e_fcoe_handle_offload()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_fcoe.c | 460 ddp->len = le32_to_cpu(rx_desc->wb.lower.hi_dword.rss); in ixgbe_fcoe_ddp() 474 ddp->len = le32_to_cpu(rx_desc->wb.lower.hi_dword.rss); in ixgbe_fcoe_ddp()
|
D | ixgbe_82599.c | 1460 u32 bucket_hash = 0, hi_dword = 0; in ixgbe_atr_compute_perfect_hash_82599() local 1472 hi_dword ^= input->dword_stream[i]; in ixgbe_atr_compute_perfect_hash_82599() 1473 hi_hash_dword = ntohl(hi_dword); in ixgbe_atr_compute_perfect_hash_82599()
|
D | ixgbe_type.h | 2714 } hi_dword; member
|
D | ixgbe_main.c | 1406 skb_set_hash(skb, le32_to_cpu(rx_desc->wb.lower.hi_dword.rss), in ixgbe_rx_hash()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.h | 546 } hi_dword; member 572 } hi_dword; member
|