Searched refs:outcnt (Results 1 - 24 of 24) sorted by relevance

/linux-master/net/sctp/
H A Dstream.c25 static void sctp_stream_shrink_out(struct sctp_stream *stream, __u16 outcnt) argument
37 if (sid < outcnt)
73 struct sctp_stream *new, __u16 outcnt)
77 if (stream->outcnt > outcnt)
78 sctp_stream_shrink_out(stream, outcnt);
85 for (i = 0; i < outcnt; i++) {
92 for (i = outcnt; i < stream->outcnt; i++)
96 static int sctp_stream_alloc_out(struct sctp_stream *stream, __u16 outcnt, argument
72 sctp_stream_outq_migrate(struct sctp_stream *stream, struct sctp_stream *new, __u16 outcnt) argument
130 sctp_stream_init(struct sctp_stream *stream, __u16 outcnt, __u16 incnt, gfp_t gfp) argument
430 __u32 outcnt, incnt; local
858 __u32 request_seq, outcnt; local
[all...]
H A Dstream_sched.c138 for (i = 0; i < stream->outcnt; i++) {
169 for (i = 0; i < asoc->stream.outcnt; i++) {
209 if (sid >= asoc->stream.outcnt)
226 if (sid >= asoc->stream.outcnt)
H A Dstream_sched_prio.c75 for (i = 0; i < stream->outcnt; i++) {
H A Dstream_sched_fc.c143 for (i = 0; i < stream->outcnt; i++) {
H A Dproc.c281 assoc->stream.outcnt, assoc->max_retrans,
H A Dsocket.c1109 __u16 outcnt = init->sinit_num_ostreams; local
1111 asoc->c.sinit_num_ostreams = outcnt;
1112 /* outcnt has been changed, need to re-init stream */
1113 err = sctp_stream_init(&asoc->stream, outcnt, 0, GFP_KERNEL);
1804 if (sinfo->sinfo_stream >= asoc->stream.outcnt) {
1834 if (unlikely(sinfo->sinfo_stream >= asoc->stream.outcnt)) {
5193 info->sctpi_outstrms = asoc->stream.outcnt;
5445 status.sstat_outstrms = asoc->stream.outcnt;
7491 if (!asoc || params.sprstat_sid >= asoc->stream.outcnt)
/linux-master/arch/nios2/boot/compressed/
H A Dmisc.c40 static unsigned outcnt; /* bytes in output buffer */ variable
130 * Write the output window window[0..outcnt-1] and update crc and bytes_out.
141 for (n = 0; n < outcnt; n++) {
146 bytes_out += (ulg)outcnt;
147 output_ptr += (ulg)outcnt;
148 outcnt = 0;
/linux-master/arch/alpha/boot/
H A Dmisc.c50 static unsigned outcnt; /* bytes in output buffer */ variable
118 * Write the output window window[0..outcnt-1] and update crc and bytes_out.
129 for (n = 0; n < outcnt; n++) {
134 bytes_out += (ulg)outcnt;
135 output_ptr += (ulg)outcnt;
136 outcnt = 0;
/linux-master/drivers/i2c/busses/
H A Di2c-virtio.c65 int outcnt = 0, incnt = 0; local
82 sgs[outcnt++] = &out_hdr;
92 sgs[outcnt + incnt++] = &msg_buf;
94 sgs[outcnt++] = &msg_buf;
98 sgs[outcnt + incnt++] = &in_hdr;
100 if (virtqueue_add_sgs(vq, sgs, outcnt, incnt, &reqs[i], GFP_KERNEL)) {
/linux-master/init/
H A Ddo_mounts_rd.c299 static long __init compr_flush(void *window, unsigned long outcnt) argument
301 long written = kernel_write(out_file, window, outcnt, &out_pos);
302 if (written != outcnt) {
306 written, outcnt);
310 return outcnt;
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.h168 u8 outcnt; /* Number of output buffers */ member in struct:otx_cpt_req_info
202 for (i = 0; i < req->outcnt; i++) {
H A Dotx_cptvf_reqmgr.c46 pr_debug("Scatter list size %d\n", req->outcnt);
47 for (i = 0; i < req->outcnt; i++) {
180 req->outcnt > OTX_CPT_MAX_SG_OUT_CNT)) {
187 s_sz_bytes = ((req->outcnt + 3) / 4) *
205 ((__be16 *)info->in_buffer)[0] = cpu_to_be16(req->outcnt);
217 if (setup_sgio_components(pdev, req->out, req->outcnt,
H A Dotx_cptvf_algs.c337 req_info->outcnt = argcnt;
1101 req_info->outcnt = argcnt;
1204 req_info->outcnt = argcnt;
/linux-master/drivers/crypto/cavium/cpt/
H A Drequest_manager.h60 u8 outcnt; /* Number of output buffers */ member in struct:cpt_request_info
H A Dcptvf_reqmanager.c129 if (req->incnt > MAX_SG_IN_CNT || req->outcnt > MAX_SG_OUT_CNT) {
153 s_sz_bytes = ((req->outcnt + 3) / 4) * sizeof(struct sglist_component);
161 req->outcnt,
177 ((__be16 *)info->in_buffer)[0] = cpu_to_be16(req->outcnt);
287 for (i = 0; i < req->outcnt; i++) {
H A Dcptvf_algs.c190 req_info->outcnt = argcnt;
/linux-master/drivers/sbus/char/
H A Ductrl.c264 int stat, incnt, outcnt, bytecnt, intr; local
274 outcnt = txn->outbits;
291 while (outcnt > 0) {
295 outcnt--;
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c319 int outcnt,
357 ret = virtqueue_add_sgs(vq, sgs, outcnt, incnt, vbuf, GFP_ATOMIC);
377 int elemcnt = 0, outcnt = 0, incnt = 0, ret; local
382 sgs[outcnt] = &vcmd;
383 outcnt++;
398 sgs[outcnt] = sgt->sgl;
402 sgs[outcnt] = &vout;
404 outcnt++;
411 sgs[outcnt + incnt] = &vresp;
415 ret = virtio_gpu_queue_ctrl_sgs(vgdev, vbuf, fence, elemcnt, sgs, outcnt,
314 virtio_gpu_queue_ctrl_sgs(struct virtio_gpu_device *vgdev, struct virtio_gpu_vbuffer *vbuf, struct virtio_gpu_fence *fence, int elemcnt, struct scatterlist **sgs, int outcnt, int incnt) argument
452 int idx, ret, outcnt; local
[all...]
/linux-master/include/uapi/linux/
H A Dxfrm.h356 __u32 outcnt; member in struct:xfrmu_spdinfo
/linux-master/include/net/sctp/
H A Dstructs.h389 int sctp_stream_init(struct sctp_stream *stream, __u16 outcnt, __u16 incnt,
1461 __u16 outcnt; member in struct:sctp_stream
/linux-master/lib/
H A Dinflate.c170 #define wp outcnt
/linux-master/include/net/
H A Dxfrm.h1633 u32 outcnt; member in struct:xfrmk_spdinfo
/linux-master/net/xfrm/
H A Dxfrm_user.c1375 spc.outcnt = si.outcnt;
H A Dxfrm_policy.c679 si->outcnt = net->xfrm.policy_count[XFRM_POLICY_OUT];

Completed in 286 milliseconds