Searched refs:extra_bytes (Results 1 – 14 of 14) sorted by relevance
134 int extra_bytes; /* unprocessed bytes in buffer */ member394 req_ctx->extra_bytes); in mv_hash_final_fallback()412 if (ctx->extra_bytes) in mv_hash_algo_completion()413 copy_src_to_buf(&cpg->p, ctx->buffer, ctx->extra_bytes); in mv_hash_algo_completion()527 hw_bytes = req->nbytes + ctx->extra_bytes; in mv_start_new_hash_req()528 old_extra_bytes = ctx->extra_bytes; in mv_start_new_hash_req()530 ctx->extra_bytes = hw_bytes % SHA1_BLOCK_SIZE; in mv_start_new_hash_req()531 if (ctx->extra_bytes != 0 in mv_start_new_hash_req()533 hw_bytes -= ctx->extra_bytes; in mv_start_new_hash_req()535 ctx->extra_bytes = 0; in mv_start_new_hash_req()[all …]
88 u8 extra_bytes; member98 (1u << (8 * sizeof(((struct wl128x_tx_mem *) 0)->extra_bytes))))
337 desc->wl128x_mem.extra_bytes = aligned_len - skb->len; in wl1271_tx_fill_hdr()
249 u32 extra_bytes; in ipath_make_ud_req() local314 extra_bytes = -wqe->length & 3; in ipath_make_ud_req()315 nwords = (wqe->length + extra_bytes) >> 2; in ipath_make_ud_req()365 bth0 |= extra_bytes << 20; in ipath_make_ud_req()
606 u32 extra_bytes; in ipath_make_ruc_header() local609 extra_bytes = -qp->s_cur_size & 3; in ipath_make_ruc_header()610 nwords = (qp->s_cur_size + extra_bytes) >> 2; in ipath_make_ruc_header()625 bth0 |= extra_bytes << 20; in ipath_make_ruc_header()
248 u32 extra_bytes; in qib_make_ud_req() local315 extra_bytes = -wqe->length & 3; in qib_make_ud_req()316 nwords = (wqe->length + extra_bytes) >> 2; in qib_make_ud_req()367 bth0 |= extra_bytes << 20; in qib_make_ud_req()
684 u32 extra_bytes; in qib_make_ruc_header() local687 extra_bytes = -qp->s_cur_size & 3; in qib_make_ruc_header()688 nwords = (qp->s_cur_size + extra_bytes) >> 2; in qib_make_ruc_header()704 bth0 |= extra_bytes << 20; in qib_make_ruc_header()
116 uint8_t extra_bytes[14]; member
246 int extra_bytes = num_sgs * sizeof(struct scatterlist); in rds_message_map_pages() local248 rm = rds_message_alloc(extra_bytes, GFP_NOWAIT); in rds_message_map_pages()
638 u64 bytes_allowed, extra_bytes, tmp; in tg_with_in_bps_limit() local660 extra_bytes = tg->bytes_disp[rw] + bio->bi_size - bytes_allowed; in tg_with_in_bps_limit()661 jiffy_wait = div64_u64(extra_bytes * HZ, tg->bps[rw]); in tg_with_in_bps_limit()
314 uchar extra_bytes; member352 uchar extra_bytes; member7579 scsiq->extra_bytes = (uchar)(_val >> 8); in _AscCopyLramScsiDoneQ()7813 if (scsiq->extra_bytes != 0) { in AscIsrQDone()7815 (ADV_DCNT)scsiq->extra_bytes; in AscIsrQDone()9077 uchar extra_bytes; in AscExeScsiQueue() local9089 scsiq->q1.extra_bytes = 0; in AscExeScsiQueue()9190 extra_bytes = in AscExeScsiQueue()9192 if ((extra_bytes != 0) in AscExeScsiQueue()9200 scsiq->q1.extra_bytes = in AscExeScsiQueue()[all …]
757 u32 extra_bytes; /* Extraneous bytes transferred */ member
3167 cp->extra_bytes = 0;3870 resid -= cp->extra_bytes;4534 cp->extra_bytes += INL(np, nc_scratcha);5262 cp->extra_bytes = 0;
257 When freeing memory from host being deregistered, free extra_bytes