Lines Matching defs:head
193 u16 threshold; /* head update threshold */
207 /* queue head for QP TID resource waiters */
243 /* ctxt rcvhdrq head offset */
244 u32 head;
1512 * hfi1_rcd_head - add accessor for rcd head
1517 return rcd->head;
1521 * hfi1_set_rcd_head - add accessor for rcd head
1523 * @head: the new head
1525 static inline void hfi1_set_rcd_head(struct hfi1_ctxtdata *rcd, u32 head)
1527 rcd->head = head;
1533 return (__le32 *)rcd->rcvhdrq + rcd->head + rcd->rhf_offset;