Home
last modified time | relevance | path

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

/drivers/s390/cio/
Dvfio_ccw_drv.c88 bool is_final; in vfio_ccw_sch_io_todo() local
94 is_final = !(scsw_actl(&irb->scsw) & in vfio_ccw_sch_io_todo()
98 if (is_final && private->state == VFIO_CCW_STATE_CP_PENDING) { in vfio_ccw_sch_io_todo()
/drivers/crypto/bcm/
Dcipher.h327 unsigned int is_final; /* is this the final for the hash op? */ member
Dcipher.c738 if (!rctx->is_final) { in handle_ahash_req()
788 if ((rctx->total_sent == rctx->total_todo) && rctx->is_final) in handle_ahash_req()
807 __func__, rctx->is_final, local_nbuf); in handle_ahash_req()
1016 if (rctx->is_final && (rctx->total_sent == rctx->total_todo)) in handle_ahash_resp()
1931 if ((rctx->is_final == 1) && (rctx->total_todo == 0) && in ahash_enqueue()
1935 rctx->is_final ? "" : "non-", alg_name); in ahash_enqueue()
1972 rctx->is_final = 0; in __ahash_init()
2142 rctx->is_final = 1; in __ahash_final()
2181 rctx->is_final = 1; in __ahash_finup()
/drivers/scsi/be2iscsi/
Dbe_main.h551 u8 is_final; member
Dbe_main.c1454 pasync_handle->is_final = 0; in beiscsi_hdl_put_handle()
1579 pasync_handle->is_final = final; in beiscsi_hdl_get_handle()
1622 if (!plast_handle->is_final) { in beiscsi_hdl_fwd_pdu()