Home
last modified time | relevance | path

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

/drivers/net/
Dbnx2.c4639 REG_WR(bp, BNX2_HC_RX_TICKS, (bp->rx_ticks_int << 16) | bp->rx_ticks); in bnx2_init_chip()
4693 (bp->rx_ticks_int << 16) | bp->rx_ticks); in bnx2_init_chip()
6627 coal->rx_coalesce_usecs = bp->rx_ticks; in bnx2_get_coalesce()
6647 bp->rx_ticks = (u16) coal->rx_coalesce_usecs; in bnx2_set_coalesce()
6648 if (bp->rx_ticks > 0x3ff) bp->rx_ticks = 0x3ff; in bnx2_set_coalesce()
7589 bp->rx_ticks = 18; in bnx2_init_board()
7648 bp->rx_ticks_int = bp->rx_ticks; in bnx2_init_board()
Dbnx2x.h846 u16 rx_ticks; member
Dbnx2x_main.c4237 bp->rx_ticks/12); in bnx2x_update_coalesce()
4241 bp->rx_ticks ? 0 : 1); in bnx2x_update_coalesce()
4245 bp->rx_ticks ? 0 : 1); in bnx2x_update_coalesce()
7614 bp->rx_ticks = 25; in bnx2x_init_bp()
8369 coal->rx_coalesce_usecs = bp->rx_ticks; in bnx2x_get_coalesce()
8380 bp->rx_ticks = (u16) coal->rx_coalesce_usecs; in bnx2x_set_coalesce()
8381 if (bp->rx_ticks > 3000) in bnx2x_set_coalesce()
8382 bp->rx_ticks = 3000; in bnx2x_set_coalesce()
Dbnx2.h6823 u16 rx_ticks; member