Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_fw.h1384 struct init_cb_24xx init_cb; member
2185 struct init_cb_81xx init_cb; member
H A Dqla_os.c4158 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 Dqla_target.c7928 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 Dqla_nx.c1714 icb = (struct init_cb_81xx *)ha->init_cb; in qla82xx_config_rings()