Home
last modified time | relevance | path

Searched refs:tx_ticks (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_ethtool.c1844 coal->tx_coalesce_usecs = bp->tx_ticks; in bnx2x_get_coalesce()
1858 bp->tx_ticks = (u16)coal->tx_coalesce_usecs; in bnx2x_set_coalesce()
1859 if (bp->tx_ticks > BNX2X_MAX_COALESCE_TOUT) in bnx2x_set_coalesce()
1860 bp->tx_ticks = BNX2X_MAX_COALESCE_TOUT; in bnx2x_set_coalesce()
Dbnx2x_vfpf.c657 req->txq.hc_rate = bp->tx_ticks ? 1000000/bp->tx_ticks : 0; in bnx2x_vfpf_setup_q()
Dbnx2x.h1562 u16 tx_ticks; member
Dbnx2x_main.c6104 bp->tx_ticks, bp->rx_ticks); in bnx2x_update_coalesce()
8710 init_params->tx.hc_rate = bp->tx_ticks ? in bnx2x_pf_q_prep_init()
8711 (1000000 / bp->tx_ticks) : 0; in bnx2x_pf_q_prep_init()
12422 bp->tx_ticks = (50 / BNX2X_BTR) * BNX2X_BTR; in bnx2x_init_bp()
/drivers/net/ethernet/broadcom/
Dbnx2.c5048 BNX2_WR(bp, BNX2_HC_TX_TICKS, (bp->tx_ticks_int << 16) | bp->tx_ticks); in bnx2_init_chip()
5102 (bp->tx_ticks_int << 16) | bp->tx_ticks); in bnx2_init_chip()
7266 coal->tx_coalesce_usecs = bp->tx_ticks; in bnx2_get_coalesce()
7294 bp->tx_ticks = (u16) coal->tx_coalesce_usecs; in bnx2_set_coalesce()
7295 if (bp->tx_ticks > 0x3ff) bp->tx_ticks = 0x3ff; in bnx2_set_coalesce()
8360 bp->tx_ticks = 80; in bnx2_init_board()
8431 bp->tx_ticks_int = bp->tx_ticks; in bnx2_init_board()
Dbnx2.h6918 u16 tx_ticks; member