Searched refs:COP_F_BATCH (Results 1 – 3 of 3) sorted by relevance
198 #define COP_F_BATCH 0x0008 /* Dispatch as quickly as possible */ macro227 #define COP_F_BATCH 0x0008 /* Dispatch as quickly as possible */ macro
610 crp->crp_flags = CRYPTO_F_IOV | (cop->flags & COP_F_BATCH) | flags; in cryptodev_op()1242 (cnop[req].flags & COP_F_BATCH) | flags; in cryptodev_mop()
66 co1.flags = COP_F_BATCH; in main()