Lines Matching defs:limit
87 #define DEV_NEED_TX_LIMIT 0x0080000 /* device needs to limit tx */
88 #define DEV_NEED_TX_LIMIT2 0x0180000 /* device needs to limit tx, expect for some revs */
472 #define NV_PKTLIMIT_1 ETH_DATA_LEN /* hard limit not known */
473 #define NV_PKTLIMIT_2 9100 /* Actual limit according to NVidia: 9202 */
2611 static int nv_tx_done(struct net_device *dev, int limit)
2621 (tx_work < limit)) {
2681 static int nv_tx_done_optimized(struct net_device *dev, int limit)
2691 (tx_work < limit)) {
2896 static int nv_rx_process(struct net_device *dev, int limit)
2906 (rx_work < limit)) {
2997 static int nv_rx_process_optimized(struct net_device *dev, int limit)
3008 (rx_work < limit)) {
3295 /* limit the number of tx pause frames to a default of 8 */
3914 /* check tx in case we reached max loop limit in tx isr */