ystats           1017 drivers/net/ethernet/qlogic/qed/qed_iscsi.c 	struct ystorm_iscsi_stats_drv ystats;
ystats           1020 drivers/net/ethernet/qlogic/qed/qed_iscsi.c 	memset(&ystats, 0, sizeof(ystats));
ystats           1023 drivers/net/ethernet/qlogic/qed/qed_iscsi.c 	qed_memcpy_from(p_hwfn, p_ptt, &ystats, ystats_addr, sizeof(ystats));
ystats           1026 drivers/net/ethernet/qlogic/qed/qed_iscsi.c 	    HILO_64_REGPAIR(ystats.iscsi_tx_data_pdu_cnt);
ystats           1028 drivers/net/ethernet/qlogic/qed/qed_iscsi.c 	    HILO_64_REGPAIR(ystats.iscsi_tx_r2t_pdu_cnt);
ystats           1030 drivers/net/ethernet/qlogic/qed/qed_iscsi.c 	    HILO_64_REGPAIR(ystats.iscsi_tx_total_pdu_cnt);