[go: nahoru, domu]

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

/drivers/scsi/aic7xxx/
H A Daiclib.h116 uint8_t extra_bytes[14]; member in struct:scsi_sense_data
/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);
440 if (ctx->extra_bytes)
441 copy_src_to_buf(&cpg->p, ctx->buffer, ctx->extra_bytes);
553 hw_bytes = req->nbytes + ctx->extra_bytes;
554 old_extra_bytes = ctx->extra_bytes;
556 ctx->extra_bytes = hw_bytes % SHA1_BLOCK_SIZE;
557 if (ctx->extra_bytes != 0
559 hw_bytes -= ctx->extra_bytes;
561 ctx->extra_bytes
[all...]
/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))))
/drivers/infiniband/hw/ipath/
H A Dipath_ruc.c606 u32 extra_bytes; local
609 extra_bytes = -qp->s_cur_size & 3;
610 nwords = (qp->s_cur_size + extra_bytes) >> 2;
625 bth0 |= extra_bytes << 20;
H A Dipath_ud.c249 u32 extra_bytes; local
314 extra_bytes = -wqe->length & 3;
315 nwords = (wqe->length + extra_bytes) >> 2;
365 bth0 |= extra_bytes << 20;
/drivers/infiniband/hw/qib/
H A Dqib_ud.c244 u32 extra_bytes; local
311 extra_bytes = -wqe->length & 3;
312 nwords = (wqe->length + extra_bytes) >> 2;
363 bth0 |= extra_bytes << 20;
H A Dqib_ruc.c680 u32 extra_bytes; local
683 extra_bytes = -qp->s_cur_size & 3;
684 nwords = (qp->s_cur_size + extra_bytes) >> 2;
700 bth0 |= extra_bytes << 20;
/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
7086 scsiq->extra_bytes = (uchar)(_val >> 8);
7320 if (scsiq->extra_bytes != 0) {
7322 (ADV_DCNT)scsiq->extra_bytes;
8584 uchar extra_bytes; local
8596 scsiq->q1.extra_bytes = 0;
8697 extra_bytes =
8699 if ((extra_bytes != 0)
8707 scsiq->q1.extra_bytes
[all...]
/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;
3870 resid -= cp->extra_bytes;
4534 cp->extra_bytes += INL(np, nc_scratcha);
5262 cp->extra_bytes = 0;
/drivers/staging/lustre/include/linux/libcfs/
H A Dlibcfs_hash.h678 unsigned bkt_bits, unsigned extra_bytes,
/drivers/net/wireless/ti/wl12xx/
H A Dmain.c1329 desc->wl128x_mem.extra_bytes = aligned_len - skb->len;
1338 desc->wl128x_mem.extra_bytes);
/drivers/staging/lustre/lustre/libcfs/
H A Dhash.c1016 unsigned bkt_bits, unsigned extra_bytes,
1068 hs->hs_extra_bytes = extra_bytes;
1015 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) argument
/drivers/mtd/nand/
H A Datmel_nand.c817 int sector_num, int extra_bytes, int err_nbr)
833 if (byte_pos >= (sector_size + extra_bytes))
816 pmecc_correct_data(struct mtd_info *mtd, uint8_t *buf, uint8_t *ecc, int sector_num, int extra_bytes, int err_nbr) argument

Completed in 207 milliseconds