gfar_rx_buff
struct gfar_rx_buff *rxb = &rx_queue->rx_buff[i];
static bool gfar_new_page(struct gfar_priv_rx_q *rxq, struct gfar_rx_buff *rxb)
struct gfar_rx_buff *rxb;
static bool gfar_add_rx_frag(struct gfar_rx_buff *rxb, u32 lstatus,
struct gfar_rx_buff *old_rxb)
struct gfar_rx_buff *new_rxb;
struct gfar_rx_buff *rxb = &rx_queue->rx_buff[rx_queue->next_to_clean];
struct gfar_rx_buff *rx_buff __aligned(SMP_CACHE_BYTES);