|
| module_param_named (qp_table_size, ib_qib_qp_table_size, uint, S_IRUGO) |
|
| MODULE_PARM_DESC (qp_table_size,"QP table size") |
|
| module_param_named (lkey_table_size, ib_qib_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_qib_max_pds, uint, S_IRUGO) |
|
| MODULE_PARM_DESC (max_pds,"Maximum number of protection domains to support") |
|
| module_param_named (max_ahs, ib_qib_max_ahs, uint, S_IRUGO) |
|
| MODULE_PARM_DESC (max_ahs,"Maximum number of address handles to support") |
|
| module_param_named (max_cqes, ib_qib_max_cqes, uint, S_IRUGO) |
|
| MODULE_PARM_DESC (max_cqes,"Maximum number of completion queue entries to support") |
|
| module_param_named (max_cqs, ib_qib_max_cqs, uint, S_IRUGO) |
|
| MODULE_PARM_DESC (max_cqs,"Maximum number of completion queues to support") |
|
| module_param_named (max_qp_wrs, ib_qib_max_qp_wrs, uint, S_IRUGO) |
|
| MODULE_PARM_DESC (max_qp_wrs,"Maximum number of QP WRs to support") |
|
| module_param_named (max_qps, ib_qib_max_qps, uint, S_IRUGO) |
|
| MODULE_PARM_DESC (max_qps,"Maximum number of QPs to support") |
|
| module_param_named (max_sges, ib_qib_max_sges, uint, S_IRUGO) |
|
| MODULE_PARM_DESC (max_sges,"Maximum number of SGEs to support") |
|
| module_param_named (max_mcast_grps, ib_qib_max_mcast_grps, uint, S_IRUGO) |
|
| MODULE_PARM_DESC (max_mcast_grps,"Maximum number of multicast groups to support") |
|
| module_param_named (max_mcast_qp_attached, ib_qib_max_mcast_qp_attached, uint, S_IRUGO) |
|
| MODULE_PARM_DESC (max_mcast_qp_attached,"Maximum number of attached QPs to support") |
|
| module_param_named (max_srqs, ib_qib_max_srqs, uint, S_IRUGO) |
|
| MODULE_PARM_DESC (max_srqs,"Maximum number of SRQs to support") |
|
| module_param_named (max_srq_sges, ib_qib_max_srq_sges, uint, S_IRUGO) |
|
| MODULE_PARM_DESC (max_srq_sges,"Maximum number of SRQ SGEs to support") |
|
| module_param_named (max_srq_wrs, ib_qib_max_srq_wrs, uint, S_IRUGO) |
|
| MODULE_PARM_DESC (max_srq_wrs,"Maximum number of SRQ WRs support") |
|
| module_param_named (disable_sma, ib_qib_disable_sma, uint, S_IWUSR|S_IRUGO) |
|
| MODULE_PARM_DESC (disable_sma,"Disable the SMA") |
|
void | qib_copy_sge (struct qib_sge_state *ss, void *data, u32 length, int release) |
|
void | qib_skip_sge (struct qib_sge_state *ss, u32 length, int release) |
|
void | qib_ib_rcv (struct qib_ctxtdata *rcd, void *rhdr, void *data, u32 tlen) |
|
void | qib_put_txreq (struct qib_verbs_txreq *tx) |
|
void | qib_verbs_sdma_desc_avail (struct qib_pportdata *ppd, unsigned avail) |
|
int | qib_verbs_send (struct qib_qp *qp, struct qib_ib_header *hdr, u32 hdrwords, struct qib_sge_state *ss, u32 len) |
|
int | qib_snapshot_counters (struct qib_pportdata *ppd, u64 *swords, u64 *rwords, u64 *spkts, u64 *rpkts, u64 *xmit_wait) |
|
int | qib_get_counters (struct qib_pportdata *ppd, struct qib_verbs_counters *cntrs) |
|
void | qib_ib_piobufavail (struct qib_devdata *dd) |
|
int | qib_check_ah (struct ib_device *ibdev, struct ib_ah_attr *ah_attr) |
|
struct ib_ah * | qib_create_qp0_ah (struct qib_ibport *ibp, u16 dlid) |
|
unsigned | qib_get_npkeys (struct qib_devdata *dd) |
|
unsigned | qib_get_pkey (struct qib_ibport *ibp, unsigned index) |
|
int | qib_register_ib_device (struct qib_devdata *dd) |
|
void | qib_unregister_ib_device (struct qib_devdata *dd) |
|
void | qib_schedule_send (struct qib_qp *qp) |
|