Searched refs:SW_PORT_HIST_LIST (Results 1 – 3 of 3) sorted by relevance
79 sw->ports[cq].inflights == SW_PORT_HIST_LIST) { in sw_schedule_atomic_to_cq()92 int head = (p->hist_head++ & (SW_PORT_HIST_LIST-1)); in sw_schedule_atomic_to_cq()151 } while (sw->ports[cq].inflights == SW_PORT_HIST_LIST || in sw_schedule_parallel_to_cq()157 p->inflights == SW_PORT_HIST_LIST) in sw_schedule_parallel_to_cq()164 const int head = (p->hist_head & (SW_PORT_HIST_LIST-1)); in sw_schedule_parallel_to_cq()387 (SW_PORT_HIST_LIST - 1); in __pull_port_lb()
40 #define SW_PORT_HIST_LIST (MAX_SW_PROD_Q_DEPTH) /* size of our history list */ macro197 struct sw_hist_list_entry hist_list[SW_PORT_HIST_LIST];
204 for (i = 0; i < SW_PORT_HIST_LIST; i++) { in sw_port_setup()