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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_init.c1657 ha->init_cb->request_q_outpointer = __constant_cpu_to_le16(0);
1658 ha->init_cb->response_q_inpointer = __constant_cpu_to_le16(0);
1659 ha->init_cb->request_q_length = cpu_to_le16(req->length);
1660 ha->init_cb->response_q_length = cpu_to_le16(rsp->length);
1661 ha->init_cb->request_q_address[0] = cpu_to_le32(LSD(req->dma));
1662 ha->init_cb->request_q_address[1] = cpu_to_le32(MSD(req->dma));
1663 ha->init_cb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma));
1664 ha->init_cb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma));
1686 icb = (struct init_cb_24xx *)ha->init_cb;
1761 (struct mid_init_cb_24xx *) ha->init_cb;
[all...]
H A Dqla_os.c2618 ha->init_cb = dma_alloc_coherent(&ha->pdev->dev, ha->init_cb_size,
2620 if (!ha->init_cb)
2818 dma_free_coherent(&ha->pdev->dev, ha->init_cb_size, ha->init_cb,
2820 ha->init_cb = NULL;
2914 if (ha->init_cb)
2916 ha->init_cb, ha->init_cb_dma);
2931 ha->init_cb = NULL;
H A Dqla_fw.h1101 struct init_cb_24xx init_cb; member in struct:mid_init_cb_24xx
1780 struct init_cb_81xx init_cb; member in struct:mid_init_cb_81xx
H A Dqla_gs.c1502 struct init_cb_24xx *icb24 = (struct init_cb_24xx *)ha->init_cb;
1601 le16_to_cpu(ha->init_cb->frame_payload_size);
H A Dqla_def.h2626 init_cb_t *init_cb; member in struct:qla_hw_data
H A Dqla_nx.c1705 icb = (struct init_cb_81xx *)ha->init_cb;

Completed in 213 milliseconds