Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/qla4xxx/
Dql4_os.c1063 struct ql_iscsi_stats *ql_iscsi_stats = NULL; in qla4xxx_get_host_stats() local
1084 stats_size = PAGE_ALIGN(sizeof(struct ql_iscsi_stats)); in qla4xxx_get_host_stats()
1086 ql_iscsi_stats = dma_alloc_coherent(&ha->pdev->dev, stats_size, in qla4xxx_get_host_stats()
1088 if (!ql_iscsi_stats) { in qla4xxx_get_host_stats()
1103 host_stats->mactx_frames = le64_to_cpu(ql_iscsi_stats->mac_tx_frames); in qla4xxx_get_host_stats()
1104 host_stats->mactx_bytes = le64_to_cpu(ql_iscsi_stats->mac_tx_bytes); in qla4xxx_get_host_stats()
1106 le64_to_cpu(ql_iscsi_stats->mac_tx_multicast_frames); in qla4xxx_get_host_stats()
1108 le64_to_cpu(ql_iscsi_stats->mac_tx_broadcast_frames); in qla4xxx_get_host_stats()
1110 le64_to_cpu(ql_iscsi_stats->mac_tx_pause_frames); in qla4xxx_get_host_stats()
1112 le64_to_cpu(ql_iscsi_stats->mac_tx_control_frames); in qla4xxx_get_host_stats()
[all …]
Dql4_fw.h1290 struct ql_iscsi_stats { struct