Home
last modified time | relevance | path

Searched refs:RSWITCH_HEADROOM (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/renesas/
H A Drswitch.h40 #define RSWITCH_HEADROOM (NET_SKB_PAD + NET_IP_ALIGN) macro
44 #define RSWITCH_BUF_SIZE (RSWITCH_HEADROOM + RSWITCH_DESC_BUF_SIZE + \
46 #define RSWITCH_MAP_BUF_SIZE (RSWITCH_BUF_SIZE - RSWITCH_HEADROOM)
H A Drswitch_main.c413 gq->rx_bufs[i] + RSWITCH_HEADROOM, in rswitch_gwca_queue_format()
480 gq->rx_bufs[index] + RSWITCH_HEADROOM, in rswitch_gwca_queue_ext_ts_fill()
796 skb_reserve(skb, RSWITCH_HEADROOM); in rswitch_rx_handle_desc()
809 offset_in_page(gq->rx_bufs[gq->cur]) + RSWITCH_HEADROOM, in rswitch_rx_handle_desc()