Home
last modified time | relevance | path

Searched refs:outcnt (Results 1 – 23 of 23) sorted by relevance

/linux-6.3-rc2/net/sctp/
A Dstream.c37 if (sid < outcnt) in sctp_stream_shrink_out()
77 if (stream->outcnt > outcnt) in sctp_stream_outq_migrate()
92 for (i = outcnt; i < stream->outcnt; i++) in sctp_stream_outq_migrate()
101 if (outcnt <= stream->outcnt) in sctp_stream_alloc_out()
109 stream->outcnt = outcnt; in sctp_stream_alloc_out()
141 if (outcnt == stream->outcnt) in sctp_stream_init()
218 stream->outcnt = new->outcnt; in sctp_stream_update()
225 new->outcnt = 0; in sctp_stream_update()
446 outcnt = stream->outcnt + out; in sctp_send_add_streams()
885 outcnt = stream->outcnt + out; in sctp_process_strreset_addstrm_in()
[all …]
A Dstream_sched.c136 for (i = 0; i < stream->outcnt; i++) { in sctp_sched_free_sched()
166 for (i = 0; i < asoc->stream.outcnt; i++) { in sctp_sched_set_sched()
206 if (sid >= asoc->stream.outcnt) in sctp_sched_set_value()
223 if (sid >= asoc->stream.outcnt) in sctp_sched_get_value()
A Dstream_sched_prio.c75 for (i = 0; i < stream->outcnt; i++) { in sctp_sched_prio_get_head()
A Dproc.c281 assoc->stream.outcnt, assoc->max_retrans, in sctp_assocs_seq_show()
A Dsocket.c1108 __u16 outcnt = init->sinit_num_ostreams; in sctp_connect_new_asoc() local
1110 asoc->c.sinit_num_ostreams = outcnt; in sctp_connect_new_asoc()
1112 err = sctp_stream_init(&asoc->stream, outcnt, 0, GFP_KERNEL); in sctp_connect_new_asoc()
1803 if (sinfo->sinfo_stream >= asoc->stream.outcnt) { in sctp_sendmsg_to_asoc()
5180 info->sctpi_outstrms = asoc->stream.outcnt; in sctp_get_sctp_info()
5431 status.sstat_outstrms = asoc->stream.outcnt; in sctp_getsockopt_sctp_status()
7477 if (!asoc || params.sprstat_sid >= asoc->stream.outcnt) in sctp_getsockopt_pr_streamstatus()
/linux-6.3-rc2/arch/alpha/boot/
A Dmisc.c50 static unsigned outcnt; /* bytes in output buffer */ variable
129 for (n = 0; n < outcnt; n++) { in flush_window()
134 bytes_out += (ulg)outcnt; in flush_window()
135 output_ptr += (ulg)outcnt; in flush_window()
136 outcnt = 0; in flush_window()
/linux-6.3-rc2/arch/nios2/boot/compressed/
A Dmisc.c40 static unsigned outcnt; /* bytes in output buffer */ variable
141 for (n = 0; n < outcnt; n++) { in flush_window()
146 bytes_out += (ulg)outcnt; in flush_window()
147 output_ptr += (ulg)outcnt; in flush_window()
148 outcnt = 0; in flush_window()
/linux-6.3-rc2/drivers/i2c/busses/
A Di2c-virtio.c65 int outcnt = 0, incnt = 0; in virtio_i2c_prepare_reqs() local
82 sgs[outcnt++] = &out_hdr; in virtio_i2c_prepare_reqs()
92 sgs[outcnt + incnt++] = &msg_buf; in virtio_i2c_prepare_reqs()
94 sgs[outcnt++] = &msg_buf; in virtio_i2c_prepare_reqs()
98 sgs[outcnt + incnt++] = &in_hdr; in virtio_i2c_prepare_reqs()
100 if (virtqueue_add_sgs(vq, sgs, outcnt, incnt, &reqs[i], GFP_KERNEL)) { in virtio_i2c_prepare_reqs()
/linux-6.3-rc2/init/
A Ddo_mounts_rd.c299 static long __init compr_flush(void *window, unsigned long outcnt) in compr_flush() argument
301 long written = kernel_write(out_file, window, outcnt, &out_pos); in compr_flush()
302 if (written != outcnt) { in compr_flush()
306 written, outcnt); in compr_flush()
310 return outcnt; in compr_flush()
/linux-6.3-rc2/drivers/sbus/char/
A Ductrl.c264 int stat, incnt, outcnt, bytecnt, intr; in uctrl_do_txn() local
274 outcnt = txn->outbits; in uctrl_do_txn()
291 while (outcnt > 0) { in uctrl_do_txn()
295 outcnt--; in uctrl_do_txn()
/linux-6.3-rc2/drivers/gpu/drm/virtio/
A Dvirtgpu_vq.c319 int outcnt, in virtio_gpu_queue_ctrl_sgs() argument
377 int elemcnt = 0, outcnt = 0, incnt = 0, ret; in virtio_gpu_queue_fenced_ctrl_buffer() local
382 sgs[outcnt] = &vcmd; in virtio_gpu_queue_fenced_ctrl_buffer()
383 outcnt++; in virtio_gpu_queue_fenced_ctrl_buffer()
398 sgs[outcnt] = sgt->sgl; in virtio_gpu_queue_fenced_ctrl_buffer()
402 sgs[outcnt] = &vout; in virtio_gpu_queue_fenced_ctrl_buffer()
404 outcnt++; in virtio_gpu_queue_fenced_ctrl_buffer()
411 sgs[outcnt + incnt] = &vresp; in virtio_gpu_queue_fenced_ctrl_buffer()
452 int idx, ret, outcnt; in virtio_gpu_queue_cursor() local
462 outcnt = 1; in virtio_gpu_queue_cursor()
[all …]
/linux-6.3-rc2/drivers/crypto/marvell/octeontx/
A Dotx_cptvf_reqmgr.c46 pr_debug("Scatter list size %d\n", req->outcnt); in otx_cpt_dump_sg_list()
47 for (i = 0; i < req->outcnt; i++) { in otx_cpt_dump_sg_list()
180 req->outcnt > OTX_CPT_MAX_SG_OUT_CNT)) { in setup_sgio_list()
187 s_sz_bytes = ((req->outcnt + 3) / 4) * in setup_sgio_list()
205 ((__be16 *)info->in_buffer)[0] = cpu_to_be16(req->outcnt); in setup_sgio_list()
217 if (setup_sgio_components(pdev, req->out, req->outcnt, in setup_sgio_list()
A Dotx_cptvf_reqmgr.h168 u8 outcnt; /* Number of output buffers */ member
202 for (i = 0; i < req->outcnt; i++) { in do_request_cleanup()
A Dotx_cptvf_algs.c337 req_info->outcnt = argcnt; in create_output_list()
1107 req_info->outcnt = argcnt; in create_aead_output_list()
1210 req_info->outcnt = argcnt; in create_aead_null_output_list()
/linux-6.3-rc2/drivers/crypto/cavium/cpt/
A Dcptvf_reqmanager.c129 if (req->incnt > MAX_SG_IN_CNT || req->outcnt > MAX_SG_OUT_CNT) { in setup_sgio_list()
153 s_sz_bytes = ((req->outcnt + 3) / 4) * sizeof(struct sglist_component); in setup_sgio_list()
161 req->outcnt, in setup_sgio_list()
177 ((__be16 *)info->in_buffer)[0] = cpu_to_be16(req->outcnt); in setup_sgio_list()
287 for (i = 0; i < req->outcnt; i++) { in do_request_cleanup()
A Drequest_manager.h60 u8 outcnt; /* Number of output buffers */ member
A Dcptvf_algs.c190 req_info->outcnt = argcnt; in create_output_list()
/linux-6.3-rc2/include/uapi/linux/
A Dxfrm.h355 __u32 outcnt; member
/linux-6.3-rc2/include/net/sctp/
A Dstructs.h392 int sctp_stream_init(struct sctp_stream *stream, __u16 outcnt, __u16 incnt,
1461 __u16 outcnt; member
/linux-6.3-rc2/lib/
A Dinflate.c170 #define wp outcnt
/linux-6.3-rc2/include/net/
A Dxfrm.h1627 u32 outcnt; member
/linux-6.3-rc2/net/xfrm/
A Dxfrm_user.c1327 spc.outcnt = si.outcnt; in build_spdinfo()
A Dxfrm_policy.c663 si->outcnt = net->xfrm.policy_count[XFRM_POLICY_OUT]; in xfrm_spd_getinfo()

Completed in 97 milliseconds