Home
last modified time | relevance | path

Searched refs:hfi1_max_sges (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dverbs.c101 unsigned int hfi1_max_sges = 0x60; variable
102 module_param_named(max_sges, hfi1_max_sges, uint, S_IRUGO);
1413 rdi->dparms.props.max_send_sge = hfi1_max_sges; in hfi1_fill_device_attr()
1414 rdi->dparms.props.max_recv_sge = hfi1_max_sges; in hfi1_fill_device_attr()
1415 rdi->dparms.props.max_sge_rd = hfi1_max_sges; in hfi1_fill_device_attr()
Dverbs.h436 extern unsigned int hfi1_max_sges;