Lines Matching defs:first

36  * (timer not running). The timer starts at the end of the first packet,
5245 /* add a comma, if first in the buffer */
5319 /* first 8 CCE error interrupt source names */
5679 u64 src = read_csr(dd, SEND_EGRESS_ERR_SOURCE); /* read first */
5942 * error bits until several other long-running items are done first.
7110 /* Go offline first, then deal with reading/writing through 8051 */
7392 * hardware information when the link first comes up.
7842 * the interrupt after the first.
8017 * save first 2 flits in the packet that caused
8733 * On first timeout, attempt to reset and restart the entire DC
8780 * Do two writes: the first to stabilize the type and req_data, the
9413 * to retry to obtain operational lanes when the first attempt is
9808 * Called on first link activation after driver load.
10100 * the first kernel context would have been allocated by now so
10788 * so neighbor_normal is not set. Set it here when we first
10885 /* must transition to offline first */
12040 /* clean the egr buffer size first */
13202 * @first: first IRQ source to set/clear
13206 * If first == last, set the exact source.
13208 int set_intr_bits(struct hfi1_devdata *dd, u16 first, u16 last, bool set)
13214 if (first > NUM_INTERRUPT_SOURCES || last > NUM_INTERRUPT_SOURCES)
13217 if (last < first)
13220 for (src = first; src <= last; src++) {
13355 * first_dyn_alloc_ctxt - first dynamically allocated context
13375 * - Context 1 - first kernel context
13456 /* the first N are kernel contexts, the rest are user/netdev contexts */
13480 * any left over groups will be given to the first N user
13860 * The delay in the first run through the loop below is sufficient and
13861 * required before the first read of RcvStatus.RxRbufInintDone.
13868 /* delay is required first time through - see above */
14173 * @first_ctxt: first context
14174 * @last_ctxt: first context
14182 * The first/last looks ahead to having specialized
14866 * stages and this is just the first.
14891 /* pre-allocate the asic structure in case we are the first device */
14915 /* first one through - set up i2c devices */
15453 /* Step 5.1: Wait for first conversion (21.5ms per spec) */