Searched refs:cxgb3_rx_credit_thres (Results 1 – 1 of 1) sorted by relevance
54 static int cxgb3_rx_credit_thres = 10 * 1024; variable55 module_param(cxgb3_rx_credit_thres, int, 0644);1687 if (unlikely(cxgb3_rx_credit_thres == 0)) in cxgb3i_c3cn_rx_credits()1698 if (must_send || credits >= cxgb3_rx_credit_thres) in cxgb3i_c3cn_rx_credits()