| /linux/drivers/net/ethernet/chelsio/cxgb/ |
| H A D | vsc7326_reg.h | 71 #define REG_TEST(ie,fn) CRA(0x2,ie&1,0x00+fn) /* Mode & Test Register */ argument 72 #define REG_TOP_BOTTOM(ie,fn) CRA(0x2,ie&1,0x10+fn) /* FIFO Buffer Top & Bottom */ argument 73 #define REG_TAIL(ie,fn) CRA(0x2,ie&1,0x20+fn) /* FIFO Write Pointer */ argument 74 #define REG_HEAD(ie,fn) CRA(0x2,ie&1,0x30+fn) /* FIFO Read Pointer */ argument 75 #define REG_HIGH_LOW_WM(ie,fn) CRA(0x2,ie&1,0x40+fn) /* Flow Control Water Marks */ argument 76 #define REG_CT_THRHLD(ie,fn) CRA(0x2,ie&1,0x50+fn) /* Cut Through Threshold */ argument 77 #define REG_FIFO_DROP_CNT(ie,fn) CRA(0x2,ie&1,0x60+fn) /* Drop & CRC Error Counter */ argument 78 #define REG_DEBUG_BUF_CNT(ie,fn) CRA(0x2,ie&1,0x70+fn) /* Input Side Debug Counter */ argument 87 #define REG_TRAFFIC_SHAPER_BUCKET(ie,bn) CRA(0x2,ie&1,0x0a + (bn>7) | ((bn&7)<<4)) argument 88 #define REG_TRAFFIC_SHAPER_CONTROL(ie) CRA(0x2,ie&1,0x3b) argument [all …]
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | ie.c | 20 struct mwifiex_ie *ie; in mwifiex_ie_index_used_by_other_intf() local 36 struct mwifiex_ie *ie, u16 *index) in mwifiex_ie_get_autoidx() 74 struct mwifiex_ie *ie; in mwifiex_update_autoindex_ies() local 218 struct mwifiex_ie *ie = *ie_ptr; in mwifiex_update_vs_ie() local
|
| /linux/drivers/dma/idxd/ |
| H A D | submit.c | 75 static struct idxd_desc *list_abort_desc(struct idxd_wq *wq, struct idxd_irq_entry *ie, in list_abort_desc() 97 static void llist_abort_desc(struct idxd_wq *wq, struct idxd_irq_entry *ie, in llist_abort_desc() 173 struct idxd_irq_entry *ie = NULL; in idxd_submit_desc() local
|
| H A D | device.c | 1272 static void idxd_flush_pending_descs(struct idxd_irq_entry *ie) in idxd_flush_pending_descs() 1309 struct idxd_irq_entry *ie) in idxd_device_set_perm_entry() 1323 struct idxd_irq_entry *ie) in idxd_device_clear_perm_entry() 1331 struct idxd_irq_entry *ie = &wq->ie; in idxd_wq_free_irq() local 1353 struct idxd_irq_entry *ie = &wq->ie; in idxd_wq_flush_descs() local 1373 struct idxd_irq_entry *ie; in idxd_wq_request_irq() local
|
| H A D | irq.c | 71 static void idxd_int_handle_revoke_drain(struct idxd_irq_entry *ie) in idxd_int_handle_revoke_drain() 105 static void idxd_abort_invalid_int_handle_descs(struct idxd_irq_entry *ie) in idxd_abort_invalid_int_handle_descs() 155 struct idxd_irq_entry *ie = idxd_get_ie(idxd, i); in idxd_int_handle_revoke() local
|
| H A D | init.c | 93 struct idxd_irq_entry *ie; in idxd_setup_interrupts() local 147 struct idxd_irq_entry *ie; in idxd_cleanup_interrupts() local
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | p2p.c | 80 static void ath11k_p2p_noa_ie_assign(struct ath11k_vif *arvif, void *ie, in ath11k_p2p_noa_ie_assign() 97 void *ie; in __ath11k_p2p_noa_update() local
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | p2p.c | 73 static void ath12k_p2p_noa_ie_assign(struct ath12k_link_vif *arvif, void *ie, in ath12k_p2p_noa_ie_assign() 90 void *ie; in __ath12k_p2p_noa_update() local
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | p2p.c | 70 static void ath10k_p2p_noa_ie_assign(struct ath10k_vif *arvif, void *ie, in ath10k_p2p_noa_ie_assign() 87 void *ie; in __ath10k_p2p_noa_update() local
|
| /linux/net/wireless/ |
| H A D | scan.c | 231 const u8 *ie, size_t ie_len, in cfg80211_copy_elem_with_frags() 269 cfg80211_gen_new_ie(const u8 *ie, size_t ielen, in cfg80211_gen_new_ie() 947 void *ie = (void *)request + offs_ies; in cfg80211_scan_6ghz() local 1738 const u8 *ie; in cfg80211_combine_bsses() local 2086 int cfg80211_get_ies_channel_number(const u8 *ie, size_t ielen, in cfg80211_get_ies_channel_number() 2142 cfg80211_get_bss_channel(struct wiphy *wiphy, const u8 *ie, size_t ielen, in cfg80211_get_bss_channel() 2200 const u8 *ie; member 2400 *cfg80211_get_profile_continuation(const u8 *ie, size_t ielen, in cfg80211_get_profile_continuation() 2442 size_t cfg80211_merge_profile(const u8 *ie, size_t ielen, in cfg80211_merge_profile() 2674 cfg80211_defrag_mle(const struct element *mle, const u8 *ie, size_t ielen, in cfg80211_defrag_mle() [all …]
|
| H A D | sme.c | 49 const u8 *ie; member 1342 void __cfg80211_disconnected(struct net_device *dev, const u8 *ie, in __cfg80211_disconnected() argument 1407 cfg80211_disconnected(struct net_device * dev,u16 reason,const u8 * ie,size_t ie_len,bool locally_generated,gfp_t gfp) cfg80211_disconnected() argument [all...] |
| /linux/sound/arm/ |
| H A D | aaci.c | 550 u32 ie; in aaci_pcm_playback_stop() local 562 u32 ie; in aaci_pcm_playback_start() local 621 u32 ie; in aaci_pcm_capture_stop() local 636 u32 ie; in aaci_pcm_capture_start() local
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | mesh.c | 91 struct mrvl_meshie *ie; in lbs_mesh_config() local 568 struct mrvl_meshie *ie; in mesh_id_store() local 636 struct mrvl_meshie *ie; in protocol_id_store() local 701 struct mrvl_meshie *ie; in metric_id_store() local 763 struct mrvl_meshie *ie; in capability_store() local
|
| /linux/include/net/ |
| H A D | gtp.h | 57 struct gtp_ie ie; member 62 struct gtp_ie ie; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-utils.h | 42 const u8 *ie; in iwl_find_ie_offset() local
|
| /linux/arch/riscv/include/asm/ |
| H A D | suspend.h | 18 unsigned long ie; member
|
| /linux/lib/lzo/ |
| H A D | lzo1x_decompress_safe.c | 97 const unsigned char *ie = ip + t; in lzo1x_decompress_safe() local
|
| /linux/drivers/md/persistent-data/ |
| H A D | dm-space-map-common.c | 960 struct disk_index_entry *ie) in metadata_ll_load_ie() 967 struct disk_index_entry *ie) in metadata_ll_save_ie() 1109 struct disk_index_entry *ie) in disk_ll_load_ie() 1140 struct disk_index_entry *ie) in disk_ll_save_ie()
|
| /linux/io_uring/ |
| H A D | epoll.c | 53 struct io_epoll *ie = io_kiocb_to_cmd(req, struct io_epoll); in io_epoll_ctl() local
|
| /linux/arch/arm64/kernel/ |
| H A D | armv8_deprecated.c | 580 struct insn_emulation *ie = insn_emulations[i]; in try_emulate_armv8_deprecated() local 628 struct insn_emulation *ie = insn_emulations[i]; in armv8_deprecated_init() local
|
| /linux/drivers/pinctrl/starfive/ |
| H A D | pinctrl-starfive-jh7110.c | 712 void __iomem *ie = sfp->base + irq_reg->ie_reg_base in jh7110_irq_mask() local 731 void __iomem *ie = sfp->base + irq_reg->ie_reg_base in jh7110_irq_mask_ack() local 754 void __iomem *ie = sfp->base + irq_reg->ie_reg_base in jh7110_irq_unmask() local
|
| H A D | pinctrl-starfive-jh7100.c | 1062 void __iomem *ie = sfp->base + GPIOIE + 4 * (gpio / 32); in starfive_irq_mask() local 1079 void __iomem *ie = sfp->base + GPIOIE + 4 * (gpio / 32); in starfive_irq_mask_ack() local 1096 void __iomem *ie = sfp->base + GPIOIE + 4 * (gpio / 32); in starfive_irq_unmask() local
|
| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | ps.c | 696 u8 *pos, *end, *ie; in rtl_p2p_noa_ie() local 800 u8 *pos, *end, *ie; in rtl_p2p_action_ie() local
|
| /linux/drivers/crypto/starfive/ |
| H A D | jh7110-cryp.h | 49 u32 ie :1; member 77 u32 ie :1; member 109 u32 ie :1; member
|
| /linux/arch/microblaze/include/asm/ |
| H A D | cacheflush.h | 33 void (*ie)(void); /* enable */ member
|