Deleted Added
full compact
ispvar.h (317357) ispvar.h (317360)
1/* $FreeBSD: stable/11/sys/dev/isp/ispvar.h 317357 2017-04-24 10:19:26Z mav $ */
1/* $FreeBSD: stable/11/sys/dev/isp/ispvar.h 317360 2017-04-24 10:21:13Z mav $ */
2/*-
3 * Copyright (c) 1997-2009 by Matthew Jacob
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 *

--- 984 unchanged lines hidden (view full) ---

994 * SCSI_CHECK SCSI 'Check Condition' Status
995 * SCSI_BUSY SCSI 'Busy' Status
996 * SCSI_QFULL SCSI 'Queue Full' Status
997 *
998 * XS_T Platform SCSI transaction type (i.e., command for HBA)
999 * XS_DMA_ADDR_T Platform PCI DMA Address Type
1000 * XS_GET_DMA_SEG(..) Get 32 bit dma segment list value
1001 * XS_GET_DMA64_SEG(..) Get 64 bit dma segment list value
2/*-
3 * Copyright (c) 1997-2009 by Matthew Jacob
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 *

--- 984 unchanged lines hidden (view full) ---

994 * SCSI_CHECK SCSI 'Check Condition' Status
995 * SCSI_BUSY SCSI 'Busy' Status
996 * SCSI_QFULL SCSI 'Queue Full' Status
997 *
998 * XS_T Platform SCSI transaction type (i.e., command for HBA)
999 * XS_DMA_ADDR_T Platform PCI DMA Address Type
1000 * XS_GET_DMA_SEG(..) Get 32 bit dma segment list value
1001 * XS_GET_DMA64_SEG(..) Get 64 bit dma segment list value
1002 * XS_NEED_DMA64_SEG(..) dma segment needs 64 bit storage
1002 * XS_ISP(xs) gets an instance out of an XS_T
1003 * XS_CHANNEL(xs) gets the channel (bus # for DUALBUS cards) ""
1004 * XS_TGT(xs) gets the target ""
1005 * XS_LUN(xs) gets the lun ""
1006 * XS_CDBP(xs) gets a pointer to the scsi CDB ""
1007 * XS_CDBLEN(xs) gets the CDB's length ""
1008 * XS_XFRLEN(xs) gets the associated data transfer length ""
1009 * XS_TIME(xs) gets the time (in seconds) for this command

--- 120 unchanged lines hidden ---
1003 * XS_ISP(xs) gets an instance out of an XS_T
1004 * XS_CHANNEL(xs) gets the channel (bus # for DUALBUS cards) ""
1005 * XS_TGT(xs) gets the target ""
1006 * XS_LUN(xs) gets the lun ""
1007 * XS_CDBP(xs) gets a pointer to the scsi CDB ""
1008 * XS_CDBLEN(xs) gets the CDB's length ""
1009 * XS_XFRLEN(xs) gets the associated data transfer length ""
1010 * XS_TIME(xs) gets the time (in seconds) for this command

--- 120 unchanged lines hidden ---