Lines Matching refs:pd
865 struct ipath_portdata *pd; member
940 #define port_fp(fp) ((struct ipath_filedata *)(fp)->private_data)->pd
1202 static inline void ipath_clear_rcvhdrtail(const struct ipath_portdata *pd) in ipath_clear_rcvhdrtail() argument
1204 *((u64 *) pd->port_rcvhdrtail_kvaddr) = 0ULL; in ipath_clear_rcvhdrtail()
1207 static inline u32 ipath_get_rcvhdrtail(const struct ipath_portdata *pd) in ipath_get_rcvhdrtail() argument
1210 pd->port_rcvhdrtail_kvaddr)); in ipath_get_rcvhdrtail()
1213 static inline u32 ipath_get_hdrqtail(const struct ipath_portdata *pd) in ipath_get_hdrqtail() argument
1215 const struct ipath_devdata *dd = pd->port_dd; in ipath_get_hdrqtail()
1222 rhf_addr = (__le32 *) pd->port_rcvhdrq + in ipath_get_hdrqtail()
1223 pd->port_head + dd->ipath_rhf_offset; in ipath_get_hdrqtail()
1225 hdrqtail = pd->port_head; in ipath_get_hdrqtail()
1226 if (seq == pd->port_seq_cnt) in ipath_get_hdrqtail()
1229 hdrqtail = ipath_get_rcvhdrtail(pd); in ipath_get_hdrqtail()