Searched refs:BNX2X_MAX_COALESCE_TOUT (Results 1 – 2 of 2) sorted by relevance
1173 if (bp->rx_ticks > BNX2X_MAX_COALESCE_TOUT) in bnx2x_set_coalesce()1174 bp->rx_ticks = BNX2X_MAX_COALESCE_TOUT; in bnx2x_set_coalesce()1177 if (bp->tx_ticks > BNX2X_MAX_COALESCE_TOUT) in bnx2x_set_coalesce()1178 bp->tx_ticks = BNX2X_MAX_COALESCE_TOUT; in bnx2x_set_coalesce()
1059 #define BNX2X_MAX_COALESCE_TOUT (0xf0*12) macro