Searched refs:init_cb (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_init.c | 4684 ha->init_cb->request_q_outpointer = cpu_to_le16(0); in qla2x00_config_rings() 4685 ha->init_cb->response_q_inpointer = cpu_to_le16(0); in qla2x00_config_rings() 4686 ha->init_cb->request_q_length = cpu_to_le16(req->length); in qla2x00_config_rings() 4687 ha->init_cb->response_q_length = cpu_to_le16(rsp->length); in qla2x00_config_rings() 4688 put_unaligned_le64(req->dma, &ha->init_cb->request_q_address); in qla2x00_config_rings() 4689 put_unaligned_le64(rsp->dma, &ha->init_cb->response_q_address); in qla2x00_config_rings() 4711 icb = (struct init_cb_24xx *)ha->init_cb; in qla24xx_config_rings() 4801 (struct mid_init_cb_24xx *) ha->init_cb; in qla2x00_init_rings() 4855 le32_to_cpu(mid_init_cb->init_cb.firmware_options_1), in qla2x00_init_rings() 4856 le32_to_cpu(mid_init_cb->init_cb.firmware_options_2), in qla2x00_init_rings() [all …]
|
| H A D | qla_fw.h | 1384 struct init_cb_24xx init_cb; member 2185 struct init_cb_81xx init_cb; member
|
| H A D | qla_os.c | 4158 ha->init_cb = dma_alloc_coherent(&ha->pdev->dev, ha->init_cb_size, in qla2x00_mem_alloc() 4160 if (!ha->init_cb) in qla2x00_mem_alloc() 4211 ha->init_cb, ha->gid_list, ha->srb_mempool, ha->s_dma_pool); in qla2x00_mem_alloc() 4586 dma_free_coherent(&ha->pdev->dev, ha->init_cb_size, ha->init_cb, in qla2x00_mem_alloc() 4588 ha->init_cb = NULL; in qla2x00_mem_alloc() 4679 struct init_cb_81xx *icb = (struct init_cb_81xx *)vha->hw->init_cb; in qla2x00_number_of_exch() 4801 struct init_cb_81xx *icb = (struct init_cb_81xx *)ha->init_cb; in qla2x00_set_exchoffld_buffer() 5004 if (ha->init_cb) in qla2x00_mem_free() 5006 ha->init_cb, ha->init_cb_dma); in qla2x00_mem_free() 5023 ha->init_cb = NULL; in qla2x00_mem_free()
|
| H A D | qla_target.c | 7928 struct init_cb_24xx *icb = (struct init_cb_24xx *)ha->init_cb; in qlt_24xx_config_rings() 8181 (struct init_cb_81xx *)ha->init_cb; in qlt_config_nvram_with_fw_version() 8185 (struct init_cb_24xx *)ha->init_cb; in qlt_config_nvram_with_fw_version()
|
| H A D | qla_nx.c | 1714 icb = (struct init_cb_81xx *)ha->init_cb; in qla82xx_config_rings()
|
| /linux/drivers/regulator/ |
| H A D | core.c | 6126 if (regulator_desc->init_cb) { in regulator_register() 6127 ret = regulator_desc->init_cb(rdev, config); in regulator_register()
|