Lines Matching defs:attrs
173 const struct ib_device_attr *attrs = &device->attrs;
177 if (!(attrs->device_cap_flags & IB_DEVICE_MEM_MGT_EXTENSIONS) ||
178 attrs->max_fast_reg_page_list_len == 0) {
184 max_sge = min_t(unsigned int, attrs->max_send_sge,
194 if (attrs->kernel_cap_flags & IBK_SG_GAPS_REG)
201 if (attrs->max_sge_rd > RPCRDMA_MAX_HDR_SEGS)
202 ep->re_max_fr_depth = attrs->max_sge_rd;
204 ep->re_max_fr_depth = attrs->max_fast_reg_page_list_len;
230 max_qp_wr = attrs->max_qp_wr;