Lines Matching defs:out

106  * a message block out of the DMA memory via desballoc(9F) and send that up to
135 * seem odd, it importantly keeps us out of trying to do any DMA allocations in
267 * and then we'll do a DMA bind and send it out.
290 * register. When the hardware is done writing out data, it updates us by
297 * the TAIL in the i40e_trqpair_t`itrq_desc_tail. When we write out frames,
345 * Wen performing transmit, we can run out of descriptors and ring entries. When
348 * anything out that specific ring until we notify MAC. To indicate that we're
353 * start sending frames out to us again.
404 * binding a bunch of mblk_t fragments to go out the door. Note that the main
475 int out;
482 out = base + count;
484 out = base + count - size;
487 ASSERT(out >= 0 && out < size);
488 return (out);
494 int out;
501 out = base - count;
503 out = base - count + size;
506 ASSERT(out >= 0 && out < size);
507 return (out);
536 * therefore should always be NULLed out due to the above code. This
1413 * and process until we either run out of poll_bytes or descriptors.
1587 * This is a structure I wish someone would fill out for me for dorking with the
1626 i40e_meoi_get_uint8(mblk_t *mp, off_t off, uint8_t *out)
1644 *out = *bp;
1650 i40e_meoi_get_uint16(mblk_t *mp, off_t off, uint16_t *out)
1672 *out = *bp << 8;
1680 *out |= *bp;
2045 * We zero this out for sanity purposes.
2123 * Figure out the relevant context about this frame that we might need
2193 * Build up the descriptor and send it out. Thankfully at the moment
2252 * We ran out of resources. Return it to MAC and indicate that we'll