Home
last modified time | relevance | path

Searched refs:rx_quick_cons_trip_int (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/net/
Dbnx2.c4896 (bp->rx_quick_cons_trip_int << 16) | bp->rx_quick_cons_trip); in bnx2_init_chip()
4958 (bp->rx_quick_cons_trip_int << 16) | in bnx2_init_chip()
7017 coal->rx_max_coalesced_frames_irq = bp->rx_quick_cons_trip_int; in bnx2_get_coalesce()
7043 bp->rx_quick_cons_trip_int = (u16) coal->rx_max_coalesced_frames_irq; in bnx2_set_coalesce()
7044 if (bp->rx_quick_cons_trip_int > 0xff) in bnx2_set_coalesce()
7045 bp->rx_quick_cons_trip_int = 0xff; in bnx2_set_coalesce()
8128 bp->rx_quick_cons_trip_int = 2; in bnx2_init_board()
8188 bp->rx_quick_cons_trip_int = in bnx2_init_board()
Dbnx2.h6852 u16 rx_quick_cons_trip_int; member
/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x.h1054 u16 rx_quick_cons_trip_int; member