Home
last modified time | relevance | path

Searched refs:EFX_RX_BUF_LAST_IN_PAGE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sfc/
H A Drx_common.c82 if (!(rx_buf->flags & EFX_RX_BUF_LAST_IN_PAGE)) in efx_recycle_rx_page()
182 if (rx_buf->flags & EFX_RX_BUF_LAST_IN_PAGE) { in efx_fini_rx_buffer()
425 rx_buf->flags = EFX_RX_BUF_LAST_IN_PAGE; in efx_init_rx_buffers()
H A Dnet_driver.h313 #define EFX_RX_BUF_LAST_IN_PAGE 0x0001 macro
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Drx_common.c85 if (!(rx_buf->flags & EFX_RX_BUF_LAST_IN_PAGE)) in efx_recycle_rx_page()
185 if (rx_buf->flags & EFX_RX_BUF_LAST_IN_PAGE) { in efx_fini_rx_buffer()
425 rx_buf->flags = EFX_RX_BUF_LAST_IN_PAGE; in efx_init_rx_buffers()
H A Dnet_driver.h331 #define EFX_RX_BUF_LAST_IN_PAGE 0x0001 macro