Home
last modified time | relevance | path

Searched defs:frames (Results 401 - 425 of 564) sorted by relevance

1...<<11121314151617181920>>...23

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c584 ice_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames, in ice_xdp_xmit() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c3780 int i40e_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames, in i40e_xdp_xmit() argument
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dov13858.c1405 static int ov13858_get_skip_frames(struct v4l2_subdev *sd, u32 *frames) in ov13858_get_skip_frames() argument
/kernel/linux/linux-5.10/drivers/media/i2c/smiapp/
H A Dsmiapp-core.c2292 static int smiapp_get_skip_frames(struct v4l2_subdev *subdev, u32 *frames) in smiapp_get_skip_frames() argument
/kernel/linux/linux-5.10/drivers/media/platform/marvell-ccic/
H A Dmcam-core.h88 unsigned int frames; member
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
H A D82596.c750 int frames = 0; in i596_rx() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
H A Dqede_fp.c340 qede_xdp_transmit(struct net_device *dev, int n_frames, struct xdp_frame **frames, u32 flags) qede_xdp_transmit() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/alacritech/
H A Dslicoss.c347 unsigned int frames = 0; in slic_xmit_complete() local
553 unsigned int frames = 0; in slic_handle_receive() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_hw.c2464 int frames = 30; in hostap_bap_tasklet() local
[all...]
/kernel/linux/linux-5.10/drivers/net/
H A Dthunderbolt.c138 struct tbnet_frame frames[TBNET_RING_SIZE]; member
902 tbnet_xmit_csum_and_map(struct tbnet *net, struct sk_buff *skb, struct tbnet_frame **frames, u32 frame_count) tbnet_xmit_csum_and_map() argument
1014 struct tbnet_frame *frames[MAX_SKB_FRAGS]; tbnet_start_xmit() local
[all...]
H A Dveth.c431 veth_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames, u32 flags, bool ndo_xmit) veth_xdp_xmit() argument
490 veth_ndo_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames, u32 flags) veth_ndo_xdp_xmit() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Dcpsw_new.c1099 cpsw_ndo_xdp_xmit(struct net_device *ndev, int n, struct xdp_frame **frames, u32 flags) cpsw_ndo_xdp_xmit() argument
/kernel/linux/linux-5.10/sound/firewire/
H A Damdtp-stream.c426 update_pcm_pointers(struct amdtp_stream *s, struct snd_pcm_substream *pcm, unsigned int frames) update_pcm_pointers() argument
/kernel/linux/linux-5.10/sound/core/oss/
H A Dpcm_oss.c585 static long snd_pcm_oss_bytes(struct snd_pcm_substream *substream, long frames) in snd_pcm_oss_bytes() argument
1024 snd_pcm_uframes_t frames; in snd_pcm_oss_change_params_locked() local
1204 snd_pcm_uframes_t frames; in snd_pcm_oss_capture_position_fixup() local
1226 snd_pcm_oss_write3(struct snd_pcm_substream *substream, const char *ptr, snd_pcm_uframes_t frames, int in_kernel) snd_pcm_oss_write3() argument
1257 snd_pcm_oss_read3(struct snd_pcm_substream *substream, char *ptr, snd_pcm_uframes_t frames, int in_kernel) snd_pcm_oss_read3() argument
1301 snd_pcm_oss_writev3(struct snd_pcm_substream *substream, void **bufs, snd_pcm_uframes_t frames) snd_pcm_oss_writev3() argument
1330 snd_pcm_oss_readv3(struct snd_pcm_substream *substream, void **bufs, snd_pcm_uframes_t frames) snd_pcm_oss_readv3() argument
1362 snd_pcm_sframes_t frames, frames1; snd_pcm_oss_write2() local
1472 snd_pcm_sframes_t frames, frames1; snd_pcm_oss_read2() local
[all...]
/kernel/linux/linux-5.10/sound/core/
H A Dpcm_lib.c48 snd_pcm_uframes_t frames, ofs, transfer; in snd_pcm_playback_silence() local
1995 interleaved_copy(struct snd_pcm_substream *substream, snd_pcm_uframes_t hwoff, void *data, snd_pcm_uframes_t off, snd_pcm_uframes_t frames, pcm_transfer_f transfer) interleaved_copy() argument
2013 noninterleaved_copy(struct snd_pcm_substream *substream, snd_pcm_uframes_t hwoff, void *data, snd_pcm_uframes_t off, snd_pcm_uframes_t frames, pcm_transfer_f transfer) noninterleaved_copy() argument
2046 fill_silence_frames(struct snd_pcm_substream *substream, snd_pcm_uframes_t off, snd_pcm_uframes_t frames) fill_silence_frames() argument
2194 snd_pcm_uframes_t frames, appl_ptr, appl_ofs; __snd_pcm_lib_xfer() local
[all...]
/kernel/linux/linux-5.10/sound/soc/ti/
H A Ddavinci-mcasp.c1444 struct snd_interval frames; in davinci_mcasp_hw_rule_min_periodsize() local
/kernel/linux/linux-5.10/drivers/xen/
H A Dgrant-table.c661 static unsigned int gnttab_frames(unsigned int frames, unsigned int align) in gnttab_frames() argument
1297 gnttab_map_frames_v1(xen_pfn_t *frames, unsigned int nr_gframes) gnttab_map_frames_v1() argument
1314 gnttab_map_frames_v2(xen_pfn_t *frames, unsigned int nr_gframes) gnttab_map_frames_v2() argument
1366 xen_pfn_t *frames; gnttab_map() local
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Drx.c1094 struct sk_buff_head *frames = &tid_agg_rx->reorder_buf[index]; in ieee80211_rx_reorder_ready() local
1111 ieee80211_release_reorder_frame(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, int index, struct sk_buff_head *frames) ieee80211_release_reorder_frame() argument
1143 ieee80211_release_reorder_frames(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, u16 head_seq_num, struct sk_buff_head *frames) ieee80211_release_reorder_frames() argument
1170 ieee80211_sta_reorder_release(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, struct sk_buff_head *frames) ieee80211_sta_reorder_release() argument
1247 ieee80211_sta_manage_reorder_buf(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, struct sk_buff *skb, struct sk_buff_head *frames) ieee80211_sta_manage_reorder_buf() argument
1347 ieee80211_rx_reorder_ampdu(struct ieee80211_rx_data *rx, struct sk_buff_head *frames) ieee80211_rx_reorder_ampdu() argument
3058 ieee80211_rx_h_ctrl(struct ieee80211_rx_data *rx, struct sk_buff_head *frames) ieee80211_rx_h_ctrl() argument
3833 ieee80211_rx_handlers(struct ieee80211_rx_data *rx, struct sk_buff_head *frames) ieee80211_rx_handlers() argument
3932 struct sk_buff_head frames; ieee80211_release_reorder_timeout() local
3971 struct sk_buff_head frames; ieee80211_mark_rx_ba_filtered_frames() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Dsh_css_sp.c873 initialize_stage_frames(struct ia_css_frames_sp *frames) in initialize_stage_frames() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/alacritech/
H A Dslicoss.c347 unsigned int frames = 0; in slic_xmit_complete() local
553 unsigned int frames = 0; in slic_handle_receive() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/
H A D82596.c749 int frames = 0; in i596_rx() local
[all...]
H A Dlib82596.c680 int frames = 0; in i596_rx() local
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c633 ice_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames, in ice_xdp_xmit() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/
H A Dqede_fp.c339 qede_xdp_transmit(struct net_device *dev, int n_frames, struct xdp_frame **frames, u32 flags) qede_xdp_transmit() argument
/kernel/linux/linux-6.6/drivers/xen/
H A Dgrant-table.c748 static unsigned int gnttab_frames(unsigned int frames, unsigned int align) in gnttab_frames() argument
1381 gnttab_map_frames_v1(xen_pfn_t *frames, unsigned int nr_gframes) gnttab_map_frames_v1() argument
1398 gnttab_map_frames_v2(xen_pfn_t *frames, unsigned int nr_gframes) gnttab_map_frames_v2() argument
1450 xen_pfn_t *frames; gnttab_map() local
[all...]

Completed in 53 milliseconds

1...<<11121314151617181920>>...23