lro_pkts          669 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 	unsigned long lro_pkts;     /* # of LRO super packets */
lro_pkts          703 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 	unsigned long lro_pkts;     /* # of LRO super packets */
lro_pkts         2744 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		RL("LROpackets:", stats.lro_pkts);
lro_pkts          254 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c 		s->gro_pkts += rx->stats.lro_pkts;
lro_pkts         2777 drivers/net/ethernet/chelsio/cxgb4/sge.c 		rxq->stats.lro_pkts++;
lro_pkts          201 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h 	unsigned long lro_pkts;		/* # of LRO super packets */
lro_pkts         1725 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 	u64 lro_pkts;
lro_pkts         1815 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 		stats->lro_pkts += rxq->stats.lro_pkts;
lro_pkts         2245 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 		R("LROpackets:", stats.lro_pkts);
lro_pkts         1599 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 		rxq->stats.lro_pkts++;
lro_pkts          600 drivers/net/ethernet/qlogic/netxen/netxen_nic.h 	u64  lro_pkts;
lro_pkts           37 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 	{"lro_pkts", NETXEN_NIC_STAT(stats.lro_pkts)},
lro_pkts         1637 drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c 	adapter->stats.lro_pkts++;
lro_pkts         2281 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 	stats->rx_packets = adapter->stats.rx_pkts + adapter->stats.lro_pkts;
lro_pkts          553 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	u64  lro_pkts;
lro_pkts           47 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	{"lro_pkts", QLC_SIZEOF(stats.lro_pkts), QLC_OFF(stats.lro_pkts)},
lro_pkts         1351 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c 	adapter->stats.lro_pkts++;
lro_pkts         1875 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c 	adapter->stats.lro_pkts++;
lro_pkts         3102 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 	stats->rx_packets = adapter->stats.rx_pkts + adapter->stats.lro_pkts;
lro_pkts          359 drivers/target/iscsi/cxgbit/cxgbit_main.c 	lro_mgr->lro_pkts++;