Home
last modified time | relevance | path

Searched refs:ib_ipath_max_sges (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/infiniband/hw/ipath/
Dipath_qp.c758 if (init_attr->cap.max_send_sge > ib_ipath_max_sges || in ipath_create_qp()
766 if (init_attr->cap.max_recv_sge > ib_ipath_max_sges || in ipath_create_qp()
Dipath_verbs.c83 unsigned int ib_ipath_max_sges = 0x60; variable
84 module_param_named(max_sges, ib_ipath_max_sges, uint, S_IWUSR | S_IRUGO);
1520 props->max_sge = ib_ipath_max_sges; in ipath_query_device()
Dipath_verbs.h920 extern unsigned int ib_ipath_max_sges;