Searched refs:rx_packet_hash_offset (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/net/ethernet/sfc/
H A Drx_common.h35 return __le32_to_cpup((const __le32 *)(eh + efx->rx_packet_hash_offset));
37 const u8 *data = eh + efx->rx_packet_hash_offset;
H A Dnet_driver.h879 * @rx_packet_hash_offset: Offset of RX flow hash from start of packet data
1050 int rx_packet_hash_offset; member in struct:efx_nic
H A Defx_common.c999 efx->rx_packet_hash_offset =
/linux-master/drivers/net/ethernet/sfc/siena/
H A Drx_common.h35 return __le32_to_cpup((const __le32 *)(eh + efx->rx_packet_hash_offset));
37 const u8 *data = eh + efx->rx_packet_hash_offset;
H A Dnet_driver.h847 * @rx_packet_hash_offset: Offset of RX flow hash from start of packet data
1016 int rx_packet_hash_offset; member in struct:efx_nic
H A Defx_common.c1015 efx->rx_packet_hash_offset =
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Drx.c65 return __le32_to_cpup((const __le32 *)(eh + efx->rx_packet_hash_offset));
67 const u8 *data = eh + efx->rx_packet_hash_offset;
H A Dnet_driver.h688 * @rx_packet_hash_offset: Offset of RX flow hash from start of packet data
822 int rx_packet_hash_offset; member in struct:ef4_nic
H A Defx.c2648 efx->rx_packet_hash_offset =

Completed in 349 milliseconds