Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_init.c1878 ha->init_cb->request_q_outpointer = __constant_cpu_to_le16(0); in qla2x00_config_rings()
1879 ha->init_cb->response_q_inpointer = __constant_cpu_to_le16(0); in qla2x00_config_rings()
1880 ha->init_cb->request_q_length = cpu_to_le16(req->length); in qla2x00_config_rings()
1881 ha->init_cb->response_q_length = cpu_to_le16(rsp->length); in qla2x00_config_rings()
1882 ha->init_cb->request_q_address[0] = cpu_to_le32(LSD(req->dma)); in qla2x00_config_rings()
1883 ha->init_cb->request_q_address[1] = cpu_to_le32(MSD(req->dma)); in qla2x00_config_rings()
1884 ha->init_cb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma)); in qla2x00_config_rings()
1885 ha->init_cb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma)); in qla2x00_config_rings()
1907 icb = (struct init_cb_24xx *)ha->init_cb; in qla24xx_config_rings()
1991 (struct mid_init_cb_24xx *) ha->init_cb; in qla2x00_init_rings()
[all …]
Dqla_fw.h1165 struct init_cb_24xx init_cb; member
1855 struct init_cb_81xx init_cb; member
Dqla_os.c3280 ha->init_cb = dma_alloc_coherent(&ha->pdev->dev, ha->init_cb_size, in qla2x00_mem_alloc()
3282 if (!ha->init_cb) in qla2x00_mem_alloc()
3329 ha->init_cb, ha->gid_list, ha->srb_mempool, ha->s_dma_pool); in qla2x00_mem_alloc()
3524 dma_free_coherent(&ha->pdev->dev, ha->init_cb_size, ha->init_cb, in qla2x00_mem_alloc()
3526 ha->init_cb = NULL; in qla2x00_mem_alloc()
3644 if (ha->init_cb) in qla2x00_mem_free()
3646 ha->init_cb, ha->init_cb_dma); in qla2x00_mem_free()
3661 ha->init_cb = NULL; in qla2x00_mem_free()
Dqla_gs.c1543 struct init_cb_24xx *icb24 = (struct init_cb_24xx *)ha->init_cb; in qla2x00_fdmi_rpa()
1647 le16_to_cpu(ha->init_cb->frame_payload_size); in qla2x00_fdmi_rpa()
Dqla_def.h3068 init_cb_t *init_cb; member
Dqla_mr.c639 icb = (struct init_cb_fx *)ha->init_cb; in qlafx00_config_rings()
Dqla_nx.c1758 icb = (struct init_cb_81xx *)ha->init_cb; in qla82xx_config_rings()
Dqla_target.c4700 struct init_cb_24xx *icb = (struct init_cb_24xx *)ha->init_cb; in qlt_24xx_config_rings()