Searched defs:cpsw_queue (Results 1 – 1 of 1) sorted by relevance
62 struct cpsw_queue { struct63 struct mtx lock;64 int running;65 int teardown;66 struct cpsw_slots active;67 struct cpsw_slots avail;68 uint32_t queue_adds; /* total bufs added */69 uint32_t queue_removes; /* total bufs removed */70 uint32_t queue_removes_at_last_tick; /* Used by watchdog */71 uint32_t queue_restart;[all …]