Lines Matching full:descriptor
100 * @slots_allocated: records the actual size of the descriptor slot pool
102 * @op_in_desc: new mode of driver, each op is written to descriptor.
106 spinlock_t lock; /* protects the descriptor slot pool */
132 * struct mv_xor_desc_slot - software descriptor
134 * @hw_desc: virtual address of the hardware descriptor chain
135 * @phys: hardware address of the hardware descriptor chain
138 * @tx_list: list of slots that make up a multi-descriptor transaction
151 * This structure describes XOR descriptor size 64bytes. The
153 * phy_src_addr[] array. This is due to the fact that the 'descriptor
161 u32 status; /* descriptor execution status */
164 u32 phy_next_desc; /* next descriptor address pointer */
175 u32 status; /* descriptor execution status */
176 u32 phy_next_desc; /* next descriptor address pointer */