Lines Matching defs:head
152 u16 threshold; /* head update threshold */
166 /* queue head for QP TID resource waiters */
202 /* ctxt rcvhdrq head offset */
203 u32 head;
1460 * hfi1_rcd_head - add accessor for rcd head
1465 return rcd->head;
1469 * hfi1_set_rcd_head - add accessor for rcd head
1471 * @head: the new head
1473 static inline void hfi1_set_rcd_head(struct hfi1_ctxtdata *rcd, u32 head)
1475 rcd->head = head;
1481 return (__le32 *)rcd->rcvhdrq + rcd->head + rcd->rhf_offset;