Lines Matching refs:rhf_addr
1112 __le32 *rhf_addr, in ipath_rcv_hdrerr() argument
1121 ipath_hdrget_rcv_type(rhf_addr), in ipath_rcv_hdrerr()
1122 ipath_hdrget_length_in_bytes(rhf_addr), in ipath_rcv_hdrerr()
1148 __le32 *rhf_addr; in ipath_kreceive() local
1159 rhf_addr = (__le32 *) pd->port_rcvhdrq + l + dd->ipath_rhf_offset; in ipath_kreceive()
1161 u32 seq = ipath_hdrget_seq(rhf_addr); in ipath_kreceive()
1175 hdr = dd->ipath_f_get_msgheader(dd, rhf_addr); in ipath_kreceive()
1176 eflags = ipath_hdrget_err_flags(rhf_addr); in ipath_kreceive()
1177 etype = ipath_hdrget_rcv_type(rhf_addr); in ipath_kreceive()
1179 tlen = ipath_hdrget_length_in_bytes(rhf_addr); in ipath_kreceive()
1182 ipath_hdrget_use_egr_buf(rhf_addr) : in ipath_kreceive()
1191 etail = ipath_hdrget_index(rhf_addr); in ipath_kreceive()
1211 ipath_rcv_hdrerr(dd, eflags, l, etail, rhf_addr, hdr); in ipath_kreceive()
1237 le64_to_cpu(*(__le64 *) rhf_addr)); in ipath_kreceive()
1254 rhf_addr = (__le32 *) pd->port_rcvhdrq + in ipath_kreceive()
1257 u32 seq = ipath_hdrget_seq(rhf_addr); in ipath_kreceive()