Searched refs:BNX2X_MAX_COALESCE_TOUT (Results 1 – 2 of 2) sorted by relevance
1903 if (bp->rx_ticks > BNX2X_MAX_COALESCE_TOUT) in bnx2x_set_coalesce()1904 bp->rx_ticks = BNX2X_MAX_COALESCE_TOUT; in bnx2x_set_coalesce()1907 if (bp->tx_ticks > BNX2X_MAX_COALESCE_TOUT) in bnx2x_set_coalesce()1908 bp->tx_ticks = BNX2X_MAX_COALESCE_TOUT; in bnx2x_set_coalesce()
1575 #define BNX2X_MAX_COALESCE_TOUT (0xff*BNX2X_BTR) macro