Searched refs:etail (Results 1 – 2 of 2) sorted by relevance
/drivers/infiniband/hw/qib/ |
D | qib_driver.c | 284 static inline void *qib_get_egrbuf(const struct qib_ctxtdata *rcd, u32 etail) in qib_get_egrbuf() argument 286 const u32 chunk = etail >> rcd->rcvegrbufs_perchunk_shift; in qib_get_egrbuf() 287 const u32 idx = etail & ((u32)rcd->rcvegrbufs_perchunk - 1); in qib_get_egrbuf() 297 u32 ctxt, u32 eflags, u32 l, u32 etail, in qib_rcv_hdrerr() argument 453 u32 etail = -1, l, hdrqtail; in qib_kreceive() local 484 etail = qib_hdrget_index(rhf_addr); in qib_kreceive() 488 ebuf = qib_get_egrbuf(rcd, etail); in qib_kreceive() 513 etail, rhf_addr, hdr); in qib_kreceive() 546 dd->f_update_usrhead(rcd, lval, updegr, etail, i); in qib_kreceive() 596 dd->f_update_usrhead(rcd, lval, updegr, etail, i); in qib_kreceive()
|
/drivers/infiniband/hw/ipath/ |
D | ipath_driver.c | 1111 u32 etail, in ipath_rcv_hdrerr() argument 1124 etail, emsg); in ipath_rcv_hdrerr() 1152 u32 etail = -1, l, hdrqtail; in ipath_kreceive() local 1191 etail = ipath_hdrget_index(rhf_addr); in ipath_kreceive() 1195 ebuf = ipath_get_egrbuf(dd, etail); in ipath_kreceive() 1211 ipath_rcv_hdrerr(dd, eflags, l, etail, rhf_addr, hdr); in ipath_kreceive() 1236 etail, tlen, l, (unsigned long long) in ipath_kreceive() 1280 etail, pd->port_port); in ipath_kreceive()
|