|
| module_param_named (qp_table_size, ib_ipath_qp_table_size, uint, S_IRUGO) |
|
| MODULE_PARM_DESC (qp_table_size,"QP table size") |
|
| module_param_named (lkey_table_size, ib_ipath_lkey_table_size, uint, S_IRUGO) |
|
| MODULE_PARM_DESC (lkey_table_size,"LKEY table size in bits (2^n, 1 <= n <= 23)") |
|
| module_param_named (max_pds, ib_ipath_max_pds, uint, S_IWUSR|S_IRUGO) |
|
| MODULE_PARM_DESC (max_pds,"Maximum number of protection domains to support") |
|
| module_param_named (max_ahs, ib_ipath_max_ahs, uint, S_IWUSR|S_IRUGO) |
|
| MODULE_PARM_DESC (max_ahs,"Maximum number of address handles to support") |
|
| module_param_named (max_cqes, ib_ipath_max_cqes, uint, S_IWUSR|S_IRUGO) |
|
| MODULE_PARM_DESC (max_cqes,"Maximum number of completion queue entries to support") |
|
| module_param_named (max_cqs, ib_ipath_max_cqs, uint, S_IWUSR|S_IRUGO) |
|
| MODULE_PARM_DESC (max_cqs,"Maximum number of completion queues to support") |
|
| module_param_named (max_qp_wrs, ib_ipath_max_qp_wrs, uint, S_IWUSR|S_IRUGO) |
|
| MODULE_PARM_DESC (max_qp_wrs,"Maximum number of QP WRs to support") |
|
| module_param_named (max_qps, ib_ipath_max_qps, uint, S_IWUSR|S_IRUGO) |
|
| MODULE_PARM_DESC (max_qps,"Maximum number of QPs to support") |
|
| module_param_named (max_sges, ib_ipath_max_sges, uint, S_IWUSR|S_IRUGO) |
|
| MODULE_PARM_DESC (max_sges,"Maximum number of SGEs to support") |
|
| module_param_named (max_mcast_grps, ib_ipath_max_mcast_grps, uint, S_IWUSR|S_IRUGO) |
|
| MODULE_PARM_DESC (max_mcast_grps,"Maximum number of multicast groups to support") |
|
| module_param_named (max_mcast_qp_attached, ib_ipath_max_mcast_qp_attached, uint, S_IWUSR|S_IRUGO) |
|
| MODULE_PARM_DESC (max_mcast_qp_attached,"Maximum number of attached QPs to support") |
|
| module_param_named (max_srqs, ib_ipath_max_srqs, uint, S_IWUSR|S_IRUGO) |
|
| MODULE_PARM_DESC (max_srqs,"Maximum number of SRQs to support") |
|
| module_param_named (max_srq_sges, ib_ipath_max_srq_sges, uint, S_IWUSR|S_IRUGO) |
|
| MODULE_PARM_DESC (max_srq_sges,"Maximum number of SRQ SGEs to support") |
|
| module_param_named (max_srq_wrs, ib_ipath_max_srq_wrs, uint, S_IWUSR|S_IRUGO) |
|
| MODULE_PARM_DESC (max_srq_wrs,"Maximum number of SRQ WRs support") |
|
| module_param_named (disable_sma, ib_ipath_disable_sma, uint, S_IWUSR|S_IRUGO) |
|
| MODULE_PARM_DESC (disable_sma,"Disable the SMA") |
|
void | ipath_copy_sge (struct ipath_sge_state *ss, void *data, u32 length) |
|
void | ipath_skip_sge (struct ipath_sge_state *ss, u32 length) |
|
void | ipath_ib_rcv (struct ipath_ibdev *dev, void *rhdr, void *data, u32 tlen) |
|
unsigned | ipath_ib_rate_to_mult (enum ib_rate rate) |
|
int | ipath_verbs_send (struct ipath_qp *qp, struct ipath_ib_header *hdr, u32 hdrwords, struct ipath_sge_state *ss, u32 len) |
|
int | ipath_snapshot_counters (struct ipath_devdata *dd, u64 *swords, u64 *rwords, u64 *spkts, u64 *rpkts, u64 *xmit_wait) |
|
int | ipath_get_counters (struct ipath_devdata *dd, struct ipath_verbs_counters *cntrs) |
|
int | ipath_ib_piobufavail (struct ipath_ibdev *dev) |
|
u32 | ipath_get_cr_errpkey (struct ipath_devdata *dd) |
|
unsigned | ipath_get_npkeys (struct ipath_devdata *dd) |
|
unsigned | ipath_get_pkey (struct ipath_devdata *dd, unsigned index) |
|
int | ipath_register_ib_device (struct ipath_devdata *dd) |
|
void | ipath_unregister_ib_device (struct ipath_ibdev *dev) |
|