Lines Matching full:linked

80  *		Source link list enable bit. When the linked list is terminated
83 * Destination link list enable bit. When the linked list is
175 * struct ocs_dma_linked_list - OCS DMA linked list entry.
285 /* Activate DMA and enable src linked list */
293 /* Activate DMA and enable dst linked list */
301 /* Activate DMA and enable src and dst linked lists */
421 /* Configure DMA to OCS, linked list mode */
430 /* Configure DMA from OCS, linked list mode */
626 * linked-list must be defined. in ocs_aes_validate_inputs()
646 /* Ensure source and destination linked lists are created */ in ocs_aes_validate_inputs()
658 /* Ensure source and destination linked lists are created */ in ocs_aes_validate_inputs()
674 /* Ensure source and destination linked lists are created */ in ocs_aes_validate_inputs()
690 /* Ensure source and destination linked lists are created */ in ocs_aes_validate_inputs()
707 * If input data present ensure source and destination linked in ocs_aes_validate_inputs()
714 /* If aad present ensure aad linked list is created */ in ocs_aes_validate_inputs()
738 /* If aad present ensure aad linked list is created */ in ocs_aes_validate_inputs()
749 * linked lists are created in ocs_aes_validate_inputs()
765 * Destination linked list always required (for tag even if no in ocs_aes_validate_inputs()
771 /* If input data present ensure src linked list is created */ in ocs_aes_validate_inputs()
1402 * ocs_create_linked_list_from_sg() - Create OCS DMA linked list from SG list.
1404 * @sg: The SG list OCS DMA linked list will be created from. When
1410 * created linked list.
1412 * OCS DMA linked list.
1472 /* Populate DMA linked list entries. */ in ocs_create_linked_list_from_sg()