/linux-2.6.39/Documentation/scsi/ |
D | hptiop.txt | 13 0x10 Inbound Message Register 0 14 0x14 Inbound Message Register 1 15 0x18 Outbound Message Register 0 16 0x1C Outbound Message Register 1 28 0x10 Inbound Message Register 0 29 0x14 Inbound Message Register 1 30 0x18 Outbound Message Register 0 31 0x1C Outbound Message Register 1 53 0x10 Inbound Message Register 54 0x14 Outbound Message Register
|
/linux-2.6.39/drivers/staging/rt2860/common/ |
D | crypt_hmac.c | 51 IN const u8 Message[], in HMAC_SHA1() argument 85 SHA1_Append(&sha_ctx1, Message, MessageLen); in HMAC_SHA1() 130 IN const u8 Message[], in HMAC_MD5() argument 164 MD5_Append(&md5_ctx1, Message, MessageLen); in HMAC_MD5()
|
D | crypt_sha2.c | 172 IN const u8 Message[], u32 MessageLen) in SHA1_Append() argument 181 Message + appendLen, diffLen); in SHA1_Append() 186 Message + appendLen, in SHA1_Append() 256 void RT_SHA1(IN const u8 Message[], in RT_SHA1() argument 264 SHA1_Append(&sha_ctx, Message, MessageLen); in RT_SHA1()
|
D | crypt_md5.c | 242 IN const u8 Message[], u32 MessageLen) in MD5_Append() argument 251 Message + appendLen, diffLen); in MD5_Append() 256 Message + appendLen, in MD5_Append() 326 void RT_MD5(IN const u8 Message[], in RT_MD5() argument 333 MD5_Append(&md5_ctx, Message, MessageLen); in RT_MD5()
|
/linux-2.6.39/drivers/staging/rt2860/ |
D | crypt_hmac.h | 53 IN const u8 Message[], 61 IN const u8 Message[],
|
D | crypt_md5.h | 67 IN const u8 Message[], u32 MessageLen); 69 void RT_MD5(IN const u8 Message[],
|
D | crypt_sha2.h | 67 IN const u8 Message[], u32 MessageLen); 69 void RT_SHA1(IN const u8 Message[],
|
/linux-2.6.39/drivers/pci/ |
D | Kconfig | 9 bool "Message Signaled Interrupts (MSI and MSI-X)" 13 This allows device drivers to enable MSI (Message Signaled 14 Interrupts). Message Signaled Interrupts enable a device to
|
/linux-2.6.39/drivers/scsi/pcmcia/ |
D | sym53c500_cs.c | 413 | ((curSC->SCp.Message & 0xff) << 8) | (DID_OK << 16); in SYM53C500_intr() 486 curSC->SCp.Message = inb(port_base + SCSI_FIFO); in SYM53C500_intr() 489 DEB(printk("Status = %02x Message = %02x\n", curSC->SCp.Status, curSC->SCp.Message)); in SYM53C500_intr() 491 if (curSC->SCp.Message == SAVE_POINTERS || curSC->SCp.Message == DISCONNECT) { in SYM53C500_intr() 571 data->current_SC->SCp.Message = 0; in SYM53C500_queue_lck()
|
D | nsp_cs.c | 228 SCpnt->SCp.Message = 0; in nsp_queuecommand_lck() 1040 ((tmpSC->SCp.Message & 0xff) << 8) | in nspintr() 1138 …if ((tmpSC->SCp.Message == MSG_COMMAND_COMPLETE)) { /* all command complete and return status … in nspintr() 1140 ((tmpSC->SCp.Message & 0xff) << 8) | in nspintr() 1210 nsp_dbg(NSP_DEBUG_INTR, "message=0x%x status=0x%x", tmpSC->SCp.Message, tmpSC->SCp.Status); in nspintr() 1285 tmpSC->SCp.Message = tmp; in nspintr() 1287 nsp_dbg(NSP_DEBUG_INTR, "message=0x%x len=%d", tmpSC->SCp.Message, data->MsgLen); in nspintr()
|
/linux-2.6.39/drivers/scsi/ |
D | NCR53c406a.c | 713 current_SC->SCp.Message = 0; in NCR53c406a_queue_lck() 855 | ((current_SC->SCp.Message & 0xff) << 8) | (DID_OK << 16); in NCR53c406a_intr() 939 current_SC->SCp.Message = inb(SCSI_FIFO); in NCR53c406a_intr() 942 DEB(printk("Status = %02x Message = %02x\n", current_SC->SCp.Status, current_SC->SCp.Message)); in NCR53c406a_intr() 944 if (current_SC->SCp.Message == SAVE_POINTERS || current_SC->SCp.Message == DISCONNECT) { in NCR53c406a_intr()
|
D | fd_mcs.c | 755 current_SC->SCp.Message = inb(Read_SCSI_Data_port); in fd_mcs_intr() 757 printk("Message = %x, ", current_SC->SCp.Message); in fd_mcs_intr() 759 if (!current_SC->SCp.Message) in fd_mcs_intr() 762 if (current_SC->SCp.Message) { in fd_mcs_intr() 763 printk("fd_mcs: message = %x\n", current_SC->SCp.Message); in fd_mcs_intr() 1026 | ((current_SC->SCp.Message & 0xff) << 8) | (DID_OK << 16)); in fd_mcs_intr() 1109 current_SC->SCp.Message = 0; in fd_mcs_queue_lck()
|
D | fdomain.c | 1272 current_SC->SCp.Message = inb(port_base + Read_SCSI_Data); in do_fdomain_16x0_intr() 1274 printk( "Message = %x, ", current_SC->SCp.Message ); in do_fdomain_16x0_intr() 1276 if (!current_SC->SCp.Message) ++done; in do_fdomain_16x0_intr() 1278 if (current_SC->SCp.Message) { in do_fdomain_16x0_intr() 1280 current_SC->SCp.Message ); in do_fdomain_16x0_intr() 1402 | ((current_SC->SCp.Message & 0xff) << 8) | (DID_OK << 16) ); in do_fdomain_16x0_intr() 1456 current_SC->SCp.Message = 0; in fdomain_16x0_queue_lck()
|
D | sym53c416.c | 400 …current_command->result = (current_command->SCp.Status & 0xFF) | ((current_command->SCp.Message & … in sym53c416_intr_handle() 490 current_command->SCp.Message = inb(base + SCSI_FIFO); in sym53c416_intr_handle() 491 if(current_command->SCp.Message == SAVE_POINTERS || current_command->SCp.Message == DISCONNECT) in sym53c416_intr_handle() 749 current_command->SCp.Message = 0; in sym53c416_queuecommand_lck()
|
D | mac53c94.c | 327 cmd->SCp.Message = readb(®s->fifo); in mac53c94_interrupt() 336 cmd_done(state, (DID_OK << 16) + (cmd->SCp.Message << 8) in mac53c94_interrupt()
|
/linux-2.6.39/net/bluetooth/cmtp/ |
D | Kconfig | 5 CMTP (CAPI Message Transport Protocol) is a transport layer
|
/linux-2.6.39/Documentation/PCI/ |
D | 00-INDEX | 4 - the Message Signaled Interrupts (MSI) Driver Guide HOWTO and FAQ.
|
/linux-2.6.39/drivers/staging/pohmelfs/ |
D | Kconfig | 9 POHMELFS stands for Parallel Optimized Host Message Exchange Layered
|
/linux-2.6.39/arch/h8300/ |
D | Kconfig.debug | 21 bool "Message Output for GDB MagicPrint service"
|
/linux-2.6.39/net/bluetooth/ |
D | Kconfig | 23 CMTP Module (CAPI Message Transport Protocol)
|
/linux-2.6.39/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 677 * Data Channel Receive Message 0 688 * CMC Receive Message 0 699 * Overlay Receive Message 0 725 * Data Channel Receive Message 1 735 * CMC Receive Message 1 745 * Overlay Receive Message 1 770 * Data Channel Receive Message 2 780 * CMC Receive Message 2 790 * Overlay Receive Message 2 809 * Data Channel Receive Message 3 [all …]
|
/linux-2.6.39/include/scsi/ |
D | scsi_cmnd.h | 47 volatile int Message; member
|
/linux-2.6.39/drivers/scsi/fnic/ |
D | fnic.h | 64 #define CMD_ABTS_STATUS(Cmnd) ((Cmnd)->SCp.Message)
|
/linux-2.6.39/Documentation/filesystems/ |
D | cifs.txt | 2 (CIFS) protocol which is the successor to the Server Message Block
|
/linux-2.6.39/drivers/staging/wlags49_h2/ |
D | README.ubuntu | 129 --- Begin Message --- 179 --- End Message ---
|