Home
last modified time | relevance | path

Searched refs:stats_size (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c1061 size_t stats_size = sizeof(struct qlcnic_esw_stats_le); in qlcnic_get_port_stats() local
1079 stats_addr = dma_zalloc_coherent(&adapter->pdev->dev, stats_size, in qlcnic_get_port_stats()
1085 arg1 |= rx_tx << 15 | stats_size << 16; in qlcnic_get_port_stats()
1115 dma_free_coherent(&adapter->pdev->dev, stats_size, stats_addr, in qlcnic_get_port_stats()
1127 size_t stats_size = sizeof(struct qlcnic_mac_statistics_le); in qlcnic_get_mac_stats() local
1135 stats_addr = dma_zalloc_coherent(&adapter->pdev->dev, stats_size, in qlcnic_get_mac_stats()
1144 cmd.req.arg[1] = stats_size << 16; in qlcnic_get_mac_stats()
1177 dma_free_coherent(&adapter->pdev->dev, stats_size, stats_addr, in qlcnic_get_mac_stats()
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_glbl.h162 uint16_t stats_size, dma_addr_t stats_dma);
Dql4_os.c1020 int stats_size; in qla4xxx_get_host_stats() local
1040 stats_size = PAGE_ALIGN(sizeof(struct ql_iscsi_stats)); in qla4xxx_get_host_stats()
1042 ql_iscsi_stats = dma_alloc_coherent(&ha->pdev->dev, stats_size, in qla4xxx_get_host_stats()
1051 ret = qla4xxx_get_mgmt_data(ha, ddb_idx, stats_size, in qla4xxx_get_host_stats()
1770 int stats_size; in qla4xxx_conn_get_stats() local
1781 stats_size = PAGE_ALIGN(sizeof(struct ql_iscsi_stats)); in qla4xxx_conn_get_stats()
1783 ql_iscsi_stats = dma_alloc_coherent(&ha->pdev->dev, stats_size, in qla4xxx_conn_get_stats()
1791 ret = qla4xxx_get_mgmt_data(ha, ddb_entry->fw_ddb_index, stats_size, in qla4xxx_conn_get_stats()
1824 dma_free_coherent(&ha->pdev->dev, stats_size, ql_iscsi_stats, in qla4xxx_conn_get_stats()
Dql4_mbx.c2155 uint16_t stats_size, dma_addr_t stats_dma) in qla4xxx_get_mgmt_data() argument
2167 mbox_cmd[4] = stats_size; in qla4xxx_get_mgmt_data()