Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sfc/
Drx.c204 rx_buf->flags = EFX_RX_BUF_LAST_IN_PAGE; in efx_init_rx_buffers()
253 if (!(rx_buf->flags & EFX_RX_BUF_LAST_IN_PAGE)) in efx_recycle_rx_page()
284 if (rx_buf->flags & EFX_RX_BUF_LAST_IN_PAGE) { in efx_fini_rx_buffer()
Dnet_driver.h283 #define EFX_RX_BUF_LAST_IN_PAGE 0x0001 macro