Home
last modified time | relevance | path

Searched refs:rx_packet_hash_offset (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/sfc/siena/
H A Drx_common.h35 return __le32_to_cpup((const __le32 *)(eh + efx->rx_packet_hash_offset)); in efx_rx_buf_hash()
37 const u8 *data = eh + efx->rx_packet_hash_offset; in efx_rx_buf_hash()
H A Dnet_driver.h841 * @rx_packet_hash_offset: Offset of RX flow hash from start of packet data
1008 int rx_packet_hash_offset; member
/linux/drivers/net/ethernet/sfc/
H A Drx_common.h35 return __le32_to_cpup((const __le32 *)(eh + efx->rx_packet_hash_offset)); in efx_rx_buf_hash()
37 const u8 *data = eh + efx->rx_packet_hash_offset; in efx_rx_buf_hash()
H A Dnet_driver.h921 * @rx_packet_hash_offset: Offset of RX flow hash from start of packet data
1089 int rx_packet_hash_offset; member
H A Defx_common.c983 efx->rx_packet_hash_offset = in efx_init_struct()
/linux/drivers/net/ethernet/sfc/falcon/
H A Drx.c65 return __le32_to_cpup((const __le32 *)(eh + efx->rx_packet_hash_offset)); in ef4_rx_buf_hash()
67 const u8 *data = eh + efx->rx_packet_hash_offset; in ef4_rx_buf_hash()
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
H A Defx.c2640 efx->rx_packet_hash_offset = in ef4_init_struct()