Searched refs:ns_tsip (Results 1 – 1 of 1) sorted by relevance
292 #define ns_tsi_isempty(ns_tsip) \ argument293 (le32_to_cpu((ns_tsip)->word_2) & NS_TSI_EMPTY)294 #define ns_tsi_gettimestamp(ns_tsip) \ argument295 (le32_to_cpu((ns_tsip)->word_2) & NS_TSI_TIMESTAMP_MASK)297 #define ns_tsi_init(ns_tsip) \ argument298 ((ns_tsip)->word_2 = cpu_to_le32(NS_TSI_EMPTY))308 #define ns_tsi_tmrof(ns_tsip) \ argument309 (le32_to_cpu((ns_tsip)->word_1) == 0x00000000)310 #define ns_tsi_getscdindex(ns_tsip) \ argument311 ((le32_to_cpu((ns_tsip)->word_1) & 0xFFFF0000) >> 16)[all …]