Searched refs:ns_tsip (Results 1 – 1 of 1) sorted by relevance
277 #define ns_tsi_isempty(ns_tsip) \ argument278 (le32_to_cpu((ns_tsip)->word_2) & NS_TSI_EMPTY)279 #define ns_tsi_gettimestamp(ns_tsip) \ argument280 (le32_to_cpu((ns_tsip)->word_2) & NS_TSI_TIMESTAMP_MASK)282 #define ns_tsi_init(ns_tsip) \ argument283 ((ns_tsip)->word_2 = cpu_to_le32(NS_TSI_EMPTY))291 #define ns_tsi_tmrof(ns_tsip) \ argument292 (le32_to_cpu((ns_tsip)->word_1) == 0x00000000)293 #define ns_tsi_getscdindex(ns_tsip) \ argument294 ((le32_to_cpu((ns_tsip)->word_1) & 0xFFFF0000) >> 16)[all …]