Home
last modified time | relevance | path

Searched defs:ie (Results 1 – 25 of 71) sorted by relevance

123

/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dvsc7326_reg.h71 #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 Die.c20 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
H A Dscan.c89 has_ieee_hdr(struct ieee_types_generic *ie, u8 key) in has_ieee_hdr()
95 has_vendor_hdr(struct ieee_types_vendor_specific *ie, u8 key) in has_vendor_hdr()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Die.c17 struct nxpwifi_ie *ie; in nxpwifi_ie_index_used_by_other_intf() local
33 struct nxpwifi_ie *ie, u16 *index) in nxpwifi_ie_get_autoidx()
71 struct nxpwifi_ie *ie; in nxpwifi_update_autoindex_ies() local
206 struct nxpwifi_ie *ie = *ie_ptr; in nxpwifi_update_vs_ie() local
/linux/drivers/dma/idxd/
H A Dsubmit.c75 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 Ddevice.c1272 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 Dirq.c71 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 Dinit.c93 struct idxd_irq_entry *ie; in idxd_setup_interrupts() local
147 struct idxd_irq_entry *ie; in idxd_cleanup_interrupts() local
H A Didxd.h203 struct idxd_irq_entry ie; member
326 struct idxd_irq_entry ie; /* misc irq, msix 0 */ member
513 static inline struct idxd_wq *ie_to_wq(struct idxd_irq_entry *ie) in ie_to_wq()
518 static inline struct idxd_device *ie_to_idxd(struct idxd_irq_entry *ie) in ie_to_idxd()
/linux/drivers/net/wireless/ath/ath10k/
H A Dp2p.c70 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 Dscan.c231 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()
950 void *ie = (void *)request + offs_ies; in cfg80211_scan_6ghz() local
1776 const u8 *ie; in cfg80211_combine_bsses() local
2124 int cfg80211_get_ies_channel_number(const u8 *ie, size_t ielen, in cfg80211_get_ies_channel_number()
2180 cfg80211_get_bss_channel(struct wiphy *wiphy, const u8 *ie, size_t ielen, in cfg80211_get_bss_channel()
2238 const u8 *ie; member
2437 static bool cfg80211_iter_profile_continuation(const u8 *ie, size_t ielen, in cfg80211_iter_profile_continuation()
2483 size_t cfg80211_merge_profile(const u8 *ie, size_t ielen, in cfg80211_merge_profile()
2714 cfg80211_defrag_mle(const struct element *mle, const u8 *ie, size_t ielen, in cfg80211_defrag_mle()
[all …]
H A Dsme.c49 const u8 *ie; member
1343 void __cfg80211_disconnected(struct net_device *dev, const u8 *ie, in __cfg80211_disconnected()
1408 const u8 *ie, size_t ie_len, in cfg80211_disconnected()
H A Dwext-sme.c306 u8 *ie = extra; in cfg80211_wext_siwgenie() local
H A Dmlme.c557 const u8 *ie, int ie_len, u16 reason, in cfg80211_mlme_deauth()
586 const u8 *ie, int ie_len, u16 reason, in cfg80211_mlme_disassoc()
/linux/drivers/net/wireless/marvell/libertas/
H A Dmesh.c91 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 Dgtp.h57 struct gtp_ie ie; member
62 struct gtp_ie ie; member
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-utils.h42 const u8 *ie; in iwl_find_ie_offset() local
/linux/arch/riscv/include/asm/
H A Dsuspend.h18 unsigned long ie; member
/linux/io_uring/
H A Depoll.c53 struct io_epoll *ie = io_kiocb_to_cmd(req, struct io_epoll); in io_epoll_ctl() local
/linux/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7110.c711 void __iomem *ie = sfp->base + irq_reg->ie_reg_base in jh7110_irq_mask() local
730 void __iomem *ie = sfp->base + irq_reg->ie_reg_base in jh7110_irq_mask_ack() local
753 void __iomem *ie = sfp->base + irq_reg->ie_reg_base in jh7110_irq_unmask() local
H A Dpinctrl-starfive-jh7100.c1061 void __iomem *ie = sfp->base + GPIOIE + 4 * (gpio / 32); in starfive_irq_mask() local
1078 void __iomem *ie = sfp->base + GPIOIE + 4 * (gpio / 32); in starfive_irq_mask_ack() local
1095 void __iomem *ie = sfp->base + GPIOIE + 4 * (gpio / 32); in starfive_irq_unmask() local
/linux/arch/microblaze/include/asm/
H A Dcacheflush.h33 void (*ie)(void); /* enable */ member
/linux/drivers/md/persistent-data/
H A Ddm-space-map-common.h69 struct disk_index_entry ie; member
/linux/drivers/char/ipmi/
H A Dkcs_bmc_npcm7xx.c65 u32 ie; member
/linux/drivers/net/wireless/ath/carl9170/
H A Drx.c493 static u8 *carl9170_find_ie(u8 *data, unsigned int len, u8 ie) in carl9170_find_ie()

123