Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb/
Dcxgb2.c79 #define MIN_FL_ENTRIES 32 macro
731 e->rx_pending < MIN_FL_ENTRIES || in set_sge_param()
732 e->rx_jumbo_pending < MIN_FL_ENTRIES || in set_sge_param()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c71 MIN_FL_ENTRIES = 32 enumerator
1965 e->rx_pending < MIN_FL_ENTRIES || in set_sge_param()
1966 e->rx_jumbo_pending < MIN_FL_ENTRIES || in set_sge_param()
2155 !in_range(t.fl_size[0], MIN_FL_ENTRIES, in cxgb_extension_ioctl()
2157 !in_range(t.fl_size[1], MIN_FL_ENTRIES, in cxgb_extension_ioctl()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c109 MIN_FL_ENTRIES = 16, enumerator
1282 rp->rx_pending < MIN_FL_ENTRIES || in cxgb4vf_set_ringparam()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c168 MIN_FL_ENTRIES = 16 enumerator
1565 e->rx_pending < MIN_FL_ENTRIES || e->tx_pending < MIN_TXQ_ENTRIES) in set_sge_param()