Searched refs:BNX2X_MAX_COALESCE_TOUT (Results 1 – 2 of 2) sorted by relevance
1874 if (bp->rx_ticks > BNX2X_MAX_COALESCE_TOUT) in bnx2x_set_coalesce()1875 bp->rx_ticks = BNX2X_MAX_COALESCE_TOUT; in bnx2x_set_coalesce()1878 if (bp->tx_ticks > BNX2X_MAX_COALESCE_TOUT) in bnx2x_set_coalesce()1879 bp->tx_ticks = BNX2X_MAX_COALESCE_TOUT; in bnx2x_set_coalesce()
1574 #define BNX2X_MAX_COALESCE_TOUT (0xff*BNX2X_BTR) macro