Searched refs:tx_ticks (Results 1 – 5 of 5) sorted by relevance
5018 BNX2_WR(bp, BNX2_HC_TX_TICKS, (bp->tx_ticks_int << 16) | bp->tx_ticks); in bnx2_init_chip()5072 (bp->tx_ticks_int << 16) | bp->tx_ticks); in bnx2_init_chip()7243 coal->tx_coalesce_usecs = bp->tx_ticks; in bnx2_get_coalesce()7273 bp->tx_ticks = (u16) coal->tx_coalesce_usecs; in bnx2_set_coalesce()7274 if (bp->tx_ticks > 0x3ff) bp->tx_ticks = 0x3ff; in bnx2_set_coalesce()8315 bp->tx_ticks = 80; in bnx2_init_board()8386 bp->tx_ticks_int = bp->tx_ticks; in bnx2_init_board()
6917 u16 tx_ticks; member
659 req->txq.hc_rate = bp->tx_ticks ? 1000000/bp->tx_ticks : 0; in bnx2x_vfpf_setup_q()
1569 u16 tx_ticks; member
6127 bp->tx_ticks, bp->rx_ticks); in bnx2x_update_coalesce()8760 init_params->tx.hc_rate = bp->tx_ticks ? in bnx2x_pf_q_prep_init()8761 (1000000 / bp->tx_ticks) : 0; in bnx2x_pf_q_prep_init()12371 bp->tx_ticks = (50 / BNX2X_BTR) * BNX2X_BTR; in bnx2x_init_bp()