Searched refs:ystats (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_iscsi.c967 struct ystorm_iscsi_stats_drv ystats; local
970 memset(&ystats, 0, sizeof(ystats));
973 qed_memcpy_from(p_hwfn, p_ptt, &ystats, ystats_addr, sizeof(ystats));
976 HILO_64_REGPAIR(ystats.iscsi_tx_data_pdu_cnt);
978 HILO_64_REGPAIR(ystats.iscsi_tx_r2t_pdu_cnt);
980 HILO_64_REGPAIR(ystats.iscsi_tx_total_pdu_cnt);

Completed in 116 milliseconds