ispmbox.h (a4f3a2bef407b2dd5f16b97e2c3432314ff20904) | ispmbox.h (af4394d40ac13e07d87b5cf74bb0c20230136a70) |
---|---|
1/* $FreeBSD$ */ 2/*- 3 * Mailbox and Queue Entry Definitions for for Qlogic ISP SCSI adapters. 4 * 5 * Copyright (c) 1997-2006 by Matthew Jacob 6 * All rights reserved. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 629 unchanged lines hidden (view full) --- 638typedef struct { 639 isphdr_t ms_header; 640 uint32_t ms_handle; 641 uint16_t ms_nphdl; /* handle in high byte for !2k f/w */ 642 uint16_t ms_status; 643 uint16_t ms_flags; 644 uint16_t ms_reserved1; /* low 8 bits */ 645 uint16_t ms_time; | 1/* $FreeBSD$ */ 2/*- 3 * Mailbox and Queue Entry Definitions for for Qlogic ISP SCSI adapters. 4 * 5 * Copyright (c) 1997-2006 by Matthew Jacob 6 * All rights reserved. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 629 unchanged lines hidden (view full) --- 638typedef struct { 639 isphdr_t ms_header; 640 uint32_t ms_handle; 641 uint16_t ms_nphdl; /* handle in high byte for !2k f/w */ 642 uint16_t ms_status; 643 uint16_t ms_flags; 644 uint16_t ms_reserved1; /* low 8 bits */ 645 uint16_t ms_time; |
646 uint16_t ms_cmd_cnt; /* Command DSD count */; | 646 uint16_t ms_cmd_cnt; /* Command DSD count */ |
647 uint16_t ms_tot_cnt; /* Total DSD Count */ 648 uint8_t ms_type; /* MS type */ 649 uint8_t ms_r_ctl; /* R_CTL */ 650 uint16_t ms_rxid; /* RX_ID */ 651 uint16_t ms_reserved2; 652 uint32_t ms_handle2; 653 uint32_t ms_rsp_bcnt; /* Response byte count */ 654 uint32_t ms_cmd_bcnt; /* Command byte count */ --- 757 unchanged lines hidden --- | 647 uint16_t ms_tot_cnt; /* Total DSD Count */ 648 uint8_t ms_type; /* MS type */ 649 uint8_t ms_r_ctl; /* R_CTL */ 650 uint16_t ms_rxid; /* RX_ID */ 651 uint16_t ms_reserved2; 652 uint32_t ms_handle2; 653 uint32_t ms_rsp_bcnt; /* Response byte count */ 654 uint32_t ms_cmd_bcnt; /* Command byte count */ --- 757 unchanged lines hidden --- |