Searched defs:csb (Results 1 - 2 of 2) sorted by last modified time

/drivers/crypto/nx/
H A Dnx-842.c252 struct cop_status_block *csb)
254 /* The csb must be valid after returning from vio_h_cop_sync */
255 if (!NX842_CSBCBP_VALID_CHK(csb->valid)) {
259 csb->valid,
260 csb->crb_seq_number,
261 csb->completion_code,
262 csb->completion_extension);
264 csb->processed_byte_count,
265 (unsigned long)csb->address);
270 switch (csb
251 nx842_validate_result(struct device *dev, struct cop_status_block *csb) argument
[all...]
H A Dnx_csbcpb.h149 struct cop_status_block csb; member in struct:nx_csbcpb

Completed in 48 milliseconds