Searched refs:rx_packet (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/net/ethernet/sgi/ |
H A D | meth.h | 89 typedef struct rx_packet { struct 94 } rx_packet; argument
|
H A D | meth.c | 82 rx_packet *rx_ring[RX_RING_ENTRIES]; 234 priv->rx_ring[i]=(rx_packet*)(priv->rx_skbs[i]->head); in meth_init_rx_ring() 452 priv->rx_ring[priv->rx_write] = (rx_packet*)skb->head; in meth_rx()
|
/linux/tools/testing/selftests/bpf/ |
H A D | xdp_hw_metadata.c | 324 static void ping_pong(struct xsk *xsk, void *rx_packet, clockid_t clock_id) in ping_pong() argument 352 eth = rx_packet; in ping_pong() 398 memcpy(data, rx_packet, len); /* don't share umem chunk for simplicity */ in ping_pong()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | efx.h | 42 INDIRECT_CALL_2(channel->efx->type->rx_packet, in efx_rx_flush_packet()
|
H A D | ef100_nic.c | 1267 .rx_packet = __ef100_rx_packet, 1353 .rx_packet = __ef100_rx_packet,
|
H A D | net_driver.h | 1430 void (*rx_packet)(struct efx_channel *channel); member
|
H A D | ef10.c | 4111 .rx_packet = __efx_rx_packet, 4228 .rx_packet = __efx_rx_packet, 4362 .rx_packet = __efx_rx_packet,
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | net_driver.h | 1361 void (*rx_packet)(struct efx_channel *channel); member
|
H A D | siena.c | 1039 .rx_packet = __efx_siena_rx_packet,
|