Lines Matching full:eop
152 unsigned char eop : 1; member
178 unsigned char eop : 1; member
205 * A dma packet is a sequence of descriptors terminated by setting the .eop
213 * | 0 | 1 | 2 |~~| 11 EOP| 12 | ....
540 * @eop: True if this is the last buffer in the packet
546 dma_addr_t addr, size_t len, bool eop) in artpec6_crypto_setup_out_descr_phys() argument
561 d->ctrl.eop = eop; in artpec6_crypto_setup_out_descr_phys()
571 * @eop: True if this is the last buffer in the packet
579 void *dst, unsigned int len, bool eop) in artpec6_crypto_setup_out_descr_short() argument
596 d->ctrl.eop = eop; in artpec6_crypto_setup_out_descr_short()
696 * @eop: True if this is the last buffer in the packet
706 void *dst, unsigned int len, bool eop, in artpec6_crypto_setup_out_descr() argument
711 eop); in artpec6_crypto_setup_out_descr()
723 len, eop); in artpec6_crypto_setup_out_descr()
943 /** artpec6_crypto_terminate_out_descrs - Set the EOP on the last out descriptor
945 * If the out descriptor list is non-empty, then the eop flag on the
965 d->ctrl.eop = 1; in artpec6_crypto_terminate_out_descrs()
1660 * OUT: [KEY_MD][KEY][EOP]<CIPHER_MD>[IV]<data_0>...[data_n][AES-CTR_pad]<eop>