Lines Matching full:descriptor
81 * in the descriptor will be wrong. Any overwritten descriptors' buffers will
84 * still waiting for descriptor to be done, stalling forever.
162 * @td_cmd: Command field to be inserted into descriptor
180 * @dtype: General descriptor info
183 * @td_tag: Descriptor tunneling tag
222 /* The size limit for a transmit buffer in a descriptor is (16K - 1).
270 * identify new descriptor writebacks on the ring. HW sets
272 * descriptor. After the ring wraps, HW sets the gen bit of
278 * descriptor on the initial pass of the ring indicates a
477 * @rx: universal receive descriptor array
478 * @single_buf: buffer descriptor array in singleq
479 * @desc_ring: virtual descriptor ring address
492 * @rxdids: Supported RX descriptor ids
496 * @next_to_use: Next descriptor to use
497 * @next_to_clean: Next descriptor to clean
506 * @size: Length of descriptor ring in bytes
592 * @base_tx: base Tx descriptor array
593 * @base_ctx: base Tx context descriptor array
594 * @flex_tx: flex Tx descriptor array
595 * @flex_ctx: flex Tx context descriptor array
596 * @desc_ring: virtual descriptor ring address
610 * @next_to_use: Next descriptor to use
611 * @next_to_clean: Next descriptor to clean
612 * @last_re: last descriptor index that RE bit was set
634 * @size: Length of descriptor ring in bytes
727 * @split_buf: buffer descriptor array
738 * @next_to_use: Next descriptor to use
739 * @next_to_clean: Next descriptor to clean
745 * @size: Length of descriptor ring in bytes
801 * @comp: 8-byte completion descriptor array
802 * @comp_4b: 4-byte completion descriptor array
803 * @desc_ring: virtual descriptor ring address
809 * @next_to_use: Next descriptor to use. Relevant in both split & single txq
811 * @next_to_clean: Next descriptor to clean
817 * @size: Length of descriptor ring in bytes
859 * @desc_count: Descriptor count
861 * @next_to_clean: Next descriptor to clean
993 * per descriptor due to hardware alignment restrictions (4K alignment).
1026 * idpf_tx_splitq_build_desc - determine which type of data descriptor to build
1027 * @desc: descriptor to populate
1043 * idpf_vport_intr_set_wb_on_itr - enable descriptor writeback on disabled interrupts