Lines Matching defs:first
77 * (timer not running). The timer starts at the end of the first packet,
5285 /* add a comma, if first in the buffer */
5359 /* first 8 CCE error interrupt source names */
5719 u64 src = read_csr(dd, SEND_EGRESS_ERR_SOURCE); /* read first */
5982 * error bits until several other long-running items are done first.
7149 /* Go offline first, then deal with reading/writing through 8051 */
7431 * hardware information when the link first comes up.
7881 * the interrupt after the first.
8056 * save first 2 flits in the packet that caused
8772 * On first timeout, attempt to reset and restart the entire DC
8819 * Do two writes: the first to stabilize the type and req_data, the
9452 * to retry to obtain operational lanes when the first attempt is
9847 * Called on first link activation after driver load.
10139 * the first kernel context would have been allocated by now so
10827 * so neighbor_normal is not set. Set it here when we first
10924 /* must transition to offline first */
12079 /* clean the egr buffer size first */
13241 * @first: first IRQ source to set/clear
13245 * If first == last, set the exact source.
13247 int set_intr_bits(struct hfi1_devdata *dd, u16 first, u16 last, bool set)
13253 if (first > NUM_INTERRUPT_SOURCES || last > NUM_INTERRUPT_SOURCES)
13256 if (last < first)
13259 for (src = first; src <= last; src++) {
13394 * first_dyn_alloc_ctxt - first dynamically allocated context
13414 * - Context 1 - first kernel context
13495 /* the first N are kernel contexts, the rest are user/netdev contexts */
13519 * any left over groups will be given to the first N user
13899 * The delay in the first run through the loop below is sufficient and
13900 * required before the first read of RcvStatus.RxRbufInintDone.
13907 /* delay is required first time through - see above */
14212 * @first_ctxt - first context
14213 * @last_ctxt - first context
14221 * The first/last looks ahead to having specialized
14905 * stages and this is just the first.
14930 /* pre-allocate the asic structure in case we are the first device */
14954 /* first one through - set up i2c devices */
15492 /* Step 5.1: Wait for first conversion (21.5ms per spec) */