Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/qla4xxx/
Dql4_os.c1068 struct ql_iscsi_stats *ql_iscsi_stats = NULL; in qla4xxx_get_host_stats() local
1089 stats_size = PAGE_ALIGN(sizeof(struct ql_iscsi_stats)); in qla4xxx_get_host_stats()
1091 ql_iscsi_stats = dma_alloc_coherent(&ha->pdev->dev, stats_size, in qla4xxx_get_host_stats()
1093 if (!ql_iscsi_stats) { in qla4xxx_get_host_stats()
1108 host_stats->mactx_frames = le64_to_cpu(ql_iscsi_stats->mac_tx_frames); in qla4xxx_get_host_stats()
1109 host_stats->mactx_bytes = le64_to_cpu(ql_iscsi_stats->mac_tx_bytes); in qla4xxx_get_host_stats()
1111 le64_to_cpu(ql_iscsi_stats->mac_tx_multicast_frames); in qla4xxx_get_host_stats()
1113 le64_to_cpu(ql_iscsi_stats->mac_tx_broadcast_frames); in qla4xxx_get_host_stats()
1115 le64_to_cpu(ql_iscsi_stats->mac_tx_pause_frames); in qla4xxx_get_host_stats()
1117 le64_to_cpu(ql_iscsi_stats->mac_tx_control_frames); in qla4xxx_get_host_stats()
[all …]
Dql4_fw.h1290 struct ql_iscsi_stats { struct