rx_quick_cons_trip_int 5035 drivers/net/ethernet/broadcom/bnx2.c 		(bp->rx_quick_cons_trip_int << 16) | bp->rx_quick_cons_trip);
rx_quick_cons_trip_int 5097 drivers/net/ethernet/broadcom/bnx2.c 			(bp->rx_quick_cons_trip_int << 16) |
rx_quick_cons_trip_int 7261 drivers/net/ethernet/broadcom/bnx2.c 	coal->rx_max_coalesced_frames_irq = bp->rx_quick_cons_trip_int;
rx_quick_cons_trip_int 7287 drivers/net/ethernet/broadcom/bnx2.c 	bp->rx_quick_cons_trip_int = (u16) coal->rx_max_coalesced_frames_irq;
rx_quick_cons_trip_int 7288 drivers/net/ethernet/broadcom/bnx2.c 	if (bp->rx_quick_cons_trip_int > 0xff)
rx_quick_cons_trip_int 7289 drivers/net/ethernet/broadcom/bnx2.c 		bp->rx_quick_cons_trip_int = 0xff;
rx_quick_cons_trip_int 8355 drivers/net/ethernet/broadcom/bnx2.c 	bp->rx_quick_cons_trip_int = 2;
rx_quick_cons_trip_int 8425 drivers/net/ethernet/broadcom/bnx2.c 		bp->rx_quick_cons_trip_int =
rx_quick_cons_trip_int 6915 drivers/net/ethernet/broadcom/bnx2.h 	u16			rx_quick_cons_trip_int;
rx_quick_cons_trip_int 1570 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 	u16			rx_quick_cons_trip_int;