Lines Matching defs:dd
1059 static inline u16 ipath_sdma_descq_freecnt(const struct ipath_devdata *dd) in ipath_sdma_descq_freecnt()
1066 static inline void ipath_sdma_desc_reserve(struct ipath_devdata *dd, u16 cnt) in ipath_sdma_desc_reserve()
1071 static inline void ipath_sdma_desc_unreserve(struct ipath_devdata *dd, u16 cnt) in ipath_sdma_desc_unreserve()
1117 static inline u32 ipath_read_ureg32(const struct ipath_devdata *dd, in ipath_read_ureg32()
1138 static inline void ipath_write_ureg(const struct ipath_devdata *dd, in ipath_write_ureg()
1148 static inline u32 ipath_read_kreg32(const struct ipath_devdata *dd, in ipath_read_kreg32()
1156 static inline u64 ipath_read_kreg64(const struct ipath_devdata *dd, in ipath_read_kreg64()
1165 static inline void ipath_write_kreg(const struct ipath_devdata *dd, in ipath_write_kreg()
1172 static inline u64 ipath_read_creg(const struct ipath_devdata *dd, in ipath_read_creg()
1183 static inline u32 ipath_read_creg32(const struct ipath_devdata *dd, in ipath_read_creg32()
1193 static inline void ipath_write_creg(const struct ipath_devdata *dd, in ipath_write_creg()
1215 const struct ipath_devdata *dd = pd->port_dd; in ipath_get_hdrqtail() local
1234 static inline u64 ipath_read_ireg(const struct ipath_devdata *dd, ipath_kreg r) in ipath_read_ireg()
1245 static inline u32 ipath_ib_linkstate(struct ipath_devdata *dd, u64 ibcs) in ipath_ib_linkstate()
1255 static inline u32 ipath_ib_linktrstate(struct ipath_devdata *dd, u64 ibcs) in ipath_ib_linktrstate()
1266 static inline u32 ipath_ib_state(struct ipath_devdata *dd, u64 ibcs) in ipath_ib_state()
1325 #define ipath_dev_err(dd,fmt,...) \ argument