Lines Matching defs:start
6776 * Called from all interrupt handlers to start handling an SPC freeze.
7215 * start the link bring up.
8273 * start end
8310 entry->is_int(dd, source - entry->start);
8907 /* address start depends on the lane_id */
9244 /* start the LCBs */
9477 * Call this to start the link.
9491 "%s: stopping link start because driver is not ready\n",
9715 "%s: stopping link start because link is disabled\n",
9871 * Workqueue function to start the link after a delay.
10455 /* start offline transition */
12238 /* Get the start of the block of counters */
13893 /* start the init - expect RcvCtrl to be 0 */
14481 int i, idx, regoff, regidx, start;
14487 start = 1;
14489 start = dd->first_dyn_alloc_ctxt;
14491 total_cnt = dd->num_rcv_contexts - start;
14502 * in the range start...num_rcv_contexts-1 (inclusive).
14507 * start with that to allow for a "negative" offset.
14509 offset = (u8)(NUM_MAP_ENTRIES + rmt->used - start);
14511 for (i = start, idx = rmt->used; i < dd->num_rcv_contexts;
14529 * (start at bit 64). Use that as the RSM map table index.
14550 static inline bool hfi1_is_rmt_full(int start, int spare)
14552 return (start + spare) > NUM_MAP_ENTRIES;
14576 dev_dbg(&(dd)->pcidev->dev, "RMT start = %d, end %d\n",
15065 /* start out enabling only 4X */
15095 /* start in offline */
15238 /* start setting dd values and adjusting CSRs */
15485 /* Step 5: De-assert block reset and start conversion */