/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | sense.c | 65 enum mlx4_port_type *stype, in mlx4_do_sense_ports() 73 stype[i - 1] = 0; in mlx4_do_sense_ports() 76 err = mlx4_SENSE_PORT(dev, i, &stype[i - 1]); in mlx4_do_sense_ports() 78 stype[i - 1] = defaults[i - 1]; in mlx4_do_sense_ports() 80 stype[i - 1] = defaults[i - 1]; in mlx4_do_sense_ports() 87 stype[i] = stype[i] ? stype[i] : defaults[i]; in mlx4_do_sense_ports() 98 enum mlx4_port_type stype[MLX4_MAX_PORTS]; in mlx4_sense_port() local 101 mlx4_do_sense_ports(dev, stype, in mlx4_sense_port() 64 mlx4_do_sense_ports(struct mlx4_dev *dev, enum mlx4_port_type *stype, enum mlx4_port_type *defaults) mlx4_do_sense_ports() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | sense.c | 65 enum mlx4_port_type *stype, in mlx4_do_sense_ports() 73 stype[i - 1] = 0; in mlx4_do_sense_ports() 76 err = mlx4_SENSE_PORT(dev, i, &stype[i - 1]); in mlx4_do_sense_ports() 78 stype[i - 1] = defaults[i - 1]; in mlx4_do_sense_ports() 80 stype[i - 1] = defaults[i - 1]; in mlx4_do_sense_ports() 87 stype[i] = stype[i] ? stype[i] : defaults[i]; in mlx4_do_sense_ports() 98 enum mlx4_port_type stype[MLX4_MAX_PORTS]; in mlx4_sense_port() local 101 mlx4_do_sense_ports(dev, stype, in mlx4_sense_port() 64 mlx4_do_sense_ports(struct mlx4_dev *dev, enum mlx4_port_type *stype, enum mlx4_port_type *defaults) mlx4_do_sense_ports() argument [all...] |
/kernel/linux/linux-5.10/sound/soc/au1x/ |
H A D | psc-i2s.c | 41 #define I2SSTAT_BUSY(stype) \ 42 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_I2SSTAT_TB : PSC_I2SSTAT_RB) 43 #define I2SPCR_START(stype) \ 44 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_I2SPCR_TS : PSC_I2SPCR_RS) 45 #define I2SPCR_STOP(stype) \ 46 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_I2SPCR_TP : PSC_I2SPCR_RP) 47 #define I2SPCR_CLRFIFO(stype) \ 48 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_I2SPCR_TC : PSC_I2SPCR_RC) 179 static int au1xpsc_i2s_start(struct au1xpsc_audio_data *pscdata, int stype) in au1xpsc_i2s_start() argument 194 __raw_writel(I2SPCR_CLRFIFO(stype), I2S_PC in au1xpsc_i2s_start() 213 au1xpsc_i2s_stop(struct au1xpsc_audio_data *pscdata, int stype) au1xpsc_i2s_stop() argument 240 int ret, stype = substream->stream; au1xpsc_i2s_trigger() local [all...] |
H A D | psc-ac97.c | 39 #define AC97PCR_START(stype) \ 40 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_AC97PCR_TS : PSC_AC97PCR_RS) 41 #define AC97PCR_STOP(stype) \ 42 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_AC97PCR_TP : PSC_AC97PCR_RP) 43 #define AC97PCR_CLRFIFO(stype) \ 44 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_AC97PCR_TC : PSC_AC97PCR_RC) 46 #define AC97STAT_BUSY(stype) \ 47 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_AC97STAT_TB : PSC_AC97STAT_RB) 213 int chans, t, stype = substream->stream; in au1xpsc_ac97_hw_params() local 233 if (stype in au1xpsc_ac97_hw_params() 292 int ret, stype = substream->stream; au1xpsc_ac97_trigger() local [all...] |
H A D | dbdma2.c | 149 int stype, int msbits) in au1x_pcm_dbdma_realloc() 161 if (stype == SNDRV_PCM_STREAM_CAPTURE) in au1x_pcm_dbdma_realloc() 198 int stype, ret; in au1xpsc_pcm_hw_params() local 200 stype = substream->stream; in au1xpsc_pcm_hw_params() 210 params_periods(params), params_period_bytes(params), stype); in au1xpsc_pcm_hw_params() 212 ret = au1x_pcm_dbdma_realloc(pcd, stype, params->msbits); in au1xpsc_pcm_hw_params() 282 int stype = substream->stream, *dmaids; in au1xpsc_pcm_open() local 288 pcd->ddma_id = dmaids[stype]; in au1xpsc_pcm_open() 148 au1x_pcm_dbdma_realloc(struct au1xpsc_audio_dmadata *pcd, int stype, int msbits) au1x_pcm_dbdma_realloc() argument
|
/kernel/linux/linux-6.6/sound/soc/au1x/ |
H A D | psc-i2s.c | 41 #define I2SSTAT_BUSY(stype) \ 42 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_I2SSTAT_TB : PSC_I2SSTAT_RB) 43 #define I2SPCR_START(stype) \ 44 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_I2SPCR_TS : PSC_I2SPCR_RS) 45 #define I2SPCR_STOP(stype) \ 46 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_I2SPCR_TP : PSC_I2SPCR_RP) 47 #define I2SPCR_CLRFIFO(stype) \ 48 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_I2SPCR_TC : PSC_I2SPCR_RC) 179 static int au1xpsc_i2s_start(struct au1xpsc_audio_data *pscdata, int stype) in au1xpsc_i2s_start() argument 194 __raw_writel(I2SPCR_CLRFIFO(stype), I2S_PC in au1xpsc_i2s_start() 213 au1xpsc_i2s_stop(struct au1xpsc_audio_data *pscdata, int stype) au1xpsc_i2s_stop() argument 240 int ret, stype = substream->stream; au1xpsc_i2s_trigger() local [all...] |
H A D | psc-ac97.c | 39 #define AC97PCR_START(stype) \ 40 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_AC97PCR_TS : PSC_AC97PCR_RS) 41 #define AC97PCR_STOP(stype) \ 42 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_AC97PCR_TP : PSC_AC97PCR_RP) 43 #define AC97PCR_CLRFIFO(stype) \ 44 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_AC97PCR_TC : PSC_AC97PCR_RC) 46 #define AC97STAT_BUSY(stype) \ 47 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_AC97STAT_TB : PSC_AC97STAT_RB) 213 int chans, t, stype = substream->stream; in au1xpsc_ac97_hw_params() local 233 if (stype in au1xpsc_ac97_hw_params() 292 int ret, stype = substream->stream; au1xpsc_ac97_trigger() local [all...] |
H A D | dbdma2.c | 149 int stype, int msbits) in au1x_pcm_dbdma_realloc() 161 if (stype == SNDRV_PCM_STREAM_CAPTURE) in au1x_pcm_dbdma_realloc() 198 int stype, ret; in au1xpsc_pcm_hw_params() local 200 stype = substream->stream; in au1xpsc_pcm_hw_params() 210 params_periods(params), params_period_bytes(params), stype); in au1xpsc_pcm_hw_params() 212 ret = au1x_pcm_dbdma_realloc(pcd, stype, params->msbits); in au1xpsc_pcm_hw_params() 282 int stype = substream->stream, *dmaids; in au1xpsc_pcm_open() local 288 pcd->ddma_id = dmaids[stype]; in au1xpsc_pcm_open() 148 au1x_pcm_dbdma_realloc(struct au1xpsc_audio_dmadata *pcd, int stype, int msbits) au1x_pcm_dbdma_realloc() argument
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | local_storage.c | 419 enum bpf_cgroup_storage_type stype = cgroup_storage_type(map); in cgroup_storage_seq_show_elem() local 431 stype = cgroup_storage_type(map); in cgroup_storage_seq_show_elem() 432 if (stype == BPF_CGROUP_STORAGE_SHARED) { in cgroup_storage_seq_show_elem() 467 enum bpf_cgroup_storage_type stype = cgroup_storage_type(_map); in bpf_cgroup_storage_assign() local 469 if (aux->cgroup_storage[stype] && in bpf_cgroup_storage_assign() 470 aux->cgroup_storage[stype] != _map) in bpf_cgroup_storage_assign() 473 aux->cgroup_storage[stype] = _map; in bpf_cgroup_storage_assign() 495 enum bpf_cgroup_storage_type stype) in bpf_cgroup_storage_alloc() 503 map = prog->aux->cgroup_storage[stype]; in bpf_cgroup_storage_alloc() 519 if (stype in bpf_cgroup_storage_alloc() 494 bpf_cgroup_storage_alloc(struct bpf_prog *prog, enum bpf_cgroup_storage_type stype) bpf_cgroup_storage_alloc() argument 560 enum bpf_cgroup_storage_type stype; bpf_cgroup_storage_free() local [all...] |
H A D | cgroup.c | 33 enum bpf_cgroup_storage_type stype; in bpf_cgroup_storages_free() local 35 for_each_cgroup_storage_type(stype) in bpf_cgroup_storages_free() 36 bpf_cgroup_storage_free(storages[stype]); in bpf_cgroup_storages_free() 45 enum bpf_cgroup_storage_type stype; in bpf_cgroup_storages_alloc() local 52 for_each_cgroup_storage_type(stype) { in bpf_cgroup_storages_alloc() 53 map = prog->aux->cgroup_storage[stype]; in bpf_cgroup_storages_alloc() 57 storages[stype] = cgroup_storage_lookup((void *)map, &key, false); in bpf_cgroup_storages_alloc() 58 if (storages[stype]) in bpf_cgroup_storages_alloc() 61 storages[stype] = bpf_cgroup_storage_alloc(prog, stype); in bpf_cgroup_storages_alloc() 76 enum bpf_cgroup_storage_type stype; bpf_cgroup_storages_assign() local 86 enum bpf_cgroup_storage_type stype; bpf_cgroup_storages_link() local [all...] |
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | local_storage.c | 417 enum bpf_cgroup_storage_type stype; in cgroup_storage_seq_show_elem() local 429 stype = cgroup_storage_type(map); in cgroup_storage_seq_show_elem() 430 if (stype == BPF_CGROUP_STORAGE_SHARED) { in cgroup_storage_seq_show_elem() 472 enum bpf_cgroup_storage_type stype = cgroup_storage_type(_map); in bpf_cgroup_storage_assign() local 474 if (aux->cgroup_storage[stype] && in bpf_cgroup_storage_assign() 475 aux->cgroup_storage[stype] != _map) in bpf_cgroup_storage_assign() 478 aux->cgroup_storage[stype] = _map; in bpf_cgroup_storage_assign() 500 enum bpf_cgroup_storage_type stype) in bpf_cgroup_storage_alloc() 508 map = prog->aux->cgroup_storage[stype]; in bpf_cgroup_storage_alloc() 519 if (stype in bpf_cgroup_storage_alloc() 499 bpf_cgroup_storage_alloc(struct bpf_prog *prog, enum bpf_cgroup_storage_type stype) bpf_cgroup_storage_alloc() argument 560 enum bpf_cgroup_storage_type stype; bpf_cgroup_storage_free() local [all...] |
H A D | cgroup.c | 200 enum bpf_cgroup_storage_type stype; in bpf_cgroup_storages_free() local 202 for_each_cgroup_storage_type(stype) in bpf_cgroup_storages_free() 203 bpf_cgroup_storage_free(storages[stype]); in bpf_cgroup_storages_free() 212 enum bpf_cgroup_storage_type stype; in bpf_cgroup_storages_alloc() local 219 for_each_cgroup_storage_type(stype) { in bpf_cgroup_storages_alloc() 220 map = prog->aux->cgroup_storage[stype]; in bpf_cgroup_storages_alloc() 224 storages[stype] = cgroup_storage_lookup((void *)map, &key, false); in bpf_cgroup_storages_alloc() 225 if (storages[stype]) in bpf_cgroup_storages_alloc() 228 storages[stype] = bpf_cgroup_storage_alloc(prog, stype); in bpf_cgroup_storages_alloc() 243 enum bpf_cgroup_storage_type stype; bpf_cgroup_storages_assign() local 253 enum bpf_cgroup_storage_type stype; bpf_cgroup_storages_link() local 1560 enum bpf_cgroup_storage_type stype = cgroup_storage_type(map); BPF_CALL_2() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_sched.c | 132 u32 stype = sync->flags & DRM_NOUVEAU_SYNC_TYPE_MASK; in sync_find_fence() local 136 if (stype != DRM_NOUVEAU_SYNC_SYNCOBJ && in sync_find_fence() 137 stype != DRM_NOUVEAU_SYNC_TIMELINE_SYNCOBJ) in sync_find_fence() 140 if (stype == DRM_NOUVEAU_SYNC_TIMELINE_SYNCOBJ) in sync_find_fence() 203 u32 stype = sync->flags & DRM_NOUVEAU_SYNC_TYPE_MASK; in nouveau_job_fence_attach_prepare() local 205 if (stype != DRM_NOUVEAU_SYNC_SYNCOBJ && in nouveau_job_fence_attach_prepare() 206 stype != DRM_NOUVEAU_SYNC_TIMELINE_SYNCOBJ) { in nouveau_job_fence_attach_prepare() 220 if (stype == DRM_NOUVEAU_SYNC_TIMELINE_SYNCOBJ) { in nouveau_job_fence_attach_prepare() 246 u32 stype = sync->flags & DRM_NOUVEAU_SYNC_TYPE_MASK; in nouveau_job_fence_attach() local 248 if (stype in nouveau_job_fence_attach() [all...] |
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | viohs.c | 41 static void init_tag(struct vio_msg_tag *tag, u8 type, u8 stype, u16 stype_env) in init_tag() argument 44 tag->stype = stype; in init_tag() 166 pkt->type, pkt->stype, pkt->stype_env, pkt->sid); in process_unknown() 275 pkt->tag.stype = VIO_SUBTYPE_NACK; in process_ver_info() 281 pkt->tag.stype = VIO_SUBTYPE_NACK; in process_ver_info() 295 pkt->tag.stype = VIO_SUBTYPE_ACK; in process_ver_info() 320 pkt->tag.stype = VIO_SUBTYPE_NACK; in process_ver_ack() 366 switch (pkt->tag.stype) { in process_ver() 476 pkt->tag.stype in process_dreg_info() [all...] |
H A D | ldc.c | 49 u8 stype; member 350 u8 stype, u8 ctrl, in handshake_compose_ctrl() 359 p->stype = stype; in handshake_compose_ctrl() 497 p->stype = LDC_NACK; in send_data_nack() 654 switch (p->stype) { in process_version() 672 ldcdbg(HS, "GOT RTS stype[%x] seqid[%x] env[%x]\n", in process_rts() 673 p->stype, p->seqid, p->env); in process_rts() 675 if (p->stype != LDC_INFO || in process_rts() 692 ldcdbg(HS, "GOT RTR stype[ in process_rtr() 349 handshake_compose_ctrl(struct ldc_channel *lp, u8 stype, u8 ctrl, void *data, int dlen, unsigned long *new_tail) handshake_compose_ctrl() argument [all...] |
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | viohs.c | 41 static void init_tag(struct vio_msg_tag *tag, u8 type, u8 stype, u16 stype_env) in init_tag() argument 44 tag->stype = stype; in init_tag() 166 pkt->type, pkt->stype, pkt->stype_env, pkt->sid); in process_unknown() 275 pkt->tag.stype = VIO_SUBTYPE_NACK; in process_ver_info() 281 pkt->tag.stype = VIO_SUBTYPE_NACK; in process_ver_info() 295 pkt->tag.stype = VIO_SUBTYPE_ACK; in process_ver_info() 320 pkt->tag.stype = VIO_SUBTYPE_NACK; in process_ver_ack() 366 switch (pkt->tag.stype) { in process_ver() 476 pkt->tag.stype in process_dreg_info() [all...] |
H A D | ldc.c | 49 u8 stype; member 350 u8 stype, u8 ctrl, in handshake_compose_ctrl() 359 p->stype = stype; in handshake_compose_ctrl() 497 p->stype = LDC_NACK; in send_data_nack() 654 switch (p->stype) { in process_version() 672 ldcdbg(HS, "GOT RTS stype[%x] seqid[%x] env[%x]\n", in process_rts() 673 p->stype, p->seqid, p->env); in process_rts() 675 if (p->stype != LDC_INFO || in process_rts() 692 ldcdbg(HS, "GOT RTR stype[ in process_rtr() 349 handshake_compose_ctrl(struct ldc_channel *lp, u8 stype, u8 ctrl, void *data, int dlen, unsigned long *new_tail) handshake_compose_ctrl() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_80211_rx.c | 393 int stype) in hostap_rx_sta_beacon() 473 u16 stype) in hostap_rx_frame_mgmt() 479 if (stype == IEEE80211_STYPE_BEACON && in hostap_rx_frame_mgmt() 503 "(type=0x%02x, stype=0x%02x) dropped\n", in hostap_rx_frame_mgmt() 504 skb->dev->name, type >> 2, stype >> 4); in hostap_rx_frame_mgmt() 511 (stype == IEEE80211_STYPE_BEACON || in hostap_rx_frame_mgmt() 512 stype == IEEE80211_STYPE_PROBE_RESP)) { in hostap_rx_frame_mgmt() 513 hostap_rx_sta_beacon(local, skb, stype); in hostap_rx_frame_mgmt() 516 (stype == IEEE80211_STYPE_ASSOC_RESP || in hostap_rx_frame_mgmt() 517 stype in hostap_rx_frame_mgmt() 392 hostap_rx_sta_beacon(local_info_t *local, struct sk_buff *skb, int stype) hostap_rx_sta_beacon() argument 471 hostap_rx_frame_mgmt(local_info_t *local, struct sk_buff *skb, struct hostap_80211_rx_status *rx_stats, u16 type, u16 stype) hostap_rx_frame_mgmt() argument 723 u16 fc, type, stype, sc; hostap_80211_rx() local [all...] |
H A D | hostap_ap.c | 2143 u16 fc, type, stype; in handle_ap_item() local 2151 stype = fc & IEEE80211_FCTL_STYPE; in handle_ap_item() 2159 if (stype == IEEE80211_STYPE_NULLFUNC) { in handle_ap_item() 2178 stype == IEEE80211_STYPE_NULLFUNC) in handle_ap_item() 2185 if (type == IEEE80211_FTYPE_MGMT && stype == IEEE80211_STYPE_BEACON) { in handle_ap_item() 2191 if (type == IEEE80211_FTYPE_CTL && stype == IEEE80211_STYPE_PSPOLL) { in handle_ap_item() 2198 "subtype=0x%02x\n", type, stype); in handle_ap_item() 2220 switch (stype) { in handle_ap_item() 2247 stype >> 4); in handle_ap_item() 2876 int pwrmgt, int type, int stype) in hostap_update_sta_ps2() 2875 hostap_update_sta_ps2(local_info_t *local, struct sta_info *sta, int pwrmgt, int type, int stype) hostap_update_sta_ps2() argument 2930 u16 fc, type, stype; hostap_handle_sta_rx() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_80211_rx.c | 393 int stype) in hostap_rx_sta_beacon() 473 u16 stype) in hostap_rx_frame_mgmt() 479 if (stype == IEEE80211_STYPE_BEACON && in hostap_rx_frame_mgmt() 503 "(type=0x%02x, stype=0x%02x) dropped\n", in hostap_rx_frame_mgmt() 504 skb->dev->name, type >> 2, stype >> 4); in hostap_rx_frame_mgmt() 511 (stype == IEEE80211_STYPE_BEACON || in hostap_rx_frame_mgmt() 512 stype == IEEE80211_STYPE_PROBE_RESP)) { in hostap_rx_frame_mgmt() 513 hostap_rx_sta_beacon(local, skb, stype); in hostap_rx_frame_mgmt() 516 (stype == IEEE80211_STYPE_ASSOC_RESP || in hostap_rx_frame_mgmt() 517 stype in hostap_rx_frame_mgmt() 392 hostap_rx_sta_beacon(local_info_t *local, struct sk_buff *skb, int stype) hostap_rx_sta_beacon() argument 471 hostap_rx_frame_mgmt(local_info_t *local, struct sk_buff *skb, struct hostap_80211_rx_status *rx_stats, u16 type, u16 stype) hostap_rx_frame_mgmt() argument 723 u16 fc, type, stype, sc; hostap_80211_rx() local [all...] |
H A D | hostap_ap.c | 2143 u16 fc, type, stype; in handle_ap_item() local 2151 stype = fc & IEEE80211_FCTL_STYPE; in handle_ap_item() 2159 if (stype == IEEE80211_STYPE_NULLFUNC) { in handle_ap_item() 2178 stype == IEEE80211_STYPE_NULLFUNC) in handle_ap_item() 2185 if (type == IEEE80211_FTYPE_MGMT && stype == IEEE80211_STYPE_BEACON) { in handle_ap_item() 2191 if (type == IEEE80211_FTYPE_CTL && stype == IEEE80211_STYPE_PSPOLL) { in handle_ap_item() 2198 "subtype=0x%02x\n", type, stype); in handle_ap_item() 2220 switch (stype) { in handle_ap_item() 2247 stype >> 4); in handle_ap_item() 2876 int pwrmgt, int type, int stype) in hostap_update_sta_ps2() 2875 hostap_update_sta_ps2(local_info_t *local, struct sta_info *sta, int pwrmgt, int type, int stype) hostap_update_sta_ps2() argument 2930 u16 fc, type, stype; hostap_handle_sta_rx() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | bpf-cgroup.h | 30 #define for_each_cgroup_storage_type(stype) \ 31 for (stype = 0; stype < MAX_BPF_CGROUP_STORAGE_TYPE; stype++) 165 enum bpf_cgroup_storage_type stype); 422 struct bpf_prog *prog, enum bpf_cgroup_storage_type stype) { return NULL; } in bpf_cgroup_storage_alloc() 464 #define for_each_cgroup_storage_type(stype) for (; false; ) 421 bpf_cgroup_storage_alloc( struct bpf_prog *prog, enum bpf_cgroup_storage_type stype) bpf_cgroup_storage_alloc() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bpf-cgroup.h | 75 #define for_each_cgroup_storage_type(stype) \ 76 for (stype = 0; stype < MAX_BPF_CGROUP_STORAGE_TYPE; stype++) 165 enum bpf_cgroup_storage_type stype); 468 struct bpf_prog *prog, enum bpf_cgroup_storage_type stype) { return NULL; } in bpf_cgroup_storage_alloc() 510 #define for_each_cgroup_storage_type(stype) for (; false; ) 467 bpf_cgroup_storage_alloc( struct bpf_prog *prog, enum bpf_cgroup_storage_type stype) bpf_cgroup_storage_alloc() argument
|
/kernel/linux/linux-5.10/net/bpf/ |
H A D | test_run.c | 25 enum bpf_cgroup_storage_type stype; in bpf_test_run() local 30 for_each_cgroup_storage_type(stype) { in bpf_test_run() 31 item.cgroup_storage[stype] = bpf_cgroup_storage_alloc(prog, stype); in bpf_test_run() 32 if (IS_ERR(item.cgroup_storage[stype])) { in bpf_test_run() 33 item.cgroup_storage[stype] = NULL; in bpf_test_run() 34 for_each_cgroup_storage_type(stype) in bpf_test_run() 35 bpf_cgroup_storage_free(item.cgroup_storage[stype]); in bpf_test_run() 80 for_each_cgroup_storage_type(stype) in bpf_test_run() 81 bpf_cgroup_storage_free(item.cgroup_storage[stype]); in bpf_test_run() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | fweh.h | 326 struct sk_buff *skb, u16 stype, in brcmf_fweh_process_skb() 342 if (unlikely(stype)) { in brcmf_fweh_process_skb() 344 if (subtype != stype) in brcmf_fweh_process_skb() 325 brcmf_fweh_process_skb(struct brcmf_pub *drvr, struct sk_buff *skb, u16 stype, gfp_t gfp) brcmf_fweh_process_skb() argument
|