Home
last modified time | relevance | path

Searched refs:nstreams (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Dcamera.c273 unsigned int nstreams) in gb_camera_configure_streams_validate_response()
283 if (resp->num_streams > nstreams) { in gb_camera_configure_streams_validate_response()
285 resp->num_streams, nstreams); in gb_camera_configure_streams_validate_response()
529 unsigned int nstreams = *num_streams; in gb_camera_configure_streams() local
535 if (nstreams > GB_CAMERA_MAX_STREAMS) in gb_camera_configure_streams()
538 req_size = sizeof(*req) + nstreams * sizeof(req->config[0]); in gb_camera_configure_streams()
539 resp_size = sizeof(*resp) + nstreams * sizeof(resp->config[0]); in gb_camera_configure_streams()
549 req->num_streams = nstreams; in gb_camera_configure_streams()
553 for (i = 0; i < nstreams; ++i) { in gb_camera_configure_streams()
582 nstreams); in gb_camera_configure_streams()
270 gb_camera_configure_streams_validate_response( struct gb_camera *gcam, struct gb_camera_configure_streams_response *resp, unsigned int nstreams) gb_camera_configure_streams_validate_response() argument
785 gb_camera_op_configure_streams(void *priv, unsigned int *nstreams, unsigned int *flags, struct gb_camera_stream *streams, struct gb_camera_csi_params *csi_params) gb_camera_op_configure_streams() argument
913 unsigned int nstreams; gb_camera_debugfs_configure_streams() local
[all...]
H A Dgb-camera.h61 * requests in the 'nstreams' argument and the associated
91 int (*configure_streams)(void *priv, unsigned int *nstreams,
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Dcamera.c273 unsigned int nstreams) in gb_camera_configure_streams_validate_response()
283 if (resp->num_streams > nstreams) { in gb_camera_configure_streams_validate_response()
285 resp->num_streams, nstreams); in gb_camera_configure_streams_validate_response()
529 unsigned int nstreams = *num_streams; in gb_camera_configure_streams() local
535 if (nstreams > GB_CAMERA_MAX_STREAMS) in gb_camera_configure_streams()
538 req_size = sizeof(*req) + nstreams * sizeof(req->config[0]); in gb_camera_configure_streams()
539 resp_size = sizeof(*resp) + nstreams * sizeof(resp->config[0]); in gb_camera_configure_streams()
549 req->num_streams = nstreams; in gb_camera_configure_streams()
553 for (i = 0; i < nstreams; ++i) { in gb_camera_configure_streams()
582 nstreams); in gb_camera_configure_streams()
270 gb_camera_configure_streams_validate_response( struct gb_camera *gcam, struct gb_camera_configure_streams_response *resp, unsigned int nstreams) gb_camera_configure_streams_validate_response() argument
785 gb_camera_op_configure_streams(void *priv, unsigned int *nstreams, unsigned int *flags, struct gb_camera_stream *streams, struct gb_camera_csi_params *csi_params) gb_camera_op_configure_streams() argument
913 unsigned int nstreams; gb_camera_debugfs_configure_streams() local
[all...]
H A Dgb-camera.h61 * requests in the 'nstreams' argument and the associated
91 int (*configure_streams)(void *priv, unsigned int *nstreams,
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dsch_ets_tests.sh152 local nstreams=$(if ((nbands > 3)); then echo 3; else echo $nbands; fi)
153 local priomap=$(seq 0 $((nstreams - 1)))
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dsch_ets_tests.sh152 local nstreams=$(if ((nbands > 3)); then echo 3; else echo $nbands; fi)
153 local priomap=$(seq 0 $((nstreams - 1)))
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mac.c348 u8 ccmp_pn[8], nstreams = dev->chainmask & 0xf; in mt76x02_mac_write_txwi() local
397 if (nstreams > 1 && mt76_rev(&dev->mt76) >= MT76XX_REV_E4) in mt76x02_mac_write_txwi()
399 else if (nstreams > 1 && mt76_rev(&dev->mt76) >= MT76XX_REV_E3 && in mt76x02_mac_write_txwi()
781 int pad_len = 0, nstreams = dev->chainmask & 0xf; in mt76x02_mac_process_rx() local
857 if (nstreams > 1) { in mt76x02_mac_process_rx()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mac.c348 u8 ccmp_pn[8], nstreams = dev->mphy.chainmask & 0xf; in mt76x02_mac_write_txwi() local
397 if (nstreams > 1 && mt76_rev(&dev->mt76) >= MT76XX_REV_E4) in mt76x02_mac_write_txwi()
399 else if (nstreams > 1 && mt76_rev(&dev->mt76) >= MT76XX_REV_E3 && in mt76x02_mac_write_txwi()
785 int pad_len = 0, nstreams = dev->mphy.chainmask & 0xf; in mt76x02_mac_process_rx() local
862 if (nstreams > 1) { in mt76x02_mac_process_rx()
/kernel/linux/linux-5.10/include/net/sctp/
H A Dsm.h188 __u32 new_cum_tsn, size_t nstreams,
249 __u32 new_cum_tsn, size_t nstreams,
/kernel/linux/linux-6.6/include/net/sctp/
H A Dsm.h186 __u32 new_cum_tsn, size_t nstreams,
252 __u32 new_cum_tsn, size_t nstreams,
/kernel/linux/linux-5.10/net/sctp/
H A Dsm_make_chunk.c3521 __u32 new_cum_tsn, size_t nstreams, in sctp_make_fwdtsn()
3530 hint = (nstreams + 1) * sizeof(__u32); in sctp_make_fwdtsn()
3541 for (i = 0; i < nstreams; i++) { in sctp_make_fwdtsn()
3551 __u32 new_cum_tsn, size_t nstreams, in sctp_make_ifwdtsn()
3558 hint = (nstreams + 1) * sizeof(__u32); in sctp_make_ifwdtsn()
3569 sctp_addto_chunk(retval, nstreams * sizeof(skiplist[0]), skiplist); in sctp_make_ifwdtsn()
3520 sctp_make_fwdtsn(const struct sctp_association *asoc, __u32 new_cum_tsn, size_t nstreams, struct sctp_fwdtsn_skip *skiplist) sctp_make_fwdtsn() argument
3550 sctp_make_ifwdtsn(const struct sctp_association *asoc, __u32 new_cum_tsn, size_t nstreams, struct sctp_ifwdtsn_skip *skiplist) sctp_make_ifwdtsn() argument
/kernel/linux/linux-6.6/net/sctp/
H A Dsm_make_chunk.c3559 __u32 new_cum_tsn, size_t nstreams, in sctp_make_fwdtsn()
3568 hint = (nstreams + 1) * sizeof(__u32); in sctp_make_fwdtsn()
3579 for (i = 0; i < nstreams; i++) { in sctp_make_fwdtsn()
3589 __u32 new_cum_tsn, size_t nstreams, in sctp_make_ifwdtsn()
3596 hint = (nstreams + 1) * sizeof(__u32); in sctp_make_ifwdtsn()
3607 sctp_addto_chunk(retval, nstreams * sizeof(skiplist[0]), skiplist); in sctp_make_ifwdtsn()
3558 sctp_make_fwdtsn(const struct sctp_association *asoc, __u32 new_cum_tsn, size_t nstreams, struct sctp_fwdtsn_skip *skiplist) sctp_make_fwdtsn() argument
3588 sctp_make_ifwdtsn(const struct sctp_association *asoc, __u32 new_cum_tsn, size_t nstreams, struct sctp_ifwdtsn_skip *skiplist) sctp_make_ifwdtsn() argument

Completed in 18 milliseconds