| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76x02_mac.c | 478 struct mt76x02_tx_status *st, int n_frames) in mt76x02_mac_fill_tx_status() argument 487 if (!n_frames) in mt76x02_mac_fill_tx_status() 527 info->status.ampdu_len = n_frames; in mt76x02_mac_fill_tx_status() 528 info->status.ampdu_ack_len = st->success ? n_frames : 0; in mt76x02_mac_fill_tx_status() 603 stat->wcid == msta->status.wcid && msta->n_frames < 32) { in mt76x02_send_tx_status() 604 msta->n_frames++; in mt76x02_send_tx_status() 611 &msta->status, msta->n_frames); in mt76x02_send_tx_status() 614 msta->n_frames = 1; in mt76x02_send_tx_status()
|
| H A D | tx.c | 393 int n_frames = 1; in mt76_txq_send_burst() local 440 n_frames++; in mt76_txq_send_burst() 445 return n_frames; in mt76_txq_send_burst()
|
| H A D | mt76x02_mac.h | 41 int n_frames; member
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | mesh_ps.c | 451 static void mps_frame_deliver(struct sta_info *sta, int n_frames) in mps_frame_deliver() argument 463 while (n_frames != 0) { in mps_frame_deliver() 473 n_frames--; in mps_frame_deliver()
|
| H A D | sta_info.c | 1518 ieee80211_sta_ps_get_frames(struct sta_info *sta, int n_frames, u8 ignored_acs, in ieee80211_sta_ps_get_frames() argument 1548 while (n_frames > 0) { in ieee80211_sta_ps_get_frames() 1558 n_frames--; in ieee80211_sta_ps_get_frames() 1575 int n_frames, u8 ignored_acs, in ieee80211_sta_ps_deliver_response() argument 1589 ieee80211_sta_ps_get_frames(sta, n_frames, ignored_acs, reason, in ieee80211_sta_ps_deliver_response() 1740 n_frames, reason, more_data); in ieee80211_sta_ps_deliver_response() 1785 int n_frames = sta->sta.max_sp; in ieee80211_sta_ps_deliver_uapsd() local 1799 n_frames = 2; in ieee80211_sta_ps_deliver_uapsd() 1802 n_frames = 4; in ieee80211_sta_ps_deliver_uapsd() 1805 n_frames = 6; in ieee80211_sta_ps_deliver_uapsd() [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/ |
| H A D | vp9d_codec.h | 26 RK_S32 n_frames; // 1-8 member
|
| H A D | vp9d_parser.c | 138 if (s->n_frames > 0) { in vp9d_split_frame() 140 *out_size = s->size[--s->n_frames]; in vp9d_split_frame() 143 return s->n_frames > 0 ? *out_size : size /* i.e. include idx tail */; in vp9d_split_frame() 149 RK_S32 n_frames = 1 + (marker & 0x7), idx_sz = 2 + n_frames * nbytes; in vp9d_split_frame() local 158 while (n_frames--) { \ in vp9d_split_frame() 162 s->n_frames = 0; \ in vp9d_split_frame() 173 s->n_frames = n_frames; \ in vp9d_split_frame() 175 s->size[n_frames] = sz; \ in vp9d_split_frame()
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | vmw_balloon.c | 1195 static unsigned long vmballoon_deflate(struct vmballoon *b, uint64_t n_frames, in vmballoon_deflate() argument 1226 to_deflate_frames = n_frames ? n_frames - tried_frames : in vmballoon_deflate()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_sei.c | 96 READ_BITS(p_bitctx, 8, &pic_timing->n_frames[i]); in interpret_picture_timing_info()
|
| H A D | h264d_global.h | 719 RK_S32 n_frames[3]; member
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | mmu_pv.c | 1859 unsigned long p2m_pfn, p2m_pfn_end, n_frames, pfn, pfn_end; in xen_relocate_p2m() local 1872 n_frames = n_pte + n_pt + n_pmd + n_pud; in xen_relocate_p2m() 1874 new_area = xen_find_free_area(PFN_PHYS(n_frames)); in xen_relocate_p2m() 1968 xen_start_info->nr_p2m_frames = n_frames; in xen_relocate_p2m()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/ |
| H A D | av1d_cbs.h | 356 RK_U8 n_frames; member
|
| H A D | av1d_cbs.c | 2490 fb(9, n_frames); in mpp_av1_metadata_timecode()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_fp.c | 340 int qede_xdp_transmit(struct net_device *dev, int n_frames, in qede_xdp_transmit() argument 362 for (i = 0; i < n_frames; i++) { in qede_xdp_transmit() 390 return n_frames - drops; in qede_xdp_transmit()
|
| H A D | qede.h | 528 int qede_xdp_transmit(struct net_device *dev, int n_frames,
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | cros_ec_commands.h | 5791 uint32_t n_frames; member
|