/openbmc/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 …]
|
/openbmc/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
|
/openbmc/linux/drivers/dma/idxd/ |
H A D | submit.c | 73 static struct idxd_desc *list_abort_desc(struct idxd_wq *wq, struct idxd_irq_entry *ie, in list_abort_desc() 95 static void llist_abort_desc(struct idxd_wq *wq, struct idxd_irq_entry *ie, in llist_abort_desc() 169 struct idxd_irq_entry *ie = NULL; in idxd_submit_desc() 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 | device.c | 1244 static void idxd_flush_pending_descs(struct idxd_irq_entry *ie) in idxd_flush_pending_descs() 1281 struct idxd_irq_entry *ie) in idxd_device_set_perm_entry() 1295 struct idxd_irq_entry *ie) in idxd_device_clear_perm_entry() 1303 struct idxd_irq_entry *ie = &wq->ie; in idxd_wq_free_irq() local 1323 struct idxd_irq_entry *ie; in idxd_wq_request_irq() local
|
H A D | init.c | 81 struct idxd_irq_entry *ie; in idxd_setup_interrupts() local 135 struct idxd_irq_entry *ie; in idxd_cleanup_interrupts() local
|
/openbmc/linux/fs/ntfs/ |
H A D | dir.c | 74 INDEX_ENTRY *ie; in ntfs_lookup_inode_by_name() local 1013 ntfs_inode *ndir, struct page *ia_page, INDEX_ENTRY *ie, in ntfs_filldir() 1096 INDEX_ENTRY *ie; in ntfs_readdir() local
|
H A D | index.c | 115 INDEX_ENTRY *ie; in ntfs_index_lookup() local
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | ps.c | 293 struct rtw89_p2p_noa_ie *ie = &setter->ie; in rtw89_p2p_noa_renew() local 321 struct rtw89_p2p_noa_ie *ie = &setter->ie; in rtw89_p2p_noa_append() local 340 struct rtw89_p2p_noa_ie *ie = &setter->ie; in rtw89_p2p_noa_fetch() local
|
/openbmc/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
|
/openbmc/linux/sound/arm/ |
H A D | aaci.c | 562 u32 ie; in aaci_pcm_playback_stop() local 574 u32 ie; in aaci_pcm_playback_start() local 637 u32 ie; in aaci_pcm_capture_stop() local 652 u32 ie; in aaci_pcm_capture_start() local
|
/openbmc/linux/drivers/net/wireless/intersil/orinoco/ |
H A D | scan.c | 80 u8 *ie; in orinoco_add_hostscan_result() local 140 const u8 *ie; in orinoco_add_extscan_result() local
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | i2c_write_byte_action_tests.cpp | 190 catch (const i2c::I2CException& ie) in TEST() local 244 catch (const i2c::I2CException& ie) in TEST() local
|
H A D | i2c_write_bit_action_tests.cpp | 218 catch (const i2c::I2CException& ie) in TEST() local 278 catch (const i2c::I2CException& ie) in TEST() local
|
H A D | i2c_write_bytes_action_tests.cpp | 341 catch (const i2c::I2CException& ie) in TEST() local 402 catch (const i2c::I2CException& ie) in TEST() local
|
H A D | pmbus_write_vout_command_action_tests.cpp | 296 catch (const i2c::I2CException& ie) in TEST() local 422 catch (const i2c::I2CException& ie) in TEST() local 487 catch (const i2c::I2CException& ie) in TEST() local
|
/openbmc/linux/net/wireless/ |
H A D | scan.c | 269 const u8 *ie, size_t ie_len, in cfg80211_copy_elem_with_frags() 306 static size_t cfg80211_gen_new_ie(const u8 *ie, size_t ielen, in cfg80211_gen_new_ie() 908 void *ie = (void *)request + offs_ies; in cfg80211_scan_6ghz() local 1687 const u8 *ie; in cfg80211_combine_bsses() local 1967 int cfg80211_get_ies_channel_number(const u8 *ie, size_t ielen, in cfg80211_get_ies_channel_number() 2023 cfg80211_get_bss_channel(struct wiphy *wiphy, const u8 *ie, size_t ielen, in cfg80211_get_bss_channel() 2092 const u8 *ie; member 2237 *cfg80211_get_profile_continuation(const u8 *ie, size_t ielen, in cfg80211_get_profile_continuation() 2279 size_t cfg80211_merge_profile(const u8 *ie, size_t ielen, in cfg80211_merge_profile() 2499 cfg80211_defrag_mle(const struct element *mle, const u8 *ie, size_t ielen, in cfg80211_defrag_mle() [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | iwl-spectrum.h | 60 struct ieee80211_info_element ie; member 68 struct ieee80211_info_element ie; member
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | suspend.h | 18 unsigned long ie; member
|
/openbmc/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
|
/openbmc/linux/include/net/ |
H A D | gtp.h | 57 struct gtp_ie ie; member 62 struct gtp_ie ie; member
|
/openbmc/linux/io_uring/ |
H A D | epoll.c | 48 struct io_epoll *ie = io_kiocb_to_cmd(req, struct io_epoll); in io_epoll_ctl() local
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | ieee80211.c | 164 u8 *ie = dev_network->IEs; in r8712_generate_ie() local 207 unsigned char *r8712_get_wpa_ie(unsigned char *ie, uint *wpa_ie_len, int limit) in r8712_get_wpa_ie()
|
/openbmc/linux/lib/lzo/ |
H A D | lzo1x_decompress_safe.c | 97 const unsigned char *ie = ip + t; in lzo1x_decompress_safe() local
|
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | event.c | 144 u8 *ie = NULL; in qtnf_event_handle_bss_join() local 639 u8 *ie; in qtnf_event_handle_update_owe() local
|