[go: nahoru, domu]

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

/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/scsi/qla2xxx/
H A Dqla_init.c2043 struct init_cb_24xx *icb; local
2049 icb = (struct init_cb_24xx *)ha->init_cb;
2050 icb->request_q_outpointer = __constant_cpu_to_le16(0);
2051 icb->response_q_inpointer = __constant_cpu_to_le16(0);
2052 icb->request_q_length = cpu_to_le16(req->length);
2053 icb->response_q_length = cpu_to_le16(rsp->length);
2054 icb->request_q_address[0] = cpu_to_le32(LSD(req->dma));
2055 icb->request_q_address[1] = cpu_to_le32(MSD(req->dma));
2056 icb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma));
2057 icb
2563 init_cb_t *icb = ha->init_cb; local
4917 struct init_cb_24xx *icb; local
5869 struct init_cb_81xx *icb; local
[all...]
H A Dqla_nx.c1765 struct init_cb_81xx *icb; local
1770 icb = (struct init_cb_81xx *)ha->init_cb;
1771 icb->request_q_outpointer = __constant_cpu_to_le16(0);
1772 icb->response_q_inpointer = __constant_cpu_to_le16(0);
1773 icb->request_q_length = cpu_to_le16(req->length);
1774 icb->response_q_length = cpu_to_le16(rsp->length);
1775 icb->request_q_address[0] = cpu_to_le32(LSD(req->dma));
1776 icb->request_q_address[1] = cpu_to_le32(MSD(req->dma));
1777 icb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma));
1778 icb
[all...]
H A Dqla_target.c5574 struct init_cb_24xx *icb = (struct init_cb_24xx *)ha->init_cb; local
5576 icb->msix_atio = cpu_to_le16(msix->entry);
5657 struct init_cb_24xx *icb)
5662 memcpy(icb->node_name, ha->tgt.tgt_node_name, WWN_SIZE);
5663 icb->firmware_options_1 |= __constant_cpu_to_le32(BIT_14);
5745 struct init_cb_81xx *icb)
5753 memcpy(icb->node_name, ha->tgt.tgt_node_name, WWN_SIZE);
5754 icb->firmware_options_1 |= __constant_cpu_to_le32(BIT_14);
5656 qlt_24xx_config_nvram_stage2(struct scsi_qla_host *vha, struct init_cb_24xx *icb) argument
5744 qlt_81xx_config_nvram_stage2(struct scsi_qla_host *vha, struct init_cb_81xx *icb) argument
/drivers/video/fbdev/
H A Dsh_mobile_meram.c273 struct sh_mobile_meram_icb *icb = cache->planes[0].marker; local
276 icb->current_reg ^= 1;
277 target = icb->current_reg ? MExxSARB : MExxSARA;
300 struct sh_mobile_meram_icb *icb = cache->planes[0].marker; local
304 icb_offset = 0x80000000 | (icb->current_reg << 29);
306 icb_offset = 0xc0000000 | (icb->current_reg << 23);
442 cfg->icb[0].meram_size);
453 cfg->icb[1].meram_size);
494 if (cfg->icb[0].meram_size == 0)
497 if (nplanes == 2 && cfg->icb[
[all...]

Completed in 134 milliseconds