From: Dan Williams Date: Thu, 9 Jun 2011 18:06:58 +0000 (-0700) Subject: isci: cleanup tag macros X-Git-Tag: v3.0-rc6~1^2~1^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd047c8e2bca22856050dbe0378a37cf44eecc97;p=pandora-kernel.git isci: cleanup tag macros A tag is a 16 bit number where the upper four bits is a sequence number and the remainder is the task context index (tci). Sanitize the macro names and shave 256-bytes out of scic_sds_controller by reducing the size of io_request_sequence. scic_sds_io_tag_construct --> ISCI_TAG scic_sds_io_tag_get_sequence --> ISCI_TAG_SEQ scic_sds_io_tag_get_index() --> ISCI_TAG_TCI scic_sds_io_sequence_increment() [delete / open code] Signed-off-by: Dan Williams --- Reading git-diff-tree failed