Home
last modified time | relevance | path

Searched defs:ifp (Results 1 – 25 of 125) sorted by relevance

12345

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_iext_tree.c128 inline xfs_extnum_t xfs_iext_count(struct xfs_ifork *ifp) in xfs_iext_count()
133 static inline int xfs_iext_max_recs(struct xfs_ifork *ifp) in xfs_iext_max_recs()
145 static inline bool xfs_iext_valid(struct xfs_ifork *ifp, in xfs_iext_valid()
159 struct xfs_ifork *ifp) in xfs_iext_find_first_leaf()
177 struct xfs_ifork *ifp) in xfs_iext_find_last_leaf()
198 struct xfs_ifork *ifp, in xfs_iext_first()
207 struct xfs_ifork *ifp, in xfs_iext_last()
227 struct xfs_ifork *ifp, in xfs_iext_next()
249 struct xfs_ifork *ifp, in xfs_iext_prev()
305 struct xfs_ifork *ifp, in xfs_iext_find_level()
[all …]
Dxfs_inode_fork.h63 static inline bool xfs_ifork_has_extents(struct xfs_ifork *ifp) in xfs_ifork_has_extents()
69 static inline xfs_extnum_t xfs_ifork_nextents(struct xfs_ifork *ifp) in xfs_ifork_nextents()
76 static inline int8_t xfs_ifork_format(struct xfs_ifork *ifp) in xfs_ifork_format()
126 static inline bool xfs_iext_next_extent(struct xfs_ifork *ifp, in xfs_iext_next_extent()
133 static inline bool xfs_iext_prev_extent(struct xfs_ifork *ifp, in xfs_iext_prev_extent()
143 static inline bool xfs_iext_peek_next_extent(struct xfs_ifork *ifp, in xfs_iext_peek_next_extent()
155 static inline bool xfs_iext_peek_prev_extent(struct xfs_ifork *ifp, in xfs_iext_peek_prev_extent()
164 #define for_each_xfs_iext(ifp, ext, got) \ argument
Dxfs_inode_fork.c36 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_init_local_fork() local
106 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_iformat_extents() local
172 struct xfs_ifork *ifp; in xfs_iformat_btree() local
353 struct xfs_ifork *ifp; in xfs_iroot_realloc() local
478 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_idata_realloc() local
506 struct xfs_ifork *ifp) in xfs_idestroy_fork()
543 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_iextents_copy() local
584 struct xfs_ifork *ifp; in xfs_iflush_fork() local
714 struct xfs_ifork *ifp = ip->i_afp; in xfs_ifork_verify_local_attr() local
Dxfs_bmap.c123 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_bmap_needs_btree() local
135 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_bmap_wants_extents() local
321 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_bmap_check_leaf_extents() local
590 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_bmap_btree_to_extents() local
660 struct xfs_ifork *ifp; /* inode fork pointer */ in xfs_bmap_extents_to_btree() local
800 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_bmap_local_to_extents_empty() local
827 struct xfs_ifork *ifp)) in xfs_bmap_local_to_extents()
831 struct xfs_ifork *ifp; /* inode fork pointer */ in xfs_bmap_local_to_extents() local
1180 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_iread_bmbt_block() local
1228 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_iread_extents() local
[all …]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
Dxfs_iext_tree.c128 inline xfs_extnum_t xfs_iext_count(struct xfs_ifork *ifp) in xfs_iext_count()
133 static inline int xfs_iext_max_recs(struct xfs_ifork *ifp) in xfs_iext_max_recs()
145 static inline bool xfs_iext_valid(struct xfs_ifork *ifp, in xfs_iext_valid()
159 struct xfs_ifork *ifp) in xfs_iext_find_first_leaf()
177 struct xfs_ifork *ifp) in xfs_iext_find_last_leaf()
198 struct xfs_ifork *ifp, in xfs_iext_first()
207 struct xfs_ifork *ifp, in xfs_iext_last()
227 struct xfs_ifork *ifp, in xfs_iext_next()
249 struct xfs_ifork *ifp, in xfs_iext_prev()
305 struct xfs_ifork *ifp, in xfs_iext_find_level()
[all …]
Dxfs_inode_fork.h84 static inline bool xfs_ifork_has_extents(struct xfs_ifork *ifp) in xfs_ifork_has_extents()
90 static inline xfs_extnum_t xfs_ifork_nextents(struct xfs_ifork *ifp) in xfs_ifork_nextents()
97 static inline int8_t xfs_ifork_format(struct xfs_ifork *ifp) in xfs_ifork_format()
209 static inline bool xfs_iext_next_extent(struct xfs_ifork *ifp, in xfs_iext_next_extent()
216 static inline bool xfs_iext_prev_extent(struct xfs_ifork *ifp, in xfs_iext_prev_extent()
226 static inline bool xfs_iext_peek_next_extent(struct xfs_ifork *ifp, in xfs_iext_peek_next_extent()
238 static inline bool xfs_iext_peek_prev_extent(struct xfs_ifork *ifp, in xfs_iext_peek_prev_extent()
247 #define for_each_xfs_iext(ifp, ext, got) \ argument
264 static inline bool xfs_need_iread_extents(const struct xfs_ifork *ifp) in xfs_need_iread_extents()
Dxfs_inode_fork.c38 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_init_local_fork() local
105 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_iformat_extents() local
171 struct xfs_ifork *ifp; in xfs_iformat_btree() local
378 struct xfs_ifork *ifp; in xfs_iroot_realloc() local
502 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_idata_realloc() local
525 struct xfs_ifork *ifp) in xfs_idestroy_fork()
561 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_iextents_copy() local
602 struct xfs_ifork *ifp; in xfs_iflush_fork() local
729 struct xfs_ifork *ifp = &ip->i_af; in xfs_ifork_verify_local_attr() local
752 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_iext_count_may_overflow() local
Dxfs_bmap.c131 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_bmap_needs_btree() local
143 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_bmap_wants_extents() local
322 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_bmap_check_leaf_extents() local
541 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_bmap_btree_to_extents() local
614 struct xfs_ifork *ifp; /* inode fork pointer */ in xfs_bmap_extents_to_btree() local
742 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_bmap_local_to_extents_empty() local
767 struct xfs_ifork *ifp)) in xfs_bmap_local_to_extents()
771 struct xfs_ifork *ifp; /* inode fork pointer */ in xfs_bmap_local_to_extents() local
1135 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_iread_bmbt_block() local
1184 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_iread_extents() local
[all …]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfwil.c97 brcmf_fil_cmd_data(struct brcmf_if *ifp, u32 cmd, void *data, u32 len, bool set) in brcmf_fil_cmd_data()
130 brcmf_fil_cmd_data_set(struct brcmf_if *ifp, u32 cmd, void *data, u32 len) in brcmf_fil_cmd_data_set()
147 brcmf_fil_cmd_data_get(struct brcmf_if *ifp, u32 cmd, void *data, u32 len) in brcmf_fil_cmd_data_get()
166 brcmf_fil_cmd_int_set(struct brcmf_if *ifp, u32 cmd, u32 data) in brcmf_fil_cmd_int_set()
180 brcmf_fil_cmd_int_get(struct brcmf_if *ifp, u32 cmd, u32 *data) in brcmf_fil_cmd_int_get()
216 brcmf_fil_iovar_data_set(struct brcmf_if *ifp, const char *name, const void *data, in brcmf_fil_iovar_data_set()
244 brcmf_fil_iovar_data_get(struct brcmf_if *ifp, const char *name, void *data, in brcmf_fil_iovar_data_get()
275 brcmf_fil_iovar_int_set(struct brcmf_if *ifp, const char *name, u32 data) in brcmf_fil_iovar_int_set()
283 brcmf_fil_iovar_int_get(struct brcmf_if *ifp, const char *name, u32 *data) in brcmf_fil_iovar_int_get()
340 brcmf_fil_bsscfg_data_set(struct brcmf_if *ifp, const char *name, in brcmf_fil_bsscfg_data_set()
[all …]
Dcore.c67 char *brcmf_ifname(struct brcmf_if *ifp) in brcmf_ifname()
80 struct brcmf_if *ifp; in brcmf_get_ifp() local
96 void brcmf_configure_arp_nd_offload(struct brcmf_if *ifp, bool enable) in brcmf_configure_arp_nd_offload()
135 struct brcmf_if *ifp = container_of(work, struct brcmf_if, in _brcmf_set_multicast_list() local
207 struct brcmf_if *ifp = container_of(work, struct brcmf_if, in _brcmf_update_ndtable() local
235 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_netdev_set_mac_address() local
252 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_netdev_set_multicast_list() local
292 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_netdev_start_xmit() local
379 void brcmf_txflowblock_if(struct brcmf_if *ifp, in brcmf_txflowblock_if()
403 void brcmf_netif_rx(struct brcmf_if *ifp, struct sk_buff *skb) in brcmf_netif_rx()
[all …]
Dcfg80211.c547 send_key_to_dongle(struct brcmf_if *ifp, struct brcmf_wsec_key *key) in send_key_to_dongle()
569 struct brcmf_if *ifp; in brcmf_cfg80211_update_proto_addr_mode() local
599 static void brcmf_set_vif_sta_macaddr(struct brcmf_if *ifp, u8 *mac_addr) in brcmf_set_vif_sta_macaddr()
612 static int brcmf_cfg80211_request_sta_if(struct brcmf_if *ifp, u8 *macaddr) in brcmf_cfg80211_request_sta_if()
706 static int brcmf_cfg80211_request_ap_if(struct brcmf_if *ifp) in brcmf_cfg80211_request_ap_if()
823 struct brcmf_if *ifp = netdev_priv(cfg_to_ndev(cfg)); in brcmf_apsta_add_vif() local
909 struct brcmf_if *ifp; in brcmf_mon_add_vif() local
1021 static void brcmf_scan_config_mpc(struct brcmf_if *ifp, int mpc) in brcmf_scan_config_mpc()
1027 void brcmf_set_mpc(struct brcmf_if *ifp, int mpc) in brcmf_set_mpc()
1165 struct brcmf_if *ifp, bool aborted, in brcmf_notify_escan_complete()
[all …]
Dfeature.c142 struct brcmf_if *ifp = brcmf_get_ifp(drv, 0); in brcmf_feat_wlc_version_overrides() local
183 static void brcmf_feat_iovar_int_get(struct brcmf_if *ifp, in brcmf_feat_iovar_int_get()
204 static void brcmf_feat_iovar_data_set(struct brcmf_if *ifp, in brcmf_feat_iovar_data_set()
226 static void brcmf_feat_firmware_capabilities(struct brcmf_if *ifp) in brcmf_feat_firmware_capabilities()
261 struct brcmf_if *ifp = brcmf_get_ifp(drvr, 0); in brcmf_feat_fwcap_debugfs_read() local
289 struct brcmf_if *ifp = brcmf_get_ifp(drvr, 0); in brcmf_feat_attach() local
372 bool brcmf_feat_is_enabled(struct brcmf_if *ifp, enum brcmf_feat_id id) in brcmf_feat_is_enabled()
377 bool brcmf_feat_is_quirk_enabled(struct brcmf_if *ifp, in brcmf_feat_is_quirk_enabled()
Dpno.c93 static int brcmf_pno_channel_config(struct brcmf_if *ifp, in brcmf_pno_channel_config()
102 static int brcmf_pno_config(struct brcmf_if *ifp, u32 scan_freq, in brcmf_pno_config()
155 static int brcmf_pno_set_random(struct brcmf_if *ifp, struct brcmf_pno_info *pi) in brcmf_pno_set_random()
197 static int brcmf_pno_add_ssid(struct brcmf_if *ifp, struct cfg80211_ssid *ssid, in brcmf_pno_add_ssid()
221 static int brcmf_pno_add_bssid(struct brcmf_if *ifp, const u8 *bssid) in brcmf_pno_add_bssid()
256 static int brcmf_pno_clean(struct brcmf_if *ifp) in brcmf_pno_clean()
363 static int brcmf_pno_config_networks(struct brcmf_if *ifp, in brcmf_pno_config_networks()
391 static int brcmf_pno_config_sched_scans(struct brcmf_if *ifp) in brcmf_pno_config_sched_scans()
467 int brcmf_pno_start_sched_scan(struct brcmf_if *ifp, in brcmf_pno_start_sched_scan()
490 int brcmf_pno_stop_sched_scan(struct brcmf_if *ifp, u64 reqid) in brcmf_pno_stop_sched_scan()
Dcommon.c80 void brcmf_c_set_joinpref_default(struct brcmf_if *ifp) in brcmf_c_set_joinpref_default()
102 static int brcmf_c_download(struct brcmf_if *ifp, u16 flag, in brcmf_c_download()
120 static int brcmf_c_download_blob(struct brcmf_if *ifp, in brcmf_c_download_blob()
178 static int brcmf_c_process_clm_blob(struct brcmf_if *ifp) in brcmf_c_process_clm_blob()
201 static int brcmf_c_process_txcap_blob(struct brcmf_if *ifp) in brcmf_c_process_txcap_blob()
224 int brcmf_c_set_cur_etheraddr(struct brcmf_if *ifp, const u8 *addr) in brcmf_c_set_cur_etheraddr()
249 static int brcmf_c_process_cal_blob(struct brcmf_if *ifp) in brcmf_c_process_cal_blob()
266 int brcmf_c_preinit_dcmds(struct brcmf_if *ifp) in brcmf_c_preinit_dcmds()
Dbtcoex.c103 static s32 brcmf_btcoex_params_write(struct brcmf_if *ifp, u32 addr, u32 data) in brcmf_btcoex_params_write()
122 static s32 brcmf_btcoex_params_read(struct brcmf_if *ifp, u32 addr, u32 *data) in brcmf_btcoex_params_read()
142 struct brcmf_if *ifp = brcmf_get_ifp(btci->cfg->pub, 0); in brcmf_btcoex_boost_wifi() local
196 static bool brcmf_btcoex_is_sco_active(struct brcmf_if *ifp) in brcmf_btcoex_is_sco_active()
235 struct brcmf_if *ifp = btci->vif->ifp; in btcmf_btcoex_save_part1() local
255 struct brcmf_if *ifp; in brcmf_btcoex_restore_part1() local
411 struct brcmf_if *ifp = btci->vif->ifp; in brcmf_btcoex_dhcp_start() local
456 struct brcmf_if *ifp = brcmf_get_ifp(cfg->pub, 0); in brcmf_btcoex_set_mode() local
Dfweh.c96 struct brcmf_if *ifp, in brcmf_fweh_call_event_handler()
130 struct brcmf_if *ifp; in brcmf_fweh_handle_if_event() local
216 struct brcmf_if *ifp; in brcmf_fweh_event_worker() local
284 void brcmf_fweh_p2pdev_setup(struct brcmf_if *ifp, bool ongoing) in brcmf_fweh_p2pdev_setup()
358 int brcmf_fweh_activate_events(struct brcmf_if *ifp) in brcmf_fweh_activate_events()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcore.c65 char *brcmf_ifname(struct brcmf_if *ifp) in brcmf_ifname()
78 struct brcmf_if *ifp; in brcmf_get_ifp() local
94 void brcmf_configure_arp_nd_offload(struct brcmf_if *ifp, bool enable) in brcmf_configure_arp_nd_offload()
133 struct brcmf_if *ifp = container_of(work, struct brcmf_if, in _brcmf_set_multicast_list() local
200 struct brcmf_if *ifp = container_of(work, struct brcmf_if, in _brcmf_update_ndtable() local
228 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_netdev_set_mac_address() local
249 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_netdev_set_multicast_list() local
289 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_netdev_start_xmit() local
376 void brcmf_txflowblock_if(struct brcmf_if *ifp, in brcmf_txflowblock_if()
400 void brcmf_netif_rx(struct brcmf_if *ifp, struct sk_buff *skb, bool inirq) in brcmf_netif_rx()
[all …]
Dfwil.c96 brcmf_fil_cmd_data(struct brcmf_if *ifp, u32 cmd, void *data, u32 len, bool set) in brcmf_fil_cmd_data()
129 brcmf_fil_cmd_data_set(struct brcmf_if *ifp, u32 cmd, void *data, u32 len) in brcmf_fil_cmd_data_set()
146 brcmf_fil_cmd_data_get(struct brcmf_if *ifp, u32 cmd, void *data, u32 len) in brcmf_fil_cmd_data_get()
164 brcmf_fil_cmd_int_set(struct brcmf_if *ifp, u32 cmd, u32 data) in brcmf_fil_cmd_int_set()
178 brcmf_fil_cmd_int_get(struct brcmf_if *ifp, u32 cmd, u32 *data) in brcmf_fil_cmd_int_get()
214 brcmf_fil_iovar_data_set(struct brcmf_if *ifp, char *name, const void *data, in brcmf_fil_iovar_data_set()
242 brcmf_fil_iovar_data_get(struct brcmf_if *ifp, char *name, void *data, in brcmf_fil_iovar_data_get()
272 brcmf_fil_iovar_int_set(struct brcmf_if *ifp, char *name, u32 data) in brcmf_fil_iovar_int_set()
280 brcmf_fil_iovar_int_get(struct brcmf_if *ifp, char *name, u32 *data) in brcmf_fil_iovar_int_get()
337 brcmf_fil_bsscfg_data_set(struct brcmf_if *ifp, char *name, in brcmf_fil_bsscfg_data_set()
[all …]
Dcfg80211.c474 send_key_to_dongle(struct brcmf_if *ifp, struct brcmf_wsec_key *key) in send_key_to_dongle()
496 struct brcmf_if *ifp; in brcmf_cfg80211_update_proto_addr_mode() local
526 static int brcmf_cfg80211_request_ap_if(struct brcmf_if *ifp) in brcmf_cfg80211_request_ap_if()
562 struct brcmf_if *ifp = netdev_priv(cfg_to_ndev(cfg)); in brcmf_ap_add_vif() local
642 struct brcmf_if *ifp; in brcmf_mon_add_vif() local
754 static void brcmf_scan_config_mpc(struct brcmf_if *ifp, int mpc) in brcmf_scan_config_mpc()
760 void brcmf_set_mpc(struct brcmf_if *ifp, int mpc) in brcmf_set_mpc()
776 struct brcmf_if *ifp, bool aborted, in brcmf_notify_escan_complete()
858 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_cfg80211_del_ap_iface() local
937 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_cfg80211_change_iface() local
[all …]
Dfeature.c136 static void brcmf_feat_iovar_int_get(struct brcmf_if *ifp, in brcmf_feat_iovar_int_get()
157 static void brcmf_feat_iovar_data_set(struct brcmf_if *ifp, in brcmf_feat_iovar_data_set()
179 static void brcmf_feat_firmware_capabilities(struct brcmf_if *ifp) in brcmf_feat_firmware_capabilities()
214 struct brcmf_if *ifp = brcmf_get_ifp(drvr, 0); in brcmf_feat_fwcap_debugfs_read() local
242 struct brcmf_if *ifp = brcmf_get_ifp(drvr, 0); in brcmf_feat_attach() local
320 bool brcmf_feat_is_enabled(struct brcmf_if *ifp, enum brcmf_feat_id id) in brcmf_feat_is_enabled()
325 bool brcmf_feat_is_quirk_enabled(struct brcmf_if *ifp, in brcmf_feat_is_quirk_enabled()
Dpno.c93 static int brcmf_pno_channel_config(struct brcmf_if *ifp, in brcmf_pno_channel_config()
102 static int brcmf_pno_config(struct brcmf_if *ifp, u32 scan_freq, in brcmf_pno_config()
155 static int brcmf_pno_set_random(struct brcmf_if *ifp, struct brcmf_pno_info *pi) in brcmf_pno_set_random()
197 static int brcmf_pno_add_ssid(struct brcmf_if *ifp, struct cfg80211_ssid *ssid, in brcmf_pno_add_ssid()
221 static int brcmf_pno_add_bssid(struct brcmf_if *ifp, const u8 *bssid) in brcmf_pno_add_bssid()
256 static int brcmf_pno_clean(struct brcmf_if *ifp) in brcmf_pno_clean()
363 static int brcmf_pno_config_networks(struct brcmf_if *ifp, in brcmf_pno_config_networks()
391 static int brcmf_pno_config_sched_scans(struct brcmf_if *ifp) in brcmf_pno_config_sched_scans()
467 int brcmf_pno_start_sched_scan(struct brcmf_if *ifp, in brcmf_pno_start_sched_scan()
490 int brcmf_pno_stop_sched_scan(struct brcmf_if *ifp, u64 reqid) in brcmf_pno_stop_sched_scan()
Dbtcoex.c103 static s32 brcmf_btcoex_params_write(struct brcmf_if *ifp, u32 addr, u32 data) in brcmf_btcoex_params_write()
122 static s32 brcmf_btcoex_params_read(struct brcmf_if *ifp, u32 addr, u32 *data) in brcmf_btcoex_params_read()
142 struct brcmf_if *ifp = brcmf_get_ifp(btci->cfg->pub, 0); in brcmf_btcoex_boost_wifi() local
196 static bool brcmf_btcoex_is_sco_active(struct brcmf_if *ifp) in brcmf_btcoex_is_sco_active()
235 struct brcmf_if *ifp = btci->vif->ifp; in btcmf_btcoex_save_part1() local
255 struct brcmf_if *ifp; in brcmf_btcoex_restore_part1() local
411 struct brcmf_if *ifp = btci->vif->ifp; in brcmf_btcoex_dhcp_start() local
456 struct brcmf_if *ifp = brcmf_get_ifp(cfg->pub, 0); in brcmf_btcoex_set_mode() local
Dfweh.c96 struct brcmf_if *ifp, in brcmf_fweh_call_event_handler()
130 struct brcmf_if *ifp; in brcmf_fweh_handle_if_event() local
216 struct brcmf_if *ifp; in brcmf_fweh_event_worker() local
284 void brcmf_fweh_p2pdev_setup(struct brcmf_if *ifp, bool ongoing) in brcmf_fweh_p2pdev_setup()
358 int brcmf_fweh_activate_events(struct brcmf_if *ifp) in brcmf_fweh_activate_events()
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/
Dnip_addrconf.h98 static inline void nin_ifa_put(struct ninet_ifaddr *ifp) in nin_ifa_put()
104 static inline void __nin_ifa_put(struct ninet_ifaddr *ifp) in __nin_ifa_put()
109 static inline void nin_ifa_hold(struct ninet_ifaddr *ifp) in nin_ifa_hold()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dnip_addrconf.c95 static void nip_link_dev_addr(struct ninet_dev *idev, struct ninet_ifaddr *ifp) in nip_link_dev_addr()
288 struct ninet_ifaddr *ifp; in ninet_addr_add() local
336 void ninet_ifa_finish_destroy(struct ninet_ifaddr *ifp) in ninet_ifa_finish_destroy()
346 static void nip_del_addr(struct ninet_ifaddr *ifp) in nip_del_addr()
386 struct ninet_ifaddr *ifp; in ninet_addr_del() local
477 struct ninet_ifaddr *ifp; in nip_chk_same_addr() local
492 struct ninet_ifaddr *ifp; in __nip_get_firstaddr() local
717 struct ninet_ifaddr *ifp; in nip_addr_proc_show() local

12345