Searched refs:icb (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_init.c1683 struct init_cb_24xx *icb; local
1689 icb = (struct init_cb_24xx *)ha->init_cb;
1690 icb->request_q_outpointer = __constant_cpu_to_le16(0);
1691 icb->response_q_inpointer = __constant_cpu_to_le16(0);
1692 icb->request_q_length = cpu_to_le16(req->length);
1693 icb->response_q_length = cpu_to_le16(rsp->length);
1694 icb->request_q_address[0] = cpu_to_le32(LSD(req->dma));
1695 icb->request_q_address[1] = cpu_to_le32(MSD(req->dma));
1696 icb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma));
1697 icb
2159 init_cb_t *icb = ha->init_cb; local
4234 struct init_cb_24xx *icb; local
4993 struct init_cb_81xx *icb; local
[all...]
H A Dqla_nx.c1766 struct init_cb_81xx *icb; local
1771 icb = (struct init_cb_81xx *)ha->init_cb;
1772 icb->request_q_outpointer = __constant_cpu_to_le16(0);
1773 icb->response_q_inpointer = __constant_cpu_to_le16(0);
1774 icb->request_q_length = cpu_to_le16(req->length);
1775 icb->response_q_length = cpu_to_le16(rsp->length);
1776 icb->request_q_address[0] = cpu_to_le32(LSD(req->dma));
1777 icb->request_q_address[1] = cpu_to_le32(MSD(req->dma));
1778 icb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma));
1779 icb
[all...]
/drivers/scsi/
H A Dwd7000.c424 * - An icb is for host-only (non-SCSI) commands. ICBs are 16 bytes each;
577 typedef union icb { union
584 IcbAny icb; /* generic format */ member in union:icb
1005 IcbAny *icb; /* for host commands */ local
1058 icb = (IcbAny *) scb;
1059 icb->status = icmb_status;
1060 icb->phase = 0;
1145 static IcbDiag icb = { ICB_OP_DIAGNOSTICS }; local
1149 icb.type = code;
1150 any2scsi(icb
1279 static IcbRevLvl icb = { ICB_OP_GET_REVISION }; local
[all...]
/drivers/video/
H A Dsh_mobile_meram.c261 if (cfg->icb[0].meram_size == 0)
264 if (nplanes == 2 && cfg->icb[1].meram_size == 0)
273 ret = __meram_alloc(priv, &cache->planes[0], cfg->icb[0].meram_size);
283 ret = __meram_alloc(priv, &cache->planes[1], cfg->icb[1].meram_size);
313 struct sh_mobile_meram_icb *icb = cache->planes[0].marker; local
316 icb->current_reg ^= 1;
317 target = icb->current_reg ? MExxSARB : MExxSARA;
340 struct sh_mobile_meram_icb *icb = cache->planes[0].marker; local
344 icb_offset = 0x80000000 | (icb->current_reg << 29);
346 icb_offset = 0xc0000000 | (icb
[all...]

Completed in 120 milliseconds