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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_qp.c732 if (init_attr->cap.max_send_sge > ib_ipath_max_sges ||
733 init_attr->cap.max_recv_sge > ib_ipath_max_sges ||
H A Dipath_verbs.c80 unsigned int ib_ipath_max_sges = 0x60; variable
81 module_param_named(max_sges, ib_ipath_max_sges, uint, S_IWUSR | S_IRUGO);
973 props->max_sge = ib_ipath_max_sges;
H A Dipath_verbs.h828 extern unsigned int ib_ipath_max_sges;

Completed in 63 milliseconds