Home
last modified time | relevance | path

Searched refs:is_final (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/tools/testing/selftests/powerpc/nx-gzip/
Dgunz_test.c289 int is_final, is_eof; in decompress_file() local
395 is_final = is_eof = 0; in decompress_file()
537 if (is_final) in decompress_file()
815 is_final = 1; in decompress_file()
895 is_final = 1; in decompress_file()
936 if (is_final) { in decompress_file()
/linux-6.6.21/drivers/s390/cio/
Dvfio_ccw_drv.c86 bool is_final; in vfio_ccw_sch_io_todo() local
92 is_final = !(scsw_actl(&irb->scsw) & in vfio_ccw_sch_io_todo()
96 if (is_final && private->state == VFIO_CCW_STATE_CP_PENDING) { in vfio_ccw_sch_io_todo()
/linux-6.6.21/drivers/crypto/bcm/
Dcipher.h328 unsigned int is_final; /* is this the final for the hash op? */ member
Dcipher.c736 if (!rctx->is_final) { in handle_ahash_req()
786 if ((rctx->total_sent == rctx->total_todo) && rctx->is_final) in handle_ahash_req()
805 __func__, rctx->is_final, local_nbuf); in handle_ahash_req()
1012 if (rctx->is_final && (rctx->total_sent == rctx->total_todo)) in handle_ahash_resp()
1928 if ((rctx->is_final == 1) && (rctx->total_todo == 0) && in ahash_enqueue()
1932 rctx->is_final ? "" : "non-", alg_name); in ahash_enqueue()
1969 rctx->is_final = 0; in __ahash_init()
2139 rctx->is_final = 1; in __ahash_final()
2178 rctx->is_final = 1; in __ahash_finup()
/linux-6.6.21/drivers/scsi/be2iscsi/
Dbe_main.h550 u8 is_final; member
Dbe_main.c1471 pasync_handle->is_final = 0; in beiscsi_hdl_put_handle()
1596 pasync_handle->is_final = final; in beiscsi_hdl_get_handle()
1639 if (!plast_handle->is_final) { in beiscsi_hdl_fwd_pdu()