/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H 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() 71 idx != start && 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() [all...] |
H 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H 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() 71 idx != start && 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() [all...] |
H A D | sdio_txrx.c | 153 int nframes = 0, ret; in mt76s_rx_handler() local 165 nframes += ret; in mt76s_rx_handler() 173 nframes += ret; in mt76s_rx_handler() 177 nframes += !!mt76s_refill_sched_quota(dev, intr.tx.wtqcr); in mt76s_rx_handler() 179 return nframes; in mt76s_rx_handler() 241 int err, nframes = 0, len = 0, pse_sz = 0, ple_sz = 0; in mt76s_tx_run_queue() local 279 nframes++; in mt76s_tx_run_queue() 284 nframes++; in mt76s_tx_run_queue() 296 if (nframes) { in mt76s_tx_run_queue() 306 return nframes; in mt76s_tx_run_queue() 312 int i, nframes, ret; mt76s_txrx_worker() local [all...] |
H 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() 422 nframes += mt76s_process_rx_queue(dev, &dev->q_rx[i]); 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; mt76s_status_worker() local [all...] |
H A D | mt76x02_beacon.c | 183 int i, nframes; in mt76x02_enqueue_buffered_bc() local 189 nframes = skb_queue_len(&data->q); in mt76x02_enqueue_buffered_bc() 193 } while (nframes != skb_queue_len(&data->q) && in mt76x02_enqueue_buffered_bc()
|
/kernel/linux/linux-5.10/net/can/ |
H A D | bcm.c | 114 u32 nframes; member 220 seq_printf(m, "(%u)", op->nframes); in bcm_proc_show() 222 seq_printf(m, "[%u]", op->nframes); in bcm_proc_show() 249 seq_printf(m, "(%u) ", op->nframes); in bcm_proc_show() 251 seq_printf(m, "[%u] ", op->nframes); in bcm_proc_show() 309 if (op->currframe >= op->nframes) in bcm_can_tx() 326 unsigned int datalen = head->nframes * op->cfsiz; in bcm_send_to_user() 335 if (head->nframes) { in bcm_send_to_user() 345 * BCM, where nframes is 1 in bcm_send_to_user() 347 if (head->nframes in bcm_send_to_user() [all...] |
/kernel/linux/linux-6.6/net/can/ |
H A D | bcm.c | 114 u32 nframes; member 220 seq_printf(m, "(%u)", op->nframes); in bcm_proc_show() 222 seq_printf(m, "[%u]", op->nframes); in bcm_proc_show() 249 seq_printf(m, "(%u) ", op->nframes); in bcm_proc_show() 251 seq_printf(m, "[%u] ", op->nframes); in bcm_proc_show() 309 if (op->currframe >= op->nframes) in bcm_can_tx() 326 unsigned int datalen = head->nframes * op->cfsiz; in bcm_send_to_user() 335 if (head->nframes) { in bcm_send_to_user() 345 * BCM, where nframes is 1 in bcm_send_to_user() 347 if (head->nframes in bcm_send_to_user() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | sdio_txrx.c | 195 int err, nframes = 0, len = 0, pse_sz = 0, ple_sz = 0; in mt7663s_tx_run_queue() local 227 nframes++; in mt7663s_tx_run_queue() 233 nframes++; in mt7663s_tx_run_queue() 245 if (nframes) { in mt7663s_tx_run_queue() 253 return nframes; in mt7663s_tx_run_queue() 261 int i, nframes = 0; in mt7663s_tx_work() local 270 nframes += ret; in mt7663s_tx_work() 272 if (nframes) in mt7663s_tx_work() 284 int nframes = 0, ret; in mt7663s_rx_work() local 301 nframes in mt7663s_rx_work() [all...] |
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | cpumap.c | 183 int i, nframes = 0; in cpu_map_bpf_prog_run_xdp() local 207 frames[nframes++] = xdpf; in cpu_map_bpf_prog_run_xdp() 233 return nframes; in cpu_map_bpf_prog_run_xdp() 242 int nframes; in cpu_map_bpf_prog_run() local 249 nframes = cpu_map_bpf_prog_run_xdp(rcpu, frames, xdp_n, stats); in cpu_map_bpf_prog_run() 259 return nframes; in cpu_map_bpf_prog_run() 279 int i, n, m, nframes, xdp_n; in cpu_map_kthread_run() local 330 nframes = cpu_map_bpf_prog_run(rcpu, frames, xdp_n, &stats, &list); in cpu_map_kthread_run() 331 if (nframes) { in cpu_map_kthread_run() 332 m = kmem_cache_alloc_bulk(skbuff_cache, gfp, nframes, skb in cpu_map_kthread_run() [all...] |
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | cpumap.c | 234 int i, nframes = 0; in cpu_map_bpf_prog_run_xdp() local 263 frames[nframes++] = xdpf; in cpu_map_bpf_prog_run_xdp() 294 return nframes; in cpu_map_bpf_prog_run_xdp() 316 int i, n, m, nframes; in cpu_map_kthread_run() local 351 nframes = cpu_map_bpf_prog_run_xdp(rcpu, frames, n, &stats); in cpu_map_kthread_run() 352 if (nframes) { in cpu_map_kthread_run() 353 m = kmem_cache_alloc_bulk(skbuff_head_cache, gfp, nframes, skbs); in cpu_map_kthread_run() 355 for (i = 0; i < nframes; i++) in cpu_map_kthread_run() 357 drops += nframes; in cpu_map_kthread_run() 362 for (i = 0; i < nframes; in cpu_map_kthread_run() [all...] |
/kernel/linux/common_modules/tzdriver/agent_rpmb/mplat/ |
H A D | rpmb_driver.c | 359 data.icmd.nframes = 1;
in rpmb_req_read_data_ufs() 367 data.ocmd.nframes = blk_cnt;
in rpmb_req_read_data_ufs() 401 data.ocmd.nframes = 1;
in rpmb_req_write_data_ufs() 404 data.icmd.nframes = blk_cnt;
in rpmb_req_write_data_ufs() 456 data.icmd.nframes = 1;
in rpmb_req_get_wc_ufs() 459 data.ocmd.nframes = 1;
in rpmb_req_get_wc_ufs()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | beacon.c | 73 int i, nframes; in mt7603_pre_tbtt_tasklet() local 100 nframes = skb_queue_len(&data.q); in mt7603_pre_tbtt_tasklet() 104 } while (nframes != skb_queue_len(&data.q) && in mt7603_pre_tbtt_tasklet()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | beacon.c | 108 int i, nframes; in mt7603_pre_tbtt_tasklet() local 142 nframes = skb_queue_len(&data.q); in mt7603_pre_tbtt_tasklet() 146 } while (nframes != skb_queue_len(&data.q) && in mt7603_pre_tbtt_tasklet()
|
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/staging/media/av7110/ |
H 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()
|
/kernel/linux/linux-5.10/include/uapi/linux/can/ |
H A D | bcm.h | 64 * @nframes: number of frames appended to the message head. 73 __u32 nframes; member
|
/kernel/linux/linux-6.6/include/uapi/linux/can/ |
H A D | bcm.h | 64 * @nframes: number of frames appended to the message head. 73 __u32 nframes; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/can/ |
H A D | bcm.h | 33 __u32 nframes; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/can/ |
H A D | bcm.h | 33 __u32 nframes; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/can/ |
H A D | bcm.h | 20 __u32 nframes; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 62 struct ath_tx_status *ts, int nframes, int nbad, 411 int *nframes, int *nbad) in ath_tx_count_frames() 419 *nframes = 0; in ath_tx_count_frames() 430 (*nframes)++; in ath_tx_count_frames() 457 int nframes; in ath_tx_complete_aggr() local 523 ath_tx_count_frames(sc, bf, ts, txok, &nframes, &nbad); in ath_tx_complete_aggr() 580 ath_tx_rc_status(sc, bf, ts, nframes, nbad, txok); in ath_tx_complete_aggr() 989 int nframes = 0, ndelim, ret; in ath_tx_form_aggr() local 1007 if (nframes) { in ath_tx_form_aggr() 1009 ath_lookup_legacy(bf) || nframes > in ath_tx_form_aggr() 409 ath_tx_count_frames(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int txok, int *nframes, int *nbad) ath_tx_count_frames() argument 1445 int nframes = 0, ret; ath_tx_form_burst() local 1628 ath9k_release_buffered_frames(struct ieee80211_hw *hw, struct ieee80211_sta *sta, u16 tids, int nframes, enum ieee80211_frame_release_type reason, bool more_data) ath9k_release_buffered_frames() argument 2514 ath_tx_rc_status(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int nframes, int nbad, int txok) ath_tx_rc_status() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 68 struct ath_tx_status *ts, int nframes, int nbad, 458 int *nframes, int *nbad) in ath_tx_count_frames() 466 *nframes = 0; in ath_tx_count_frames() 479 (*nframes)++; in ath_tx_count_frames() 506 int nframes; in ath_tx_complete_aggr() local 572 ath_tx_count_frames(sc, bf, ts, txok, &nframes, &nbad); in ath_tx_complete_aggr() 629 ath_tx_rc_status(sc, bf, ts, nframes, nbad, txok); in ath_tx_complete_aggr() 1038 int nframes = 0, ndelim, ret; in ath_tx_form_aggr() local 1056 if (nframes) { in ath_tx_form_aggr() 1058 ath_lookup_legacy(bf) || nframes > in ath_tx_form_aggr() 456 ath_tx_count_frames(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int txok, int *nframes, int *nbad) ath_tx_count_frames() argument 1506 int nframes = 0, ret; ath_tx_form_burst() local 1689 ath9k_release_buffered_frames(struct ieee80211_hw *hw, struct ieee80211_sta *sta, u16 tids, int nframes, enum ieee80211_frame_release_type reason, bool more_data) ath9k_release_buffered_frames() argument 2573 ath_tx_rc_status(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int nframes, int nbad, int txok) ath_tx_rc_status() argument [all...] |