rx_quick_cons_trip 5035 drivers/net/ethernet/broadcom/bnx2.c 		(bp->rx_quick_cons_trip_int << 16) | bp->rx_quick_cons_trip);
rx_quick_cons_trip 5098 drivers/net/ethernet/broadcom/bnx2.c 			bp->rx_quick_cons_trip);
rx_quick_cons_trip 7259 drivers/net/ethernet/broadcom/bnx2.c 	coal->rx_max_coalesced_frames = bp->rx_quick_cons_trip;
rx_quick_cons_trip 7281 drivers/net/ethernet/broadcom/bnx2.c 	bp->rx_quick_cons_trip = (u16) coal->rx_max_coalesced_frames;
rx_quick_cons_trip 7282 drivers/net/ethernet/broadcom/bnx2.c 	if (bp->rx_quick_cons_trip > 0xff) bp->rx_quick_cons_trip = 0xff;
rx_quick_cons_trip 8356 drivers/net/ethernet/broadcom/bnx2.c 	bp->rx_quick_cons_trip = 12;
rx_quick_cons_trip 8426 drivers/net/ethernet/broadcom/bnx2.c 			bp->rx_quick_cons_trip;
rx_quick_cons_trip 6914 drivers/net/ethernet/broadcom/bnx2.h 	u16			rx_quick_cons_trip;
rx_quick_cons_trip 1571 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 	u16			rx_quick_cons_trip;