Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dpio.h284 struct send_context *sc_alloc(struct hfi1_devdata *dd, int type,
H A Dpio.c696 struct send_context *sc_alloc(struct hfi1_devdata *dd, int type, in sc_alloc() function
2024 dd->vld[15].sc = sc_alloc(dd, SC_VL15, in init_pervl_scs()
2048 dd->vld[i].sc = sc_alloc(dd, SC_KERNEL, in init_pervl_scs()
2059 sc_alloc(dd, SC_KERNEL, dd->rcd[0]->rcvhdrqentsize, dd->node); in init_pervl_scs()
H A Dfile_ops.c983 uctxt->sc = sc_alloc(dd, SC_USER, uctxt->rcvhdrqentsize, dd->node); in allocate_ctxt()
H A Dinit.c160 rcd->sc = sc_alloc(dd, SC_ACK, rcd->rcvhdrqentsize, dd->node); in hfi1_create_kctxt()
/OK3568_Linux_fs/kernel/fs/ocfs2/cluster/
H A Dtcp.c412 static struct o2net_sock_container *sc_alloc(struct o2nm_node *node) in sc_alloc() function
1595 sc = sc_alloc(node); in o2net_start_connect()
1869 sc = sc_alloc(node); in o2net_accept_one()