Home
last modified time | relevance | path

Searched refs:GELIC_NET_RXBUF_ALIGN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.h25 #define GELIC_NET_RXBUF_ALIGN 128 macro
H A Dps3_gelic_net.c371 * Gelic RX sk_buffs must be aligned to GELIC_NET_RXBUF_ALIGN and the length
372 * must be a multiple of GELIC_NET_RXBUF_ALIGN.
378 ALIGN(GELIC_NET_MAX_FRAME, GELIC_NET_RXBUF_ALIGN) + in gelic_descr_prepare_rx()
379 GELIC_NET_RXBUF_ALIGN - 1; in gelic_descr_prepare_rx()
398 (GELIC_NET_RXBUF_ALIGN - 1); in gelic_descr_prepare_rx()
400 skb_reserve(descr->skb, GELIC_NET_RXBUF_ALIGN - offset); in gelic_descr_prepare_rx()
/kernel/linux/linux-6.6/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.h25 #define GELIC_NET_RXBUF_ALIGN 128 macro
H A Dps3_gelic_net.c371 * Gelic RX sk_buffs must be aligned to GELIC_NET_RXBUF_ALIGN and the length
372 * must be a multiple of GELIC_NET_RXBUF_ALIGN.
378 ALIGN(GELIC_NET_MAX_FRAME, GELIC_NET_RXBUF_ALIGN) + in gelic_descr_prepare_rx()
379 GELIC_NET_RXBUF_ALIGN - 1; in gelic_descr_prepare_rx()
398 (GELIC_NET_RXBUF_ALIGN - 1); in gelic_descr_prepare_rx()
400 skb_reserve(descr->skb, GELIC_NET_RXBUF_ALIGN - offset); in gelic_descr_prepare_rx()

Completed in 6 milliseconds