/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_droq.h | 177 static inline struct octeon_recv_info *octeon_alloc_recv_info(int extra_bytes) in octeon_alloc_recv_info() argument 183 extra_bytes, GFP_ATOMIC); in octeon_alloc_recv_info() 191 if (extra_bytes) in octeon_alloc_recv_info()
|
/linux-4.4.14/drivers/crypto/ |
D | mv_cesa.c | 146 int extra_bytes; /* unprocessed bytes in buffer */ member 418 req_ctx->extra_bytes); in mv_hash_final_fallback() 445 if (ctx->extra_bytes) in mv_hash_algo_completion() 446 copy_src_to_buf(&cpg->p, ctx->buffer, ctx->extra_bytes); in mv_hash_algo_completion() 558 hw_bytes = req->nbytes + ctx->extra_bytes; in mv_start_new_hash_req() 559 old_extra_bytes = ctx->extra_bytes; in mv_start_new_hash_req() 561 ctx->extra_bytes = hw_bytes % SHA1_BLOCK_SIZE; in mv_start_new_hash_req() 562 if (ctx->extra_bytes != 0 in mv_start_new_hash_req() 564 hw_bytes -= ctx->extra_bytes; in mv_start_new_hash_req() 566 ctx->extra_bytes = 0; in mv_start_new_hash_req() [all …]
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | tx.h | 89 u8 extra_bytes; member 112 (1u << (8 * sizeof(((struct wl128x_tx_mem *) 0)->extra_bytes))))
|
/linux-4.4.14/drivers/staging/unisys/visorinput/ |
D | visorinput.c | 353 unsigned int extra_bytes = 0; in devdata_create() local 357 extra_bytes = KEYCODE_TABLE_BYTES * 2; in devdata_create() 358 devdata = kzalloc(sizeof(*devdata) + extra_bytes, GFP_KERNEL); in devdata_create() 370 devdata->keycode_table_bytes = extra_bytes; in devdata_create()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_ud.c | 248 u32 extra_bytes; in ipath_make_ud_req() local 313 extra_bytes = -wqe->length & 3; in ipath_make_ud_req() 314 nwords = (wqe->length + extra_bytes) >> 2; in ipath_make_ud_req() 364 bth0 |= extra_bytes << 20; in ipath_make_ud_req()
|
D | ipath_ruc.c | 605 u32 extra_bytes; in ipath_make_ruc_header() local 608 extra_bytes = -qp->s_cur_size & 3; in ipath_make_ruc_header() 609 nwords = (qp->s_cur_size + extra_bytes) >> 2; in ipath_make_ruc_header() 624 bth0 |= extra_bytes << 20; in ipath_make_ruc_header()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_ud.c | 244 u32 extra_bytes; in qib_make_ud_req() local 311 extra_bytes = -wqe->length & 3; in qib_make_ud_req() 312 nwords = (wqe->length + extra_bytes) >> 2; in qib_make_ud_req() 363 bth0 |= extra_bytes << 20; in qib_make_ud_req()
|
D | qib_ruc.c | 681 u32 extra_bytes; in qib_make_ruc_header() local 684 extra_bytes = -qp->s_cur_size & 3; in qib_make_ruc_header() 685 nwords = (qp->s_cur_size + extra_bytes) >> 2; in qib_make_ruc_header() 701 bth0 |= extra_bytes << 20; in qib_make_ruc_header()
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aiclib.h | 116 uint8_t extra_bytes[14]; member
|
/linux-4.4.14/net/rds/ |
D | message.c | 243 int extra_bytes = num_sgs * sizeof(struct scatterlist); in rds_message_map_pages() local 245 rm = rds_message_alloc(extra_bytes, GFP_NOWAIT); in rds_message_map_pages()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | ud.c | 275 u32 extra_bytes; in hfi1_make_ud_req() local 340 extra_bytes = -wqe->length & 3; in hfi1_make_ud_req() 341 nwords = (wqe->length + extra_bytes) >> 2; in hfi1_make_ud_req() 402 bth0 |= extra_bytes << 20; in hfi1_make_ud_req()
|
D | ruc.c | 763 u32 extra_bytes; in hfi1_make_ruc_header() local 768 extra_bytes = -qp->s_cur_size & 3; in hfi1_make_ruc_header() 769 nwords = (qp->s_cur_size + extra_bytes) >> 2; in hfi1_make_ruc_header() 811 bth0 |= extra_bytes << 20; in hfi1_make_ruc_header()
|
/linux-4.4.14/block/ |
D | blk-throttle.c | 722 u64 bytes_allowed, extra_bytes, tmp; in tg_with_in_bps_limit() local 744 extra_bytes = tg->bytes_disp[rw] + bio->bi_iter.bi_size - bytes_allowed; in tg_with_in_bps_limit() 745 jiffy_wait = div64_u64(extra_bytes * HZ, tg->bps[rw]); in tg_with_in_bps_limit()
|
/linux-4.4.14/drivers/scsi/ |
D | advansys.c | 270 uchar extra_bytes; member 308 uchar extra_bytes; member 6720 scsiq->extra_bytes = (uchar)(_val >> 8); in _AscCopyLramScsiDoneQ() 6957 if (scsiq->extra_bytes != 0) { in AscIsrQDone() 6958 scsiq->remain_bytes += scsiq->extra_bytes; in AscIsrQDone() 8172 uchar extra_bytes; in AscExeScsiQueue() local 8184 scsiq->q1.extra_bytes = 0; in AscExeScsiQueue() 8279 extra_bytes = in AscExeScsiQueue() 8281 if ((extra_bytes != 0) in AscExeScsiQueue() 8289 scsiq->q1.extra_bytes = in AscExeScsiQueue() [all …]
|
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_hash.h | 685 unsigned bkt_bits, unsigned extra_bytes,
|
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 1328 desc->wl128x_mem.extra_bytes = aligned_len - skb->len; in wl12xx_set_tx_desc_data_len() 1337 desc->wl128x_mem.extra_bytes); in wl12xx_set_tx_desc_data_len()
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.h | 757 u32 extra_bytes; /* Extraneous bytes transferred */ member
|
D | sym_hipd.c | 3167 cp->extra_bytes = 0; 3870 resid -= cp->extra_bytes; 4534 cp->extra_bytes += INL(np, nc_scratcha); 5262 cp->extra_bytes = 0;
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 1029 unsigned bkt_bits, unsigned extra_bytes, in cfs_hash_create() argument 1081 hs->hs_extra_bytes = extra_bytes; in cfs_hash_create()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | atmel_nand.c | 803 int sector_num, int extra_bytes, int err_nbr) in pmecc_correct_data() argument 819 if (byte_pos >= (sector_size + extra_bytes)) in pmecc_correct_data()
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 257 When freeing memory from host being deregistered, free extra_bytes
|