Home
last modified time | relevance | path

Searched refs:ql_iscsi_stats (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/scsi/qla4xxx/
Dql4_os.c1034 struct ql_iscsi_stats *ql_iscsi_stats = NULL; in qla4xxx_get_host_stats() local
1055 stats_size = PAGE_ALIGN(sizeof(struct ql_iscsi_stats)); in qla4xxx_get_host_stats()
1057 ql_iscsi_stats = dma_alloc_coherent(&ha->pdev->dev, stats_size, in qla4xxx_get_host_stats()
1059 if (!ql_iscsi_stats) { in qla4xxx_get_host_stats()
1074 host_stats->mactx_frames = le64_to_cpu(ql_iscsi_stats->mac_tx_frames); in qla4xxx_get_host_stats()
1075 host_stats->mactx_bytes = le64_to_cpu(ql_iscsi_stats->mac_tx_bytes); in qla4xxx_get_host_stats()
1077 le64_to_cpu(ql_iscsi_stats->mac_tx_multicast_frames); in qla4xxx_get_host_stats()
1079 le64_to_cpu(ql_iscsi_stats->mac_tx_broadcast_frames); in qla4xxx_get_host_stats()
1081 le64_to_cpu(ql_iscsi_stats->mac_tx_pause_frames); in qla4xxx_get_host_stats()
1083 le64_to_cpu(ql_iscsi_stats->mac_tx_control_frames); in qla4xxx_get_host_stats()
[all …]
Dql4_fw.h1292 struct ql_iscsi_stats { struct