Lines Matching full:int
53 int ib_mtu;
54 int max_port_width;
55 int max_vl;
56 int max_tc_eth;
57 int max_gids;
58 int max_pkeys;
61 int trans_type;
62 int vendor_oui;
69 int max_srq_sz;
70 int max_qp_sz;
71 int reserved_qps;
72 int max_qps;
73 int reserved_srqs;
74 int max_srqs;
75 int max_cq_sz;
76 int reserved_cqs;
77 int max_cqs;
78 int max_mpts;
79 int reserved_eqs;
80 int max_eqs;
81 int num_sys_eqs;
82 int reserved_mtts;
83 int reserved_mrws;
84 int max_requester_per_qp;
85 int max_responder_per_qp;
86 int max_rdma_global;
87 int local_ca_ack_delay;
88 int num_ports;
91 int fs_log_max_ucast_qp_range_size;
92 int fs_max_num_qp_per_entry;
95 int reserved_uars;
96 int uar_size;
97 int min_page_sz;
98 int bf_reg_size;
99 int bf_regs_per_page;
100 int max_sq_sg;
101 int max_sq_desc_sz;
102 int max_rq_sg;
103 int max_rq_desc_sz;
104 int max_qp_per_mcg;
105 int reserved_mgms;
106 int max_mcgs;
107 int reserved_pds;
108 int max_pds;
109 int reserved_xrcds;
110 int max_xrcds;
111 int qpc_entry_sz;
112 int rdmarc_entry_sz;
113 int altc_entry_sz;
114 int aux_entry_sz;
115 int srq_entry_sz;
116 int cqc_entry_sz;
117 int eqc_entry_sz;
118 int dmpt_entry_sz;
119 int cmpt_entry_sz;
120 int mtt_entry_sz;
121 int resize_srq;
125 int max_gso_sz;
126 int max_rss_tbl_sz;
141 int qp_quota;
142 int cq_quota;
143 int srq_quota;
144 int mpt_quota;
145 int mtt_quota;
146 int max_eq;
147 int reserved_eq;
148 int mcg_quota;
159 int bus;
160 int device;
161 int function;
162 int physical_function;
163 int rsvd_eqs;
164 int max_eq;
165 int rsvd_uars;
210 int port_width;
211 int vl_cap;
212 int mtu_cap;
215 int set_guid0;
217 int set_node_guid;
219 int set_si_guid;
224 int set_si_guid;
225 int reset_qkey_viol;
231 int mlx4_QUERY_DEV_CAP(struct mlx4_dev *dev, struct mlx4_dev_cap *dev_cap);
232 int mlx4_QUERY_PORT(struct mlx4_dev *dev, int port, struct mlx4_port_cap *port_cap);
233 int mlx4_QUERY_FUNC_CAP(struct mlx4_dev *dev, u8 gen_or_port,
235 int mlx4_QUERY_FUNC_CAP_wrapper(struct mlx4_dev *dev, int slave,
240 int mlx4_QUERY_FUNC(struct mlx4_dev *dev, struct mlx4_func *func, int slave);
241 int mlx4_MAP_FA(struct mlx4_dev *dev, struct mlx4_icm *icm);
242 int mlx4_UNMAP_FA(struct mlx4_dev *dev);
243 int mlx4_RUN_FW(struct mlx4_dev *dev);
244 int mlx4_QUERY_FW(struct mlx4_dev *dev);
245 int mlx4_QUERY_ADAPTER(struct mlx4_dev *dev, struct mlx4_adapter *adapter);
246 int mlx4_INIT_HCA(struct mlx4_dev *dev, struct mlx4_init_hca_param *param);
247 int mlx4_QUERY_HCA(struct mlx4_dev *dev, struct mlx4_init_hca_param *param);
248 int mlx4_CLOSE_HCA(struct mlx4_dev *dev, int panic);
249 int mlx4_map_cmd(struct mlx4_dev *dev, u16 op, struct mlx4_icm *icm, u64 virt);
250 int mlx4_SET_ICM_SIZE(struct mlx4_dev *dev, u64 icm_size, u64 *aux_pages);
251 int mlx4_MAP_ICM_AUX(struct mlx4_dev *dev, struct mlx4_icm *icm);
252 int mlx4_UNMAP_ICM_AUX(struct mlx4_dev *dev);
253 int mlx4_NOP(struct mlx4_dev *dev);
254 int mlx4_MOD_STAT_CFG(struct mlx4_dev *dev, struct mlx4_mod_stat_cfg *cfg);