Lines Matching defs:attrs
170 const struct ib_device_attr *attrs = &device->attrs;
174 if (!(attrs->device_cap_flags & IB_DEVICE_MEM_MGT_EXTENSIONS) ||
175 attrs->max_fast_reg_page_list_len == 0) {
181 max_sge = min_t(unsigned int, attrs->max_send_sge,
191 if (attrs->device_cap_flags & IB_DEVICE_SG_GAPS_REG)
198 if (attrs->max_sge_rd > RPCRDMA_MAX_HDR_SEGS)
199 ep->re_max_fr_depth = attrs->max_sge_rd;
201 ep->re_max_fr_depth = attrs->max_fast_reg_page_list_len;
227 max_qp_wr = attrs->max_qp_wr;