Home
last modified time | relevance | path

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

/Linux-v6.1/include/rdma/
Drdma_vt.h128 unsigned int sge_copy_mode; member
/Linux-v6.1/drivers/infiniband/hw/hfi1/
Dverbs.c92 static unsigned int sge_copy_mode; variable
93 module_param(sge_copy_mode, uint, S_IRUGO);
94 MODULE_PARM_DESC(sge_copy_mode,
1867 dd->verbs_dev.rdi.dparms.sge_copy_mode = sge_copy_mode; in hfi1_register_ib_device()
/Linux-v6.1/drivers/infiniband/sw/rdmavt/
Dqp.c124 unsigned int sge_copy_mode = rdi->dparms.sge_copy_mode; in rvt_wss_init() local
134 if (sge_copy_mode != RVT_SGE_COPY_ADAPTIVE) { in rvt_wss_init()
2824 unsigned int sge_copy_mode = rdi->dparms.sge_copy_mode; in rvt_copy_sge() local
2826 if (sge_copy_mode == RVT_SGE_COPY_CACHELESS) { in rvt_copy_sge()
2828 } else if (sge_copy_mode == RVT_SGE_COPY_ADAPTIVE) { in rvt_copy_sge()
/Linux-v6.1/drivers/infiniband/hw/qib/
Dqib_verbs.c1604 dd->verbs_dev.rdi.dparms.sge_copy_mode = RVT_SGE_COPY_MEMCPY; in qib_register_ib_device()