Searched refs:ns_rsqep (Results 1 – 1 of 1) sorted by relevance
133 #define ns_rsqe_vpi(ns_rsqep) \ argument134 ((le32_to_cpu((ns_rsqep)->word_1) & 0x00FF0000) >> 16)135 #define ns_rsqe_vci(ns_rsqep) \ argument136 (le32_to_cpu((ns_rsqep)->word_1) & 0x0000FFFF)149 #define ns_rsqe_valid(ns_rsqep) \ argument150 (le32_to_cpu((ns_rsqep)->word_4) & NS_RSQE_VALID)151 #define ns_rsqe_nzgfc(ns_rsqep) \ argument152 (le32_to_cpu((ns_rsqep)->word_4) & NS_RSQE_NZGFC)153 #define ns_rsqe_eopdu(ns_rsqep) \ argument154 (le32_to_cpu((ns_rsqep)->word_4) & NS_RSQE_EOPDU)[all …]