Searched refs:extra_bytes (Results 1 - 18 of 18) sorted by relevance

/linux-4.1.27/drivers/crypto/
H A Dmv_cesa.c141 int extra_bytes; /* unprocessed bytes in buffer */ member in struct:mv_req_hash_ctx
413 req_ctx->extra_bytes); mv_hash_final_fallback()
440 if (ctx->extra_bytes) mv_hash_algo_completion()
441 copy_src_to_buf(&cpg->p, ctx->buffer, ctx->extra_bytes); mv_hash_algo_completion()
553 hw_bytes = req->nbytes + ctx->extra_bytes; mv_start_new_hash_req()
554 old_extra_bytes = ctx->extra_bytes; mv_start_new_hash_req()
556 ctx->extra_bytes = hw_bytes % SHA1_BLOCK_SIZE; mv_start_new_hash_req()
557 if (ctx->extra_bytes != 0 mv_start_new_hash_req()
559 hw_bytes -= ctx->extra_bytes; mv_start_new_hash_req()
561 ctx->extra_bytes = 0; mv_start_new_hash_req()
580 ctx->extra_bytes - old_extra_bytes); mv_start_new_hash_req()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
H A Dtx.h89 u8 extra_bytes; member in struct:wl128x_tx_mem
112 (1u << (8 * sizeof(((struct wl128x_tx_mem *) 0)->extra_bytes))))
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_ruc.c606 u32 extra_bytes; ipath_make_ruc_header() local
609 extra_bytes = -qp->s_cur_size & 3; ipath_make_ruc_header()
610 nwords = (qp->s_cur_size + extra_bytes) >> 2; ipath_make_ruc_header()
625 bth0 |= extra_bytes << 20; ipath_make_ruc_header()
H A Dipath_ud.c249 u32 extra_bytes; ipath_make_ud_req() local
314 extra_bytes = -wqe->length & 3; ipath_make_ud_req()
315 nwords = (wqe->length + extra_bytes) >> 2; ipath_make_ud_req()
365 bth0 |= extra_bytes << 20; ipath_make_ud_req()
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_ruc.c680 u32 extra_bytes; qib_make_ruc_header() local
683 extra_bytes = -qp->s_cur_size & 3; qib_make_ruc_header()
684 nwords = (qp->s_cur_size + extra_bytes) >> 2; qib_make_ruc_header()
700 bth0 |= extra_bytes << 20; qib_make_ruc_header()
H A Dqib_ud.c244 u32 extra_bytes; qib_make_ud_req() local
311 extra_bytes = -wqe->length & 3; qib_make_ud_req()
312 nwords = (wqe->length + extra_bytes) >> 2; qib_make_ud_req()
363 bth0 |= extra_bytes << 20; qib_make_ud_req()
/linux-4.1.27/net/rds/
H A Dmessage.c243 int extra_bytes = num_sgs * sizeof(struct scatterlist); rds_message_map_pages() local
245 rm = rds_message_alloc(extra_bytes, GFP_NOWAIT); rds_message_map_pages()
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daiclib.h116 uint8_t extra_bytes[14]; member in struct:scsi_sense_data
/linux-4.1.27/arch/x86/boot/compressed/
H A Dmisc.c86 * extra_bytes = (uncompressed_size >> 12) + 32768 + 18 + decompressor_size.
/linux-4.1.27/block/
H A Dblk-throttle.c865 u64 bytes_allowed, extra_bytes, tmp; tg_with_in_bps_limit() local
887 extra_bytes = tg->bytes_disp[rw] + bio->bi_iter.bi_size - bytes_allowed; tg_with_in_bps_limit()
888 jiffy_wait = div64_u64(extra_bytes * HZ, tg->bps[rw]); tg_with_in_bps_limit()
/linux-4.1.27/drivers/scsi/
H A Dadvansys.c314 uchar extra_bytes; member in struct:asc_scsiq_1
352 uchar extra_bytes; member in struct:asc_q_done_info
7068 scsiq->extra_bytes = (uchar)(_val >> 8); _AscCopyLramScsiDoneQ()
7302 if (scsiq->extra_bytes != 0) { AscIsrQDone()
7304 (ADV_DCNT)scsiq->extra_bytes; AscIsrQDone()
8561 uchar extra_bytes; AscExeScsiQueue() local
8573 scsiq->q1.extra_bytes = 0; AscExeScsiQueue()
8674 extra_bytes = AscExeScsiQueue()
8676 if ((extra_bytes != 0) AscExeScsiQueue()
8684 scsiq->q1.extra_bytes = AscExeScsiQueue()
8685 extra_bytes; AscExeScsiQueue()
8692 (ASC_DCNT) extra_bytes; AscExeScsiQueue()
8732 extra_bytes = AscExeScsiQueue()
8734 if ((extra_bytes != 0) AscExeScsiQueue()
8748 extra_bytes; AscExeScsiQueue()
8752 scsiq->q1.extra_bytes = AscExeScsiQueue()
8753 extra_bytes; AscExeScsiQueue()
/linux-4.1.27/fs/nfs/objlayout/
H A Dobjio_osd.c81 /*FIXME: Support for extra_bytes at ore_get_rw_state() */
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/
H A Dmain.c1328 desc->wl128x_mem.extra_bytes = aligned_len - skb->len; wl12xx_set_tx_desc_data_len()
1337 desc->wl128x_mem.extra_bytes); wl12xx_set_tx_desc_data_len()
/linux-4.1.27/drivers/mtd/nand/
H A Datmel_nand.c803 int sector_num, int extra_bytes, int err_nbr) pmecc_correct_data()
819 if (byte_pos >= (sector_size + extra_bytes)) pmecc_correct_data()
802 pmecc_correct_data(struct mtd_info *mtd, uint8_t *buf, uint8_t *ecc, int sector_num, int extra_bytes, int err_nbr) pmecc_correct_data() argument
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
H A Dhash.c1020 unsigned bkt_bits, unsigned extra_bytes, cfs_hash_create()
1072 hs->hs_extra_bytes = extra_bytes; cfs_hash_create()
1019 cfs_hash_create(char *name, unsigned cur_bits, unsigned max_bits, unsigned bkt_bits, unsigned extra_bytes, unsigned min_theta, unsigned max_theta, cfs_hash_ops_t *ops, unsigned flags) cfs_hash_create() argument
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h757 u32 extra_bytes; /* Extraneous bytes transferred */ member in struct:sym_ccb
H A Dsym_hipd.c3167 cp->extra_bytes = 0; sym_sir_bad_scsi_status()
3870 resid -= cp->extra_bytes; sym_compute_residual()
4534 cp->extra_bytes += INL(np, nc_scratcha); sym_int_sir()
5262 cp->extra_bytes = 0; sym_queue_scsiio()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
H A Dlibcfs_hash.h672 unsigned bkt_bits, unsigned extra_bytes,

Completed in 1513 milliseconds