Deleted Added
full compact
ispvar.h (316400) ispvar.h (316406)
1/* $FreeBSD: stable/11/sys/dev/isp/ispvar.h 316400 2017-04-02 10:53:03Z mav $ */
1/* $FreeBSD: stable/11/sys/dev/isp/ispvar.h 316406 2017-04-02 10:57:19Z 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 *

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

1006 * XS_GET_DMA64_SEG(..) Get 64 bit dma segment list value
1007 * XS_ISP(xs) gets an instance out of an XS_T
1008 * XS_CHANNEL(xs) gets the channel (bus # for DUALBUS cards) ""
1009 * XS_TGT(xs) gets the target ""
1010 * XS_LUN(xs) gets the lun ""
1011 * XS_CDBP(xs) gets a pointer to the scsi CDB ""
1012 * XS_CDBLEN(xs) gets the CDB's length ""
1013 * XS_XFRLEN(xs) gets the associated data transfer length ""
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 *

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

1006 * XS_GET_DMA64_SEG(..) Get 64 bit dma segment list value
1007 * XS_ISP(xs) gets an instance out of an XS_T
1008 * XS_CHANNEL(xs) gets the channel (bus # for DUALBUS cards) ""
1009 * XS_TGT(xs) gets the target ""
1010 * XS_LUN(xs) gets the lun ""
1011 * XS_CDBP(xs) gets a pointer to the scsi CDB ""
1012 * XS_CDBLEN(xs) gets the CDB's length ""
1013 * XS_XFRLEN(xs) gets the associated data transfer length ""
1014 * XS_TIME(xs) gets the time (in milliseconds) for this command
1014 * XS_TIME(xs) gets the time (in seconds) for this command
1015 * XS_GET_RESID(xs) gets the current residual count
1016 * XS_GET_RESID(xs, resid) sets the current residual count
1017 * XS_STSP(xs) gets a pointer to the SCSI status byte ""
1018 * XS_SNSP(xs) gets a pointer to the associate sense data
1019 * XS_TOT_SNSLEN(xs) gets the total length of sense data storage
1020 * XS_CUR_SNSLEN(xs) gets the currently used length of sense data storage
1021 * XS_SNSKEY(xs) dereferences XS_SNSP to get the current stored Sense Key
1022 * XS_SNSASC(xs) dereferences XS_SNSP to get the current stored Additional Sense Code

--- 113 unchanged lines hidden ---
1015 * XS_GET_RESID(xs) gets the current residual count
1016 * XS_GET_RESID(xs, resid) sets the current residual count
1017 * XS_STSP(xs) gets a pointer to the SCSI status byte ""
1018 * XS_SNSP(xs) gets a pointer to the associate sense data
1019 * XS_TOT_SNSLEN(xs) gets the total length of sense data storage
1020 * XS_CUR_SNSLEN(xs) gets the currently used length of sense data storage
1021 * XS_SNSKEY(xs) dereferences XS_SNSP to get the current stored Sense Key
1022 * XS_SNSASC(xs) dereferences XS_SNSP to get the current stored Additional Sense Code

--- 113 unchanged lines hidden ---