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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dwd7000.c426 * - An icb is for host-only (non-SCSI) commands. ICBs are 16 bytes each;
576 typedef union icb { union
583 IcbAny icb; /* generic format */ member in union:icb
1003 IcbAny *icb; /* for host commands */ local
1056 icb = (IcbAny *) scb;
1057 icb->status = icmb_status;
1058 icb->phase = 0;
1138 static IcbDiag icb = { ICB_OP_DIAGNOSTICS }; local
1142 icb.type = code;
1143 any2scsi(icb
1272 static IcbRevLvl icb = { ICB_OP_GET_REVISION }; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_init.c1067 struct init_cb_24xx *icb; local
1070 icb = (struct init_cb_24xx *)ha->init_cb;
1071 icb->request_q_outpointer = __constant_cpu_to_le16(0);
1072 icb->response_q_inpointer = __constant_cpu_to_le16(0);
1073 icb->request_q_length = cpu_to_le16(ha->request_q_length);
1074 icb->response_q_length = cpu_to_le16(ha->response_q_length);
1075 icb->request_q_address[0] = cpu_to_le32(LSD(ha->request_dma));
1076 icb->request_q_address[1] = cpu_to_le32(MSD(ha->request_dma));
1077 icb->response_q_address[0] = cpu_to_le32(LSD(ha->response_dma));
1078 icb
1431 init_cb_t *icb = ha->init_cb; local
3387 struct init_cb_24xx *icb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dnamei.c328 inode = udf_iget(dir->i_sb, lelb_to_cpu(cfi.icb.extLocation));
614 memset(&(cfi->icb), 0x00, sizeof(long_ad));
650 cfi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize);
651 cfi.icb.extLocation = cpu_to_lelb(UDF_I_LOCATION(inode));
652 *(__le32 *)((struct allocDescImpUse *)cfi.icb.impUse)->impUse =
693 cfi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize);
694 cfi.icb.extLocation = cpu_to_lelb(UDF_I_LOCATION(inode));
695 *(__le32 *)((struct allocDescImpUse *)cfi.icb.impUse)->impUse =
741 cfi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize);
742 cfi.icb
[all...]
H A Ddir.c236 kernel_lb_addr tloc = lelb_to_cpu(cfi.icb.extLocation);
H A Decma_167.h502 long_ad icb; member in struct:fileIdentDesc

Completed in 88 milliseconds