Home
last modified time | relevance | path

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

/drivers/net/
Dbnx2.c4637 REG_WR(bp, BNX2_HC_TX_TICKS, (bp->tx_ticks_int << 16) | bp->tx_ticks); in bnx2_init_chip()
4686 (bp->tx_ticks_int << 16) | bp->tx_ticks); in bnx2_init_chip()
6632 coal->tx_coalesce_usecs = bp->tx_ticks; in bnx2_get_coalesce()
6660 bp->tx_ticks = (u16) coal->tx_coalesce_usecs; in bnx2_set_coalesce()
6661 if (bp->tx_ticks > 0x3ff) bp->tx_ticks = 0x3ff; in bnx2_set_coalesce()
7584 bp->tx_ticks = 80; in bnx2_init_board()
7645 bp->tx_ticks_int = bp->tx_ticks; in bnx2_init_board()
Dbnx2x.h841 u16 tx_ticks; member
Dbnx2x_main.c4251 bp->tx_ticks/12); in bnx2x_update_coalesce()
4255 bp->tx_ticks ? 0 : 1); in bnx2x_update_coalesce()
7613 bp->tx_ticks = 50; in bnx2x_init_bp()
8370 coal->tx_coalesce_usecs = bp->tx_ticks; in bnx2x_get_coalesce()
8384 bp->tx_ticks = (u16) coal->tx_coalesce_usecs; in bnx2x_set_coalesce()
8385 if (bp->tx_ticks > 0x3000) in bnx2x_set_coalesce()
8386 bp->tx_ticks = 0x3000; in bnx2x_set_coalesce()
Dbnx2.h6817 u16 tx_ticks; member