diff options
Diffstat (limited to 'drivers/scsi/cxgb3i/cxgb3i_ddp.h')
| -rw-r--r-- | drivers/scsi/cxgb3i/cxgb3i_ddp.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/scsi/cxgb3i/cxgb3i_ddp.h b/drivers/scsi/cxgb3i/cxgb3i_ddp.h index 3faae7831c83..75a63a81e873 100644 --- a/drivers/scsi/cxgb3i/cxgb3i_ddp.h +++ b/drivers/scsi/cxgb3i/cxgb3i_ddp.h | |||
| @@ -185,12 +185,11 @@ static inline int cxgb3i_is_ddp_tag(struct cxgb3i_tag_format *tformat, u32 tag) | |||
| 185 | } | 185 | } |
| 186 | 186 | ||
| 187 | /** | 187 | /** |
| 188 | * cxgb3i_sw_tag_usable - check if a given s/w tag has enough bits left for | 188 | * cxgb3i_sw_tag_usable - check if s/w tag has enough bits left for hw bits |
| 189 | * the reserved/hw bits | ||
| 190 | * @tformat: tag format information | 189 | * @tformat: tag format information |
| 191 | * @sw_tag: s/w tag to be checked | 190 | * @sw_tag: s/w tag to be checked |
| 192 | * | 191 | * |
| 193 | * return true if the tag is a ddp tag, false otherwise. | 192 | * return true if the tag can be used for hw ddp tag, false otherwise. |
| 194 | */ | 193 | */ |
| 195 | static inline int cxgb3i_sw_tag_usable(struct cxgb3i_tag_format *tformat, | 194 | static inline int cxgb3i_sw_tag_usable(struct cxgb3i_tag_format *tformat, |
| 196 | u32 sw_tag) | 195 | u32 sw_tag) |
| @@ -222,8 +221,7 @@ static inline u32 cxgb3i_set_non_ddp_tag(struct cxgb3i_tag_format *tformat, | |||
| 222 | } | 221 | } |
| 223 | 222 | ||
| 224 | /** | 223 | /** |
| 225 | * cxgb3i_ddp_tag_base - shift the s/w tag bits so that reserved bits are not | 224 | * cxgb3i_ddp_tag_base - shift s/w tag bits so that reserved bits are not used |
| 226 | * used. | ||
| 227 | * @tformat: tag format information | 225 | * @tformat: tag format information |
| 228 | * @sw_tag: s/w tag to be checked | 226 | * @sw_tag: s/w tag to be checked |
| 229 | */ | 227 | */ |
