nstreams
u8 ccmp_pn[8], nstreams = dev->mphy.chainmask & 0xf;
if (nstreams > 1 && mt76_rev(&dev->mt76) >= MT76XX_REV_E4)
else if (nstreams > 1 && mt76_rev(&dev->mt76) >= MT76XX_REV_E3 &&
int pad_len = 0, nstreams = dev->mphy.chainmask & 0xf;
if (nstreams > 1) {
unsigned int nstreams)
if (resp->num_streams > nstreams) {
resp->num_streams, nstreams);
unsigned int nstreams = *num_streams;
if (nstreams > GB_CAMERA_MAX_STREAMS)
req_size = sizeof(*req) + nstreams * sizeof(req->config[0]);
resp_size = sizeof(*resp) + nstreams * sizeof(resp->config[0]);
req->num_streams = nstreams;
for (i = 0; i < nstreams; ++i) {
nstreams);
static int gb_camera_op_configure_streams(void *priv, unsigned int *nstreams,
unsigned int gb_nstreams = *nstreams;
if (gb_nstreams > *nstreams) {
*nstreams = gb_nstreams;
unsigned int nstreams;
ret = kstrtouint(token, 10, &nstreams);
if (nstreams > GB_CAMERA_MAX_STREAMS)
streams = kzalloc_objs(*streams, nstreams);
for (i = 0; i < nstreams; ++i) {
ret = gb_camera_configure_streams(gcam, &nstreams, &flags, streams,
buffer->length = sprintf(buffer->data, "%u;%u;", nstreams, flags);
for (i = 0; i < nstreams; ++i) {
int (*configure_streams)(void *priv, unsigned int *nstreams,
__u32 new_cum_tsn, size_t nstreams,
hint = (nstreams + 1) * sizeof(__u32);
for (i = 0; i < nstreams; i++) {
__u32 new_cum_tsn, size_t nstreams,
hint = (nstreams + 1) * sizeof(__u32);
sctp_addto_chunk(retval, nstreams * sizeof(skiplist[0]), skiplist);