Lines Matching full:descriptor

76  * in the descriptor will be wrong. Any overwritten descriptors' buffers will
79 * still waiting for descriptor to be done, stalling forever.
174 * @td_cmd: Command field to be inserted into descriptor
192 * @dtype: General descriptor info
195 * @td_tag: Descriptor tunneling tag
216 /* Checksum offload bits decoded from the receive descriptor. */
246 /* The size limit for a transmit buffer in a descriptor is (16K - 1).
294 * identify new descriptor writebacks on the ring. HW sets
296 * descriptor. After the ring wraps, HW sets the gen bit of
302 * descriptor on the initial pass of the ring indicates a
498 * @rx: universal receive descriptor array
499 * @single_buf: buffer descriptor array in singleq
500 * @desc_ring: virtual descriptor ring address
511 * @rxdids: Supported RX descriptor ids
513 * @next_to_use: Next descriptor to use
514 * @next_to_clean: Next descriptor to clean
521 * @size: Length of descriptor ring in bytes
589 * @base_tx: base Tx descriptor array
590 * @base_ctx: base Tx context descriptor array
591 * @flex_tx: flex Tx descriptor array
592 * @flex_ctx: flex Tx context descriptor array
593 * @desc_ring: virtual descriptor ring address
605 * descriptor ring size so that we can maintain roughly the same level
606 * of "uniqueness" across all descriptor sizes. For example, if the
607 * TXQ descriptor ring size is 64 (the minimum size supported), the
615 * the TXQ descriptor ring size is 8160 (the maximum size supported),
624 * @next_to_use: Next descriptor to use
625 * @next_to_clean: Next descriptor to clean
644 * @size: Length of descriptor ring in bytes
708 * @split_buf: buffer descriptor array
716 * @next_to_use: Next descriptor to use
717 * @next_to_clean: Next descriptor to clean
722 * @size: Length of descriptor ring in bytes
767 * @comp: completion descriptor array
773 * @next_to_use: Next descriptor to use. Relevant in both split & single txq
775 * @next_to_clean: Next descriptor to clean
781 * @size: Length of descriptor ring in bytes
818 * @desc_count: Descriptor count
820 * @next_to_clean: Next descriptor to clean
954 * per descriptor due to hardware alignment restrictions (4K alignment).
987 * idpf_tx_splitq_build_desc - determine which type of data descriptor to build
988 * @desc: descriptor to populate
1004 * idpf_vport_intr_set_wb_on_itr - enable descriptor writeback on disabled interrupts