Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/rdmavt/
A 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/drivers/infiniband/hw/hfi1/
A 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,
1870 dd->verbs_dev.rdi.dparms.sge_copy_mode = sge_copy_mode; in hfi1_register_ib_device()
/linux/include/rdma/
A Drdma_vt.h128 unsigned int sge_copy_mode; member
/linux/drivers/infiniband/hw/qib/
A Dqib_verbs.c1604 dd->verbs_dev.rdi.dparms.sge_copy_mode = RVT_SGE_COPY_MEMCPY; in qib_register_ib_device()

Completed in 31 milliseconds