Home
last modified time | relevance | path

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

/linux-6.15/net/sctp/
H 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 …]
H A Dstream_sched.c138 for (i = 0; i < stream->outcnt; i++) { in sctp_sched_free_sched()
169 for (i = 0; i < asoc->stream.outcnt; i++) { in sctp_sched_set_sched()
209 if (sid >= asoc->stream.outcnt) in sctp_sched_set_value()
226 if (sid >= asoc->stream.outcnt) in sctp_sched_get_value()
H A Dstream_sched_fc.c143 for (i = 0; i < stream->outcnt; i++) { in sctp_sched_fc_dequeue_done()
H A Dstream_sched_prio.c75 for (i = 0; i < stream->outcnt; i++) { in sctp_sched_prio_get_head()
H A Dproc.c281 assoc->stream.outcnt, assoc->max_retrans, in sctp_assocs_seq_show()
H A Dsocket.c1110 __u16 outcnt = init->sinit_num_ostreams; in sctp_connect_new_asoc() local
1112 asoc->c.sinit_num_ostreams = outcnt; in sctp_connect_new_asoc()
1114 err = sctp_stream_init(&asoc->stream, outcnt, 0, GFP_KERNEL); in sctp_connect_new_asoc()
1805 if (sinfo->sinfo_stream >= asoc->stream.outcnt) { in sctp_sendmsg_to_asoc()
1835 if (unlikely(sinfo->sinfo_stream >= asoc->stream.outcnt)) { in sctp_sendmsg_to_asoc()
5199 info->sctpi_outstrms = asoc->stream.outcnt; in sctp_get_sctp_info()
5451 status.sstat_outstrms = asoc->stream.outcnt; in sctp_getsockopt_sctp_status()
7498 if (!asoc || params.sprstat_sid >= asoc->stream.outcnt) in sctp_getsockopt_pr_streamstatus()
/linux-6.15/arch/alpha/boot/
H 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.15/arch/nios2/boot/compressed/
H 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.15/drivers/i2c/busses/
H 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.15/init/
H 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.15/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c347 int outcnt, in virtio_gpu_panic_queue_ctrl_sgs() argument
375 int outcnt, in virtio_gpu_queue_ctrl_sgs() argument
437 sgs[outcnt] = &vcmd; in virtio_gpu_panic_queue_ctrl_buffer()
438 outcnt++; in virtio_gpu_panic_queue_ctrl_buffer()
464 sgs[outcnt] = &vcmd; in virtio_gpu_queue_fenced_ctrl_buffer()
465 outcnt++; in virtio_gpu_queue_fenced_ctrl_buffer()
480 sgs[outcnt] = sgt->sgl; in virtio_gpu_queue_fenced_ctrl_buffer()
484 sgs[outcnt] = &vout; in virtio_gpu_queue_fenced_ctrl_buffer()
486 outcnt++; in virtio_gpu_queue_fenced_ctrl_buffer()
549 int idx, ret, outcnt; in virtio_gpu_queue_cursor() local
[all …]
/linux-6.15/drivers/sbus/char/
H A Ductrl.c263 int stat, incnt, outcnt, bytecnt, intr; in uctrl_do_txn() local
273 outcnt = txn->outbits; in uctrl_do_txn()
290 while (outcnt > 0) { in uctrl_do_txn()
294 outcnt--; in uctrl_do_txn()
/linux-6.15/drivers/crypto/marvell/octeontx/
H 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()
H A Dotx_cptvf_reqmgr.h168 u8 outcnt; /* Number of output buffers */ member
202 for (i = 0; i < req->outcnt; i++) { in do_request_cleanup()
H A Dotx_cptvf_algs.c338 req_info->outcnt = argcnt; in create_output_list()
1026 req_info->outcnt = argcnt; in create_aead_output_list()
1129 req_info->outcnt = argcnt; in create_aead_null_output_list()
/linux-6.15/drivers/crypto/cavium/cpt/
H 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()
H A Drequest_manager.h60 u8 outcnt; /* Number of output buffers */ member
H A Dcptvf_algs.c190 req_info->outcnt = argcnt; in create_output_list()
/linux-6.15/include/uapi/linux/
H A Dxfrm.h371 __u32 outcnt; member
/linux-6.15/include/net/sctp/
H A Dstructs.h389 int sctp_stream_init(struct sctp_stream *stream, __u16 outcnt, __u16 incnt,
1462 __u16 outcnt; member
/linux-6.15/lib/
H A Dinflate.c170 #define wp outcnt
/linux-6.15/include/net/
H A Dxfrm.h1751 u32 outcnt; member
/linux-6.15/net/xfrm/
H A Dxfrm_user.c1589 spc.outcnt = si.outcnt; in build_spdinfo()
H A Dxfrm_policy.c715 si->outcnt = net->xfrm.policy_count[XFRM_POLICY_OUT]; in xfrm_spd_getinfo()