Searched refs:drop_thresh (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-util.h96 * @param drop_thresh
101 extern int cvmx_helper_setup_red_queue(int queue, int pass_thresh, int drop_thresh);
109 * @param drop_thresh
114 extern int cvmx_helper_setup_red(int pass_thresh, int drop_thresh);
H A Dcvmx-helper-util.c242 * @param drop_thresh
247 int cvmx_helper_setup_red_queue(int queue, int pass_thresh, int drop_thresh) argument
253 left. It will linearly drop more packets until reaching drop_thresh
256 red_marks.s.drop = drop_thresh;
277 * @param drop_thresh
282 int cvmx_helper_setup_red(int pass_thresh, int drop_thresh) argument
326 cvmx_helper_setup_red_queue(queue, pass_thresh, drop_thresh);
/freebsd-10.0-release/sys/dev/cxgb/
H A Dcxgb_sge.c2903 int drop_thresh = eth ? SGE_RX_DROP_THRES : 0; local
2905 eop = get_packet(adap, drop_thresh, qs, mh, r);

Completed in 294 milliseconds