Home
last modified time | relevance | path

Searched refs:ns_rsqep (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/atm/
Dnicstar.h140 #define ns_rsqe_vpi(ns_rsqep) \ argument
141 ((le32_to_cpu((ns_rsqep)->word_1) & 0x00FF0000) >> 16)
142 #define ns_rsqe_vci(ns_rsqep) \ argument
143 (le32_to_cpu((ns_rsqep)->word_1) & 0x0000FFFF)
156 #define ns_rsqe_valid(ns_rsqep) \ argument
157 (le32_to_cpu((ns_rsqep)->word_4) & NS_RSQE_VALID)
158 #define ns_rsqe_nzgfc(ns_rsqep) \ argument
159 (le32_to_cpu((ns_rsqep)->word_4) & NS_RSQE_NZGFC)
160 #define ns_rsqe_eopdu(ns_rsqep) \ argument
161 (le32_to_cpu((ns_rsqep)->word_4) & NS_RSQE_EOPDU)
[all …]