Lines Matching defs:index
216 * allocate_rcd_index - allocate an rcd index from the rcd array
219 * @index: pointer to index that is allocated
221 * Find an empty index in the rcd array, and assign the given rcd to it.
226 struct hfi1_ctxtdata *rcd, u16 *index)
246 *index = ctxt;
252 * hfi1_rcd_get_by_index_safe - validate the ctxt index before accessing the
255 * @ctxt: the index of an possilbe rcd
258 * ctxt index is valid.
273 * hfi1_rcd_get_by_index - get by index
275 * @ctxt: the index of an possilbe rcd
278 * one or more index, get the protecting spinlock and then increment the
598 ppd->port = port; /* IB port number, not index */