Searched refs:stats_size (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/firmware/arm_scmi/ |
D | power.c | 22 __le32 stats_size; member 55 u32 stats_size; member 78 pi->stats_size = le32_to_cpu(attr->stats_size); in scmi_power_attributes_get()
|
D | perf.c | 38 __le32 stats_size; member 107 u32 stats_size; member 133 pi->stats_size = le32_to_cpu(attr->stats_size); in scmi_perf_attributes_get()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ctx.c | 1063 size_t stats_size = sizeof(struct qlcnic_esw_stats_le); in qlcnic_get_port_stats() local 1081 stats_addr = dma_zalloc_coherent(&adapter->pdev->dev, stats_size, in qlcnic_get_port_stats() 1087 arg1 |= rx_tx << 15 | stats_size << 16; in qlcnic_get_port_stats() 1117 dma_free_coherent(&adapter->pdev->dev, stats_size, stats_addr, in qlcnic_get_port_stats() 1129 size_t stats_size = sizeof(struct qlcnic_mac_statistics_le); in qlcnic_get_mac_stats() local 1137 stats_addr = dma_zalloc_coherent(&adapter->pdev->dev, stats_size, in qlcnic_get_mac_stats() 1146 cmd.req.arg[1] = stats_size << 16; in qlcnic_get_mac_stats() 1179 dma_free_coherent(&adapter->pdev->dev, stats_size, stats_addr, in qlcnic_get_mac_stats()
|
/Linux-v4.19/drivers/net/wireless/ath/wil6210/ |
D | wmi.c | 1370 size_t stats_size, record_size, expected_size; in wmi_link_stats_parse() local 1380 stats_size = le16_to_cpu(hdr->record_size); in wmi_link_stats_parse() 1381 record_size = hdr_size + stats_size; in wmi_link_stats_parse() 1392 if (stats_size < expected_size) { in wmi_link_stats_parse() 1394 stats_size, expected_size); in wmi_link_stats_parse() 1413 if (stats_size < sizeof(struct wmi_link_stats_global)) { in wmi_link_stats_parse() 1415 stats_size, expected_size); in wmi_link_stats_parse()
|
/Linux-v4.19/drivers/scsi/qla4xxx/ |
D | ql4_glbl.h | 161 uint16_t stats_size, dma_addr_t stats_dma);
|
D | ql4_os.c | 1036 int stats_size; in qla4xxx_get_host_stats() local 1056 stats_size = PAGE_ALIGN(sizeof(struct ql_iscsi_stats)); in qla4xxx_get_host_stats() 1058 ql_iscsi_stats = dma_alloc_coherent(&ha->pdev->dev, stats_size, in qla4xxx_get_host_stats() 1067 ret = qla4xxx_get_mgmt_data(ha, ddb_idx, stats_size, in qla4xxx_get_host_stats() 1786 int stats_size; in qla4xxx_conn_get_stats() local 1797 stats_size = PAGE_ALIGN(sizeof(struct ql_iscsi_stats)); in qla4xxx_conn_get_stats() 1799 ql_iscsi_stats = dma_alloc_coherent(&ha->pdev->dev, stats_size, in qla4xxx_conn_get_stats() 1807 ret = qla4xxx_get_mgmt_data(ha, ddb_entry->fw_ddb_index, stats_size, in qla4xxx_conn_get_stats() 1840 dma_free_coherent(&ha->pdev->dev, stats_size, ql_iscsi_stats, in qla4xxx_conn_get_stats()
|
D | ql4_mbx.c | 2147 uint16_t stats_size, dma_addr_t stats_dma) in qla4xxx_get_mgmt_data() argument 2159 mbox_cmd[4] = stats_size; in qla4xxx_get_mgmt_data()
|
/Linux-v4.19/mm/ |
D | memcontrol.c | 2962 int stats_size; member 2973 for (i = 0; i < acc->stats_size; i++) in accumulate_memcg_tree() 3428 acc.stats_size = ARRAY_SIZE(memcg1_stats); in memcg_stat_show() 5559 acc.stats_size = MEMCG_NR_STAT; in memory_stat_show()
|