Searched refs:init_cb (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_init.c | 4143 ha->init_cb->request_q_outpointer = cpu_to_le16(0); in qla2x00_config_rings() 4144 ha->init_cb->response_q_inpointer = cpu_to_le16(0); in qla2x00_config_rings() 4145 ha->init_cb->request_q_length = cpu_to_le16(req->length); in qla2x00_config_rings() 4146 ha->init_cb->response_q_length = cpu_to_le16(rsp->length); in qla2x00_config_rings() 4147 put_unaligned_le64(req->dma, &ha->init_cb->request_q_address); in qla2x00_config_rings() 4148 put_unaligned_le64(rsp->dma, &ha->init_cb->response_q_address); in qla2x00_config_rings() 4170 icb = (struct init_cb_24xx *)ha->init_cb; in qla24xx_config_rings() 4260 (struct mid_init_cb_24xx *) ha->init_cb; in qla2x00_init_rings() 4322 mid_init_cb->init_cb.execution_throttle = in qla2x00_init_rings() 4325 (le32_to_cpu(mid_init_cb->init_cb.firmware_options_1) & in qla2x00_init_rings() [all …]
|
| H A D | qla_fw.h | 1356 struct init_cb_24xx init_cb; member 2154 struct init_cb_81xx init_cb; member
|
| H A D | qla_os.c | 3976 ha->init_cb = dma_alloc_coherent(&ha->pdev->dev, ha->init_cb_size, in qla2x00_mem_alloc() 3978 if (!ha->init_cb) in qla2x00_mem_alloc() 4025 ha->init_cb, ha->gid_list, ha->srb_mempool, ha->s_dma_pool); in qla2x00_mem_alloc() 4361 dma_free_coherent(&ha->pdev->dev, ha->init_cb_size, ha->init_cb, in qla2x00_mem_alloc() 4363 ha->init_cb = NULL; in qla2x00_mem_alloc() 4451 struct init_cb_81xx *icb = (struct init_cb_81xx *)&vha->hw->init_cb; in qla2x00_number_of_exch() 4573 struct init_cb_81xx *icb = (struct init_cb_81xx *)ha->init_cb; in qla2x00_set_exchoffld_buffer() 4779 if (ha->init_cb) in qla2x00_mem_free() 4781 ha->init_cb, ha->init_cb_dma); in qla2x00_mem_free() 4782 ha->init_cb = NULL; in qla2x00_mem_free()
|
| H A D | qla_mbx.c | 1873 if (ha->init_cb) { in qla2x00_init_firmware() 1876 0x0104d, ha->init_cb, sizeof(*ha->init_cb)); in qla2x00_init_firmware()
|
| H A D | qla_nx.c | 1741 icb = (struct init_cb_81xx *)ha->init_cb; in qla82xx_config_rings()
|
| H A D | qla_def.h | 4239 init_cb_t *init_cb; member
|
| H A D | qla_target.c | 6809 struct init_cb_24xx *icb = (struct init_cb_24xx *)ha->init_cb; in qlt_24xx_config_rings()
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/ |
| H A D | 0004-Add-support-for-V4L2VDA-on-Linux.patch | 467 std::move(init_cb).Run(StatusCode::kV4l2FailedResourceAllocation);
|