ns_rsqep          134 drivers/atm/nicstar.h #define ns_rsqe_vpi(ns_rsqep) \
ns_rsqep          135 drivers/atm/nicstar.h         ((le32_to_cpu((ns_rsqep)->word_1) & 0x00FF0000) >> 16)
ns_rsqep          136 drivers/atm/nicstar.h #define ns_rsqe_vci(ns_rsqep) \
ns_rsqep          137 drivers/atm/nicstar.h         (le32_to_cpu((ns_rsqep)->word_1) & 0x0000FFFF)
ns_rsqep          150 drivers/atm/nicstar.h #define ns_rsqe_valid(ns_rsqep) \
ns_rsqep          151 drivers/atm/nicstar.h         (le32_to_cpu((ns_rsqep)->word_4) & NS_RSQE_VALID)
ns_rsqep          152 drivers/atm/nicstar.h #define ns_rsqe_nzgfc(ns_rsqep) \
ns_rsqep          153 drivers/atm/nicstar.h         (le32_to_cpu((ns_rsqep)->word_4) & NS_RSQE_NZGFC)
ns_rsqep          154 drivers/atm/nicstar.h #define ns_rsqe_eopdu(ns_rsqep) \
ns_rsqep          155 drivers/atm/nicstar.h         (le32_to_cpu((ns_rsqep)->word_4) & NS_RSQE_EOPDU)
ns_rsqep          156 drivers/atm/nicstar.h #define ns_rsqe_bufsize(ns_rsqep) \
ns_rsqep          157 drivers/atm/nicstar.h         (le32_to_cpu((ns_rsqep)->word_4) & NS_RSQE_BUFSIZE)
ns_rsqep          158 drivers/atm/nicstar.h #define ns_rsqe_congestion(ns_rsqep) \
ns_rsqep          159 drivers/atm/nicstar.h         (le32_to_cpu((ns_rsqep)->word_4) & NS_RSQE_CONGESTION)
ns_rsqep          160 drivers/atm/nicstar.h #define ns_rsqe_clp(ns_rsqep) \
ns_rsqep          161 drivers/atm/nicstar.h         (le32_to_cpu((ns_rsqep)->word_4) & NS_RSQE_CLP)
ns_rsqep          162 drivers/atm/nicstar.h #define ns_rsqe_crcerr(ns_rsqep) \
ns_rsqep          163 drivers/atm/nicstar.h         (le32_to_cpu((ns_rsqep)->word_4) & NS_RSQE_CRCERR)
ns_rsqep          165 drivers/atm/nicstar.h #define ns_rsqe_cellcount(ns_rsqep) \
ns_rsqep          166 drivers/atm/nicstar.h         (le32_to_cpu((ns_rsqep)->word_4) & 0x000001FF)
ns_rsqep          167 drivers/atm/nicstar.h #define ns_rsqe_init(ns_rsqep) \
ns_rsqep          168 drivers/atm/nicstar.h         ((ns_rsqep)->word_4 = cpu_to_le32(0x00000000))