Home
last modified time | relevance | path

Searched refs:cxgb3_rx_credit_thres (Results 1 – 1 of 1) sorted by relevance

/drivers/scsi/cxgb3i/
Dcxgb3i_offload.c54 static int cxgb3_rx_credit_thres = 10 * 1024; variable
55 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()