Lines Matching refs:used

51  * J_KEY for kernel contexts when TID RDMA is used.
253 * Therefore, when priv->pkts_ps is used to calculate req->cur_seg
311 * qp_to_rcd - determine the receive context used by a qp
466 * is no longer being used.
1207 "unexpected odd allocation cnt %u map 0x%x used %u",
1208 cnt, grp->map, grp->used);
1214 grp->base, grp->map, grp->used, cnt);
1224 * these groups will move from group->full without affecting used
1225 * 2. If more TID's are needed allocate from used (will move from used->full or
1226 * stay in used)
1228 * at a complete group (will move from group->used)
1235 struct tid_group *group = NULL, *used;
1257 /* Now look at partially used groups */
1258 list_for_each_entry(used, &rcd->tid_used_list.list, list) {
1260 used->size - used->used);
1261 kern_add_tid_node(flow, rcd, "used groups", used, use);
1324 * A single TID entry will be used to use a rcvarr pair (with
1348 if (grp->used == grp->size - 1)
1351 else if (!grp->used)
1355 grp->used++;
1380 grp->used--;
1384 if (grp->used == grp->size - 1)
1387 else if (!grp->used)
1395 dd_dev_err(dd, "unexpected odd free cnt %u map 0x%x used %u",
1396 cnt, grp->map, grp->used);
1442 * it signals error TID RDMA cannot be used for this sge and this function
1506 * This information is used for tracking the sequence of data packets
1710 /* This is the IB psn used to send the request */
3365 * Set the number of flow to be used based on negotiated
3602 * These send side fields are used in make_rc_ack(). They are set in
3616 * qpriv->rnr_nak_state is used to determine when the scheduled RNR NAK
3618 * used for this because qp->s_lock is dropped before calling
4630 * default number of packets. flow->resync_npkts is used
5233 * into the flow array is used. The distance between it
5430 * Therefore, a modified test is used.