Searched refs:init_cb (Results 1 - 6 of 6) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_init.c1660 ha->init_cb->request_q_outpointer = __constant_cpu_to_le16(0);
1661 ha->init_cb->response_q_inpointer = __constant_cpu_to_le16(0);
1662 ha->init_cb->request_q_length = cpu_to_le16(req->length);
1663 ha->init_cb->response_q_length = cpu_to_le16(rsp->length);
1664 ha->init_cb->request_q_address[0] = cpu_to_le32(LSD(req->dma));
1665 ha->init_cb->request_q_address[1] = cpu_to_le32(MSD(req->dma));
1666 ha->init_cb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma));
1667 ha->init_cb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma));
1689 icb = (struct init_cb_24xx *)ha->init_cb;
1765 (struct mid_init_cb_24xx *) ha->init_cb;
[all...]
H A Dqla_os.c2944 ha->init_cb = dma_alloc_coherent(&ha->pdev->dev, ha->init_cb_size,
2946 if (!ha->init_cb)
2989 "init_cb=%p gid_list=%p, srb_mempool=%p s_dma_pool=%p.\n",
2990 ha->init_cb, ha->gid_list, ha->srb_mempool, ha->s_dma_pool);
3171 dma_free_coherent(&ha->pdev->dev, ha->init_cb_size, ha->init_cb,
3173 ha->init_cb = NULL;
3285 if (ha->init_cb)
3287 ha->init_cb, ha->init_cb_dma);
3301 ha->init_cb = NULL;
H A Dqla_fw.h1105 struct init_cb_24xx init_cb; member in struct:mid_init_cb_24xx
1794 struct init_cb_81xx init_cb; member in struct:mid_init_cb_81xx
H A Dqla_gs.c1533 struct init_cb_24xx *icb24 = (struct init_cb_24xx *)ha->init_cb;
1637 le16_to_cpu(ha->init_cb->frame_payload_size);
H A Dqla_def.h2675 init_cb_t *init_cb; member in struct:qla_hw_data
H A Dqla_nx.c1771 icb = (struct init_cb_81xx *)ha->init_cb;

Completed in 98 milliseconds