Lines Matching full:descriptor

375  * @brief Transmit descriptor
378 /* First word of descriptor */
380 /* Second word of descriptor */
382 /* Third word of descriptor */
384 /* Fourth word of descriptor */
389 * @brief Receive descriptor
393 /* First word of descriptor */
395 /* Second word of descriptor */
397 /* Third word of descriptor */
399 /* Fourth word of descriptor */
404 * @brief TX DMA memory area buffer descriptor ring management structure.
406 * The DMA memory area buffer descriptor ring management structure
407 * is used to manage either the TX buffer descriptor array.
408 * It contains a pointer to the start of the descriptor array, a
419 /* Address of the first descriptor in the TX descriptor ring. This field will be
420 * updated in TX descriptor initialization and consumed by channel initialization.
423 /* Address of the last descriptor in the TX descriptor ring. This field will be
424 * updated in TX descriptor initialization and consumed by channel initialization.
429 * @brief RX DMA memory area buffer descriptor ring management structure.
431 * The DMA memory area buffer descriptor ring management structure
432 * is used to manage either the RX buffer descriptor array.
433 * It contains a pointer to the start of the descriptor array, a
441 /* Address of the first descriptor in the RX descriptor ring. this field will be
442 * updated in RX descriptor initialization and consumed by channel initialization
445 /* Address of the last descriptor in the RX descriptor ring. this field will be
446 * updated in RX descriptor initialization and consumed by channel initialization
466 /* This field controls the threshold in the Descriptor cache after which
470 /* This field controls the threshold in the Descriptor cache after which
508 /* Transmit Descriptor Ring Length. This field sets the maximum number of Tx
509 * descriptors in the circular descriptor ring. The maximum number of descriptors
513 /* Receive Descriptor Ring Length. This field sets the maximum number of Rx
514 * descriptors in the circular descriptor ring. The maximum number of descriptors
542 * the second packet of the Transmit data even before closing the descriptor of the