Searched refs:etail (Results 1 - 5 of 5) sorted by last modified time

/linux-master/drivers/infiniband/hw/hfi1/
H A Dtrace_rx.h34 __field(u32, etail)
43 __entry->etail = rhf_egr_index(packet->rhf);
46 "[%s] ctxt %d eflags 0x%llx etype %d,%s hlen %d tlen %d updegr %d etail %d",
54 __entry->etail
H A Dtrace_misc.h79 __field(u32, etail)
87 __entry->etail = rhf_egr_index(packet->rhf);
90 "[%s] ctxt %d eflags 0x%llx hlen %d tlen %d updegr %d etail %d",
97 __entry->etail
H A Dhfi.h350 s16 etail; member in struct:hfi1_packet
H A Ddriver.c375 packet->etail = -1;
715 packet->etail = rhf_egr_index(packet->rhf);
752 packet->etail = rhf_egr_index(packet->rhf);
801 packet->etail, 0, 0);
816 packet->etail, rcv_intr_dynamic, packet->numpkt);
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_driver.c280 static inline void *qib_get_egrbuf(const struct qib_ctxtdata *rcd, u32 etail) argument
282 const u32 chunk = etail >> rcd->rcvegrbufs_perchunk_shift;
283 const u32 idx = etail & ((u32)rcd->rcvegrbufs_perchunk - 1);
293 u32 ctxt, u32 eflags, u32 l, u32 etail,
449 u32 etail = -1, l, hdrqtail; local
481 etail = qib_hdrget_index(rhf_addr);
485 ebuf = qib_get_egrbuf(rcd, etail);
510 etail, rhf_addr, hdr);
543 dd->f_update_usrhead(rcd, lval, updegr, etail, i);
583 dd->f_update_usrhead(rcd, lval, updegr, etail,
292 qib_rcv_hdrerr(struct qib_ctxtdata *rcd, struct qib_pportdata *ppd, u32 ctxt, u32 eflags, u32 l, u32 etail, __le32 *rhf_addr, struct qib_message_header *rhdr) argument
[all...]

Completed in 189 milliseconds