Home
last modified time | relevance | path

Searched refs:hfi1_max_sges (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dverbs.c103 unsigned int hfi1_max_sges = 0x60; variable
104 module_param_named(max_sges, hfi1_max_sges, uint, S_IRUGO);
1358 rdi->dparms.props.max_send_sge = hfi1_max_sges; in hfi1_fill_device_attr()
1359 rdi->dparms.props.max_recv_sge = hfi1_max_sges; in hfi1_fill_device_attr()
1360 rdi->dparms.props.max_sge_rd = hfi1_max_sges; in hfi1_fill_device_attr()
H A Dverbs.h516 extern unsigned int hfi1_max_sges;
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dverbs.c61 unsigned int hfi1_max_sges = 0x60; variable
62 module_param_named(max_sges, hfi1_max_sges, uint, S_IRUGO);
1316 rdi->dparms.props.max_send_sge = hfi1_max_sges; in hfi1_fill_device_attr()
1317 rdi->dparms.props.max_recv_sge = hfi1_max_sges; in hfi1_fill_device_attr()
1318 rdi->dparms.props.max_sge_rd = hfi1_max_sges; in hfi1_fill_device_attr()
H A Dverbs.h471 extern unsigned int hfi1_max_sges;

Completed in 8 milliseconds