| /linux/net/can/ |
| A D | bcm.c | 113 u32 nframes; member 333 if (head->nframes) { in bcm_send_to_user() 454 head.nframes = 1; in bcm_rx_changed() 833 msg_head->nframes = op->nframes; in bcm_read_op() 857 if (msg_head->nframes < 1 || msg_head->nframes > MAX_NFRAMES) in bcm_tx_setup() 874 if (msg_head->nframes > op->nframes) in bcm_tx_setup() 971 if (op->nframes != msg_head->nframes) { in bcm_tx_setup() 972 op->nframes = msg_head->nframes; in bcm_tx_setup() 1056 if (msg_head->nframes > op->nframes) in bcm_rx_setup() 1070 op->nframes = msg_head->nframes; in bcm_rx_setup() [all …]
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| A D | agg-rx.c | 27 tid->nframes--; in mt76_aggr_release() 60 int start, idx, nframes; in mt76_rx_aggr_check_release() local 62 if (!tid->nframes) in mt76_rx_aggr_check_release() 68 nframes = tid->nframes; in mt76_rx_aggr_check_release() 77 nframes--; in mt76_rx_aggr_check_release() 97 int nframes; in mt76_rx_aggr_reorder_work() local 106 nframes = tid->nframes; in mt76_rx_aggr_reorder_work() 109 if (nframes) in mt76_rx_aggr_reorder_work() 206 if (tid->nframes) in mt76_rx_aggr_reorder() 232 tid->nframes++; in mt76_rx_aggr_reorder() [all …]
|
| A D | sdio_txrx.c | 153 nframes += ret; in mt76s_rx_handler() 161 nframes += ret; in mt76s_rx_handler() 167 return nframes; in mt76s_rx_handler() 262 nframes++; in mt76s_tx_run_queue() 268 nframes++; in mt76s_tx_run_queue() 280 if (nframes) { in mt76s_tx_run_queue() 290 return nframes; in mt76s_tx_run_queue() 303 nframes = 0; in mt76s_txrx_worker() 309 nframes += ret; in mt76s_txrx_worker() 313 nframes += ret; in mt76s_txrx_worker() [all …]
|
| A D | sdio.c | 386 int nframes = 0; in mt76s_process_rx_queue() local 400 nframes++; in mt76s_process_rx_queue() 405 return nframes; in mt76s_process_rx_queue() 413 int i, nframes; in mt76s_net_worker() local 416 nframes = 0; in mt76s_net_worker() 426 } while (nframes > 0); in mt76s_net_worker() 432 int nframes = 0; in mt76s_process_tx_queue() local 452 nframes++; in mt76s_process_tx_queue() 458 return nframes; in mt76s_process_tx_queue() 467 int i, nframes; in mt76s_status_worker() local [all …]
|
| A D | mt76x02_beacon.c | 179 int i, nframes; in mt76x02_enqueue_buffered_bc() local 185 nframes = skb_queue_len(&data->q); in mt76x02_enqueue_buffered_bc() 189 } while (nframes != skb_queue_len(&data->q) && in mt76x02_enqueue_buffered_bc()
|
| A D | tx.c | 387 u16 tids, int nframes, in mt76_release_buffered_frames() argument 398 for (i = 0; tids && nframes; i++, tids >>= 1) { in mt76_release_buffered_frames() 411 nframes--; in mt76_release_buffered_frames() 416 } while (nframes); in mt76_release_buffered_frames()
|
| /linux/kernel/bpf/ |
| A D | cpumap.c | 218 int i, nframes = 0; in cpu_map_bpf_prog_run_xdp() local 242 frames[nframes++] = xdpf; in cpu_map_bpf_prog_run_xdp() 268 return nframes; in cpu_map_bpf_prog_run_xdp() 277 int nframes; in cpu_map_bpf_prog_run() local 284 nframes = cpu_map_bpf_prog_run_xdp(rcpu, frames, xdp_n, stats); in cpu_map_bpf_prog_run() 294 return nframes; in cpu_map_bpf_prog_run() 313 int i, n, m, nframes, xdp_n; in cpu_map_kthread_run() local 363 if (nframes) { in cpu_map_kthread_run() 366 for (i = 0; i < nframes; i++) in cpu_map_kthread_run() 368 kmem_alloc_drops += nframes; in cpu_map_kthread_run() [all …]
|
| A D | devmap.c | 331 int i, nframes = 0; in dev_map_bpf_prog_run() local 348 frames[nframes++] = xdpf; in dev_map_bpf_prog_run() 361 return nframes; /* sent frames count */ in dev_map_bpf_prog_run()
|
| /linux/drivers/usb/host/ |
| A D | uhci-debug.c | 381 int nframes, nerrs; in uhci_sprint_schedule() local 412 nframes = 10; in uhci_sprint_schedule() 425 if (nframes > 0) { in uhci_sprint_schedule() 437 if (nframes > 0) { in uhci_sprint_schedule() 445 if (nframes > 0) { in uhci_sprint_schedule() 457 if (nframes > 0) { in uhci_sprint_schedule() 472 nframes -= j; in uhci_sprint_schedule()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
| A D | beacon.c | 76 int i, nframes; in mt7603_pre_tbtt_tasklet() local 103 nframes = skb_queue_len(&data.q); in mt7603_pre_tbtt_tasklet() 107 } while (nframes != skb_queue_len(&data.q) && in mt7603_pre_tbtt_tasklet()
|
| A D | main.c | 426 u16 tids, int nframes, in mt7603_release_buffered_frames() argument 441 if (!nframes) in mt7603_release_buffered_frames() 451 nframes--; in mt7603_release_buffered_frames() 460 if (nframes) in mt7603_release_buffered_frames() 461 mt76_release_buffered_frames(hw, sta, tids, nframes, reason, in mt7603_release_buffered_frames()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| A D | xmit.c | 419 *nframes = 0; in ath_tx_count_frames() 430 (*nframes)++; in ath_tx_count_frames() 457 int nframes; in ath_tx_complete_aggr() local 1007 if (nframes) { in ath_tx_form_aggr() 1026 !nframes); in ath_tx_form_aggr() 1029 nframes++; in ath_tx_form_aggr() 1445 int nframes = 0, ret; in ath_tx_form_burst() local 1450 nframes++; in ath_tx_form_burst() 1456 if (nframes >= 2) in ath_tx_form_burst() 1653 while (nframes > 0) { in ath9k_release_buffered_frames() [all …]
|
| /linux/drivers/staging/media/av7110/ |
| A D | av7110_ipack.c | 51 int nframes = 0; in send_ipack() local 72 nframes = (p->count - off - 3 - ac3_off) / in send_ipack() 76 p->buf[off + 1] = nframes; in send_ipack() 77 ac3_off += nframes * ai.framesize - p->count; in send_ipack()
|
| /linux/drivers/cdrom/ |
| A D | cdrom.c | 2133 nr = nframes; in cdrom_read_cdda_old() 2146 while (nframes > 0) { in cdrom_read_cdda_old() 2147 if (nr > nframes) in cdrom_read_cdda_old() 2148 nr = nframes; in cdrom_read_cdda_old() 2158 nframes -= nr; in cdrom_read_cdda_old() 2174 while (nframes) { in cdrom_read_cdda_bpc() 2185 nframes -= nr; in cdrom_read_cdda_bpc() 2194 int lba, int nframes) in cdrom_read_cdda() argument 3021 compat_int_t nframes; in mmc_ioctl_cdrom_read_audio() member 3031 .nframes = ra32.nframes, in mmc_ioctl_cdrom_read_audio() [all …]
|
| /linux/tools/testing/selftests/net/ |
| A D | psock_tpacket.c | 381 int nframes; in walk_tx() local 388 nframes = ring->rd_num; in walk_tx() 390 nframes = ring->req3.tp_frame_nr; in walk_tx() 393 bug_on(nframes < NUM_PACKETS); in walk_tx() 465 frame_num = (frame_num + 1) % nframes; in walk_tx()
|
| /linux/drivers/net/usb/ |
| A D | cdc_mbim.c | 416 int nframes; in cdc_mbim_rx_fixup() local 432 nframes = cdc_ncm_rx_verify_ndp16(skb_in, ndpoffset); in cdc_mbim_rx_fixup() 433 if (nframes < 0) in cdc_mbim_rx_fixup() 459 for (x = 0; x < nframes; x++, dpe16++) { in cdc_mbim_rx_fixup()
|
| A D | cdc_ncm.c | 1719 int nframes; in cdc_ncm_rx_fixup() local 1745 nframes = cdc_ncm_rx_verify_ndp16(skb_in, ndpoffset); in cdc_ncm_rx_fixup() 1746 if (nframes < 0) in cdc_ncm_rx_fixup() 1759 nframes = cdc_ncm_rx_verify_ndp32(skb_in, ndpoffset); in cdc_ncm_rx_fixup() 1760 if (nframes < 0) in cdc_ncm_rx_fixup() 1774 for (x = 0; x < nframes; x++) { in cdc_ncm_rx_fixup()
|
| /linux/drivers/net/wwan/ |
| A D | mhi_wwan_mbim.c | 259 int nframes, n, dpeoffset; in mhi_mbim_rx() local 269 nframes = mbim_rx_verify_ndp16(skb, &ndp16); in mhi_mbim_rx() 270 if (nframes < 0) { in mhi_mbim_rx() 294 for (n = 0; n < nframes; n++, dpeoffset += sizeof(dpe16)) { in mhi_mbim_rx()
|
| /linux/include/uapi/linux/can/ |
| A D | bcm.h | 73 __u32 nframes; member
|
| /linux/drivers/media/usb/uvc/ |
| A D | uvc_v4l2.c | 200 for (i = 0; i < format->nframes; ++i) { in uvc_v4l2_try_format() 274 for (i = 0; i < format->nframes; ++i) { in uvc_v4l2_try_format() 281 if (i == format->nframes) in uvc_v4l2_try_format() 443 for (i = 0; i < format->nframes && maxd != 0; i++) { in uvc_v4l2_set_streamparm() 1211 for (i = 0, index = 0; i < format->nframes; i++) { in uvc_ioctl_enum_framesizes() 1221 if (i == format->nframes) in uvc_ioctl_enum_framesizes() 1252 for (i = 0; i < format->nframes; i++) { in uvc_ioctl_enum_frameintervals() 1262 if (i == format->nframes) in uvc_ioctl_enum_frameintervals()
|
| A D | uvc_driver.c | 642 format->nframes = 1; in uvc_parse_format() 666 frame = &format->frame[format->nframes]; in uvc_parse_format() 745 format->nframes++; in uvc_parse_format() 786 unsigned int nformats = 0, nframes = 0, nintervals = 0; in uvc_parse_streaming() local 918 nframes++; in uvc_parse_streaming() 932 nframes++; in uvc_parse_streaming() 938 nframes++; in uvc_parse_streaming() 955 size = nformats * sizeof(*format) + nframes * sizeof(*frame) in uvc_parse_streaming() 964 interval = (u32 *)&frame[nframes]; in uvc_parse_streaming() 982 frame += format->nframes; in uvc_parse_streaming()
|
| /linux/drivers/block/aoe/ |
| A D | aoecmd.c | 802 if (ifp && ++ifp->lost > (t->nframes << 1) in rexmit_timer() 990 if (!t || t->maxout >= t->nframes) in calc_rttavg() 1433 addtgt(struct aoedev *d, char *addr, ulong nframes) in addtgt() argument 1450 t->nframes = nframes; in addtgt() 1455 t->maxout = t->nframes / 2; in addtgt() 1566 t->nframes = n; in aoecmd_cfg_rsp() 1601 t->ssthresh = t->nframes / 2; in aoecmd_wreset() 1602 t->next_cwnd = t->nframes; in aoecmd_wreset()
|
| A D | aoe.h | 140 ushort nframes; /* cap on frames to use */ member
|
| /linux/sound/aoa/soundbus/i2sbus/ |
| A D | pcm.c | 629 u32 fc, nframes; in handle_interrupt() local 663 nframes = i * runtime->period_size; in handle_interrupt() 664 if (fc < pi->frame_count + nframes) in handle_interrupt() 665 pi->frame_count = fc - nframes; in handle_interrupt()
|
| /linux/include/linux/ |
| A D | cdrom.h | 94 u32 lba, u32 nframes, u8 *last_sense);
|