Searched refs:BNX2X_MAX_COALESCE_TOUT (Results 1 – 2 of 2) sorted by relevance
1852 if (bp->rx_ticks > BNX2X_MAX_COALESCE_TOUT) in bnx2x_set_coalesce()1853 bp->rx_ticks = BNX2X_MAX_COALESCE_TOUT; in bnx2x_set_coalesce()1856 if (bp->tx_ticks > BNX2X_MAX_COALESCE_TOUT) in bnx2x_set_coalesce()1857 bp->tx_ticks = BNX2X_MAX_COALESCE_TOUT; in bnx2x_set_coalesce()
1674 #define BNX2X_MAX_COALESCE_TOUT (0xff*BNX2X_BTR) macro