Searched defs:bcmgenet_rx_ring (Results 1 – 1 of 1) sorted by relevance
541 struct bcmgenet_rx_ring { struct542 struct napi_struct napi; /* Rx NAPI struct */543 unsigned long bytes;544 unsigned long packets;545 unsigned long errors;546 unsigned long dropped;547 unsigned int index; /* Rx ring index */548 struct enet_cb *cbs; /* Rx ring buffer control block */549 unsigned int size; /* Rx ring size */550 unsigned int c_index; /* Rx last consumer index */[all …]