Searched refs:totallen (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/crypto/qce/
H A Daead.c36 unsigned int totallen; local
71 totallen = req->cryptlen + req->assoclen;
74 totallen, ctx->authsize, 1);
77 totallen, ctx->authsize, 1);
80 totallen = req->cryptlen + req->assoclen - ctx->authsize;
81 scatterwalk_map_and_copy(tag, req->src, totallen, ctx->authsize, 0);
121 unsigned int totallen; local
124 totallen = rctx->cryptlen + assoclen;
125 rctx->dst_nents = sg_nents_for_len(req->dst, totallen);
157 totallen
192 unsigned int adata_header_len, cryptlen, totallen; local
308 unsigned int totallen; local
[all...]
H A Dcommon.c439 u32 encr_cfg, auth_cfg, config, totallen; local
514 totallen = rctx->cryptlen + rctx->assoclen;
524 qce_write(qce, REG_AUTH_SEG_SIZE, totallen);
529 qce_write(qce, REG_SEG_SIZE, totallen + ctx->authsize);
531 qce_write(qce, REG_SEG_SIZE, totallen);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dfw.c427 u32 totallen = 0, len = 0, tx_desclen = 0; local
437 if (h2cbufferlen < totallen + len + tx_desclen)
442 memset((ph2c_buffer + totallen + tx_desclen), 0, len);
445 le32p_replace_bits((__le32 *)(ph2c_buffer + totallen +
450 le32p_replace_bits((__le32 *)(ph2c_buffer + totallen +
456 le32p_replace_bits((__le32 *)(ph2c_buffer + totallen +
462 memcpy((ph2c_buffer + totallen + tx_desclen +
472 pre_continueoffset = totallen;
474 totallen += len;
477 return totallen;
482 u32 totallen = 0, len = 0, tx_desclen = 0; local
[all...]
/linux-master/drivers/usb/storage/
H A Djumpshot.c161 unsigned int totallen, alloclen; local
174 totallen = sectors * info->ssize;
180 alloclen = min(totallen, 65536u);
188 len = min(totallen, alloclen);
218 totallen -= len;
219 } while (totallen > 0);
238 unsigned int totallen, alloclen; local
251 totallen = sectors * info->ssize;
257 alloclen = min(totallen, 65536u);
266 len = min(totallen, allocle
[all...]
H A Ddatafab.c143 unsigned int totallen, alloclen; local
162 totallen = sectors * info->ssize;
168 alloclen = min(totallen, 65536u);
177 len = min(totallen, alloclen);
206 totallen -= len;
207 } while (totallen > 0);
227 unsigned int totallen, alloclen; local
246 totallen = sectors * info->ssize;
252 alloclen = min(totallen, 65536u);
261 len = min(totallen, allocle
[all...]
H A Dshuttle_usbat.c1124 unsigned int totallen, alloclen; local
1143 totallen = sectors * info->ssize;
1151 alloclen = min(totallen, 65536u);
1161 len = min(totallen, alloclen);
1184 totallen -= len;
1185 } while (totallen > 0);
1215 unsigned int totallen, alloclen; local
1234 totallen = sectors * info->ssize;
1242 alloclen = min(totallen, 65536u);
1252 len = min(totallen, allocle
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dpmac_pfunc.h82 int (*rmw_i2c)(PMF_STD_ARGS, u32 masklen, u32 valuelen, u32 totallen,
88 u32 totallen, const u8 *maskdata, const u8 *valuedata);
94 u32 totallen, const u8 *maskdata,
/linux-master/drivers/mtd/parsers/
H A Dparser_imagetag.c69 unsigned int rootfslen, kernellen, sparelen, totallen; local
110 if (kstrtouint(buf->total_length, 10, &totallen)) {
130 spareaddr = roundup(totallen, master->erasesize);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Drx.c227 u32 totallen = xdp->data_end - xdp->data_meta; local
231 skb = napi_alloc_skb(rq->cq.napi, totallen);
237 skb_put_data(skb, xdp->data_meta, totallen);
/linux-master/fs/nfs/blocklayout/
H A Dblocklayout.h165 u16 totallen; /* length of entire message, including hdr itself */ member in struct:bl_msg_hdr
H A Drpc_pipefs.c82 bl_msg->totallen = b->simple.len;
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1643 int totallen; local
1690 &count, &totallen);
1703 space = ichdr1.usedbytes - totallen;
1732 space = totallen - ichdr1.usedbytes;
1835 int totallen = 0; local
1859 tmp = totallen + sizeof(*entry) +
1864 totallen = tmp;
1880 tmp = totallen + sizeof(*entry) + xfs_attr_leaf_entsize(leaf1,
1885 totallen = tmp;
1893 totallen
[all...]
/linux-master/arch/powerpc/platforms/powermac/
H A Dlow_i2c.c1316 u32 totallen, const u8 *maskdata,
1322 totallen > inst->bytes || valuelen > masklen)
1328 inst->scratch, totallen);
1357 u32 valuelen, u32 totallen, const u8 *maskdata,
1363 totallen > inst->bytes || valuelen > masklen)
1369 subaddr, inst->scratch, totallen);
1315 pmac_i2c_do_rmw(PMF_STD_ARGS, u32 masklen, u32 valuelen, u32 totallen, const u8 *maskdata, const u8 *valuedata) argument
1356 pmac_i2c_do_rmw_sub(PMF_STD_ARGS, u8 subaddr, u32 masklen, u32 valuelen, u32 totallen, const u8 *maskdata, const u8 *valuedata) argument
/linux-master/drivers/infiniband/hw/irdma/
H A Dpuda.c533 info.len = buf->totallen;
1275 txbuf->totallen = txbuf->hdrlen + fpdu_len;
1279 txbuf->totallen = buf->hdrlen + fpdu_len;
1408 txbuf->mem.va, txbuf->totallen, false);
1497 txbuf->totallen = txbuf->hdrlen + len;
1502 txbuf->totallen = buf->hdrlen + len;
1506 16, 8, txbuf->mem.va, txbuf->totallen,
1606 buf->mem.va, buf->totallen, false);
H A Dpuda.h69 u32 totallen; /* machlen+iphlen+tcphlen+datalen */ member in struct:irdma_puda_buf
H A Dutils.c1585 buf->totallen = pkt_len + buf->maclen;
1587 if (info->payload_len < buf->totallen) {
1589 "ERR: payload_len = 0x%x totallen expected0x%x\n",
1590 info->payload_len, buf->totallen);
1632 buf->totallen = pkt_len;
H A Dcm.c342 sqbuf->totallen = pktsize;
397 16, 8, sqbuf->mem.va, sqbuf->totallen, false);
458 sqbuf->totallen = pktsize + eth_hlen;
585 16, 8, sqbuf->mem.va, sqbuf->totallen, false);
3152 16, 8, rbuf->mem.va, rbuf->totallen, false);
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py478 totallen = len(actstr)
503 return (totallen - len(actstr))
649 return (totallen - len(actstr))
656 return (totallen - len(actstr))
/linux-master/net/sctp/
H A Dsm_make_chunk.c2864 int totallen = 0, i; local
2876 totallen += paramlen;
2877 totallen += addr_param_len;
2882 totallen += paramlen;
2883 totallen += addr_param_len;
2887 "totallen for all addresses is %d\n",
2888 __func__, totallen);
2893 retval = sctp_make_asconf(asoc, laddr, totallen);

Completed in 284 milliseconds