Home
last modified time | relevance | path

Searched refs:sc_alloc (Results 1 – 4 of 4) sorted by relevance

/drivers/infiniband/hw/hfi1/
Dpio.h284 struct send_context *sc_alloc(struct hfi1_devdata *dd, int type,
Dpio.c696 struct send_context *sc_alloc(struct hfi1_devdata *dd, int type, in sc_alloc() function
2022 dd->vld[15].sc = sc_alloc(dd, SC_VL15, in init_pervl_scs()
2046 dd->vld[i].sc = sc_alloc(dd, SC_KERNEL, in init_pervl_scs()
2057 sc_alloc(dd, SC_KERNEL, dd->rcd[0]->rcvhdrqentsize, dd->node); in init_pervl_scs()
Dfile_ops.c973 uctxt->sc = sc_alloc(dd, SC_USER, uctxt->rcvhdrqentsize, dd->node); in allocate_ctxt()
Dinit.c159 rcd->sc = sc_alloc(dd, SC_ACK, rcd->rcvhdrqentsize, dd->node); in hfi1_create_kctxt()