Lines Matching defs:start
6737 * Called from all interrupt handlers to start handling an SPC freeze.
7176 * start the link bring up.
8234 * start end
8271 entry->is_int(dd, source - entry->start);
8868 /* address start depends on the lane_id */
9205 /* start the LCBs */
9438 * Call this to start the link.
9452 "%s: stopping link start because driver is not ready\n",
9676 "%s: stopping link start because link is disabled\n",
9832 * Workqueue function to start the link after a delay.
10416 /* start offline transition */
12199 /* Get the start of the block of counters */
13854 /* start the init - expect RcvCtrl to be 0 */
14442 int i, idx, regoff, regidx, start;
14448 start = 1;
14450 start = dd->first_dyn_alloc_ctxt;
14452 total_cnt = dd->num_rcv_contexts - start;
14463 * in the range start...num_rcv_contexts-1 (inclusive).
14468 * start with that to allow for a "negative" offset.
14470 offset = (u8)(NUM_MAP_ENTRIES + rmt->used - start);
14472 for (i = start, idx = rmt->used; i < dd->num_rcv_contexts;
14490 * (start at bit 64). Use that as the RSM map table index.
14511 static inline bool hfi1_is_rmt_full(int start, int spare)
14513 return (start + spare) > NUM_MAP_ENTRIES;
14537 dev_dbg(&(dd)->pcidev->dev, "RMT start = %d, end %d\n",
15025 /* start out enabling only 4X */
15055 /* start in offline */
15198 /* start setting dd values and adjusting CSRs */
15446 /* Step 5: De-assert block reset and start conversion */