Searched refs:sc_alloc (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | pio.h | 284 struct send_context *sc_alloc(struct hfi1_devdata *dd, int type,
|
H A D | pio.c | 696 struct send_context *sc_alloc(struct hfi1_devdata *dd, int type, in sc_alloc() function 900 /* clear/disable all registers set in sc_alloc */ in sc_free() 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 D | file_ops.c | 983 uctxt->sc = sc_alloc(dd, SC_USER, uctxt->rcvhdrqentsize, dd->node); in allocate_ctxt()
|
H A D | init.c | 160 rcd->sc = sc_alloc(dd, SC_ACK, rcd->rcvhdrqentsize, dd->node); in hfi1_create_kctxt()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | pio.h | 241 struct send_context *sc_alloc(struct hfi1_devdata *dd, int type,
|
H A D | pio.c | 654 struct send_context *sc_alloc(struct hfi1_devdata *dd, int type, in sc_alloc() function 858 /* clear/disable all registers set in sc_alloc */ in sc_free() 1979 dd->vld[15].sc = sc_alloc(dd, SC_VL15, in init_pervl_scs() 2003 dd->vld[i].sc = sc_alloc(dd, SC_KERNEL, in init_pervl_scs() 2014 sc_alloc(dd, SC_KERNEL, dd->rcd[0]->rcvhdrqentsize, dd->node); in init_pervl_scs()
|
H A D | init.c | 119 rcd->sc = sc_alloc(dd, SC_ACK, rcd->rcvhdrqentsize, dd->node); in hfi1_create_kctxt()
|
H A D | file_ops.c | 973 uctxt->sc = sc_alloc(dd, SC_USER, uctxt->rcvhdrqentsize, dd->node); in allocate_ctxt()
|
/kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
H A D | tcp.c | 412 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()
|
/kernel/linux/linux-6.6/fs/ocfs2/cluster/ |
H A D | tcp.c | 411 static struct o2net_sock_container *sc_alloc(struct o2nm_node *node) in sc_alloc() function 1596 sc = sc_alloc(node); in o2net_start_connect() 1871 sc = sc_alloc(node); in o2net_accept_one()
|
Completed in 21 milliseconds