Searched refs:BNX2X_MAX_COALESCE_TOUT (Results 1 – 2 of 2) sorted by relevance
1808 if (bp->rx_ticks > BNX2X_MAX_COALESCE_TOUT) in bnx2x_set_coalesce()1809 bp->rx_ticks = BNX2X_MAX_COALESCE_TOUT; in bnx2x_set_coalesce()1812 if (bp->tx_ticks > BNX2X_MAX_COALESCE_TOUT) in bnx2x_set_coalesce()1813 bp->tx_ticks = BNX2X_MAX_COALESCE_TOUT; in bnx2x_set_coalesce()
1645 #define BNX2X_MAX_COALESCE_TOUT (0xff*BNX2X_BTR) macro