Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_iext_tree.c159 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()
375 struct xfs_ifork *ifp, in xfs_iext_leaf_nr_entries()
399 struct xfs_ifork *ifp) in xfs_iext_grow()
427 struct xfs_ifork *ifp, in xfs_iext_update_node()
[all …]
A Dxfs_inode_fork.h83 static inline bool xfs_ifork_has_extents(struct xfs_ifork *ifp) in xfs_ifork_has_extents()
89 static inline xfs_extnum_t xfs_ifork_nextents(struct xfs_ifork *ifp) in xfs_ifork_nextents()
96 static inline int8_t xfs_ifork_format(struct xfs_ifork *ifp) in xfs_ifork_format()
208 static inline bool xfs_iext_next_extent(struct xfs_ifork *ifp, in xfs_iext_next_extent()
215 static inline bool xfs_iext_prev_extent(struct xfs_ifork *ifp, in xfs_iext_prev_extent()
225 static inline bool xfs_iext_peek_next_extent(struct xfs_ifork *ifp, in xfs_iext_peek_next_extent()
237 static inline bool xfs_iext_peek_prev_extent(struct xfs_ifork *ifp, in xfs_iext_peek_prev_extent()
246 #define for_each_xfs_iext(ifp, ext, got) \ argument
263 static inline bool xfs_need_iread_extents(struct xfs_ifork *ifp) in xfs_need_iread_extents()
A 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
170 struct xfs_ifork *ifp; in xfs_iformat_btree() local
363 struct xfs_ifork *ifp; in xfs_iroot_realloc() local
487 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_idata_realloc() local
510 struct xfs_ifork *ifp) in xfs_idestroy_fork()
546 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_iextents_copy() local
587 struct xfs_ifork *ifp; in xfs_iflush_fork() local
714 struct xfs_ifork *ifp = &ip->i_af; in xfs_ifork_verify_local_attr() local
737 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_iext_count_may_overflow() local
A 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
609 struct xfs_ifork *ifp; /* inode fork pointer */ in xfs_bmap_extents_to_btree() local
762 struct xfs_ifork *ifp)) in xfs_bmap_local_to_extents()
766 struct xfs_ifork *ifp; /* inode fork pointer */ in xfs_bmap_local_to_extents() local
1929 struct xfs_ifork *ifp; /* inode fork pointer */ in xfs_bmap_add_extent_unwritten_real() local
2458 struct xfs_ifork *ifp; /* inode fork pointer */ in xfs_bmap_add_extent_hole_delay() local
4231 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, fork); in xfs_bmapi_minleft() local
4604 struct xfs_ifork *ifp; in xfs_bmapi_remap() local
4981 struct xfs_ifork *ifp; /* inode fork pointer */ in xfs_bmap_del_extent_real() local
[all …]
A Dxfs_symlink_remote.c169 struct xfs_ifork *ifp) in xfs_symlink_local_to_remote()
207 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, XFS_DATA_FORK); in xfs_symlink_shortform_verify() local
A Dxfs_bmap_btree.c287 struct xfs_ifork *ifp; in xfs_bmbt_get_minrecs() local
305 struct xfs_ifork *ifp; in xfs_bmbt_get_maxrecs() local
535 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_bmbt_init_cursor() local
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dcore.c67 char *brcmf_ifname(struct brcmf_if *ifp) in brcmf_ifname()
80 struct brcmf_if *ifp; in brcmf_get_ifp() local
235 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_netdev_set_mac_address() local
479 struct brcmf_if **ifp) in brcmf_rx_hdrpull()
500 struct brcmf_if *ifp; in brcmf_rx_frame() local
525 struct brcmf_if *ifp; in brcmf_rx_event() local
845 struct brcmf_if *ifp; in brcmf_add_if() local
911 struct brcmf_if *ifp; in brcmf_del_if() local
994 struct brcmf_if *ifp; in brcmf_inetaddr_changed() local
1084 struct brcmf_if *ifp; in brcmf_inet6addr_changed() local
[all …]
A Dfwil.c130 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()
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()
369 brcmf_fil_bsscfg_data_get(struct brcmf_if *ifp, const char *name, in brcmf_fil_bsscfg_data_get()
399 brcmf_fil_bsscfg_int_set(struct brcmf_if *ifp, const char *name, u32 data) in brcmf_fil_bsscfg_int_set()
[all …]
A Dcfg80211.c569 struct brcmf_if *ifp; in brcmf_cfg80211_update_proto_addr_mode() local
909 struct brcmf_if *ifp; in brcmf_mon_add_vif() local
4719 struct brcmf_if *ifp; in brcmf_vif_set_mgmt_ie() local
5496 struct brcmf_if *ifp; in brcmf_cfg80211_set_cqm_rssi_range_config() local
5700 struct brcmf_if *ifp; in brcmf_cfg80211_tdls_oper() local
5730 struct brcmf_if *ifp; in brcmf_cfg80211_update_conn_params() local
5777 struct brcmf_if *ifp; in brcmf_cfg80211_set_pmk() local
5795 struct brcmf_if *ifp; in brcmf_cfg80211_del_pmk() local
5911 struct brcmf_if *ifp; in brcmf_cfg80211_free_netdev() local
7593 struct brcmf_if *ifp; in brcmf_config_dongle() local
[all …]
A 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
323 bool brcmf_feat_is_enabled(struct brcmf_if *ifp, enum brcmf_feat_id id) in brcmf_feat_is_enabled()
328 bool brcmf_feat_is_quirk_enabled(struct brcmf_if *ifp, in brcmf_feat_is_quirk_enabled()
A 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()
A 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
A 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_process_clm_blob(struct brcmf_if *ifp) in brcmf_c_process_clm_blob()
186 int brcmf_c_set_cur_etheraddr(struct brcmf_if *ifp, const u8 *addr) in brcmf_c_set_cur_etheraddr()
211 int brcmf_c_preinit_dcmds(struct brcmf_if *ifp) in brcmf_c_preinit_dcmds()
A 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()
A Dp2p.c773 struct brcmf_if *ifp, in brcmf_p2p_run_escan()
1011 int brcmf_p2p_notify_listen_complete(struct brcmf_if *ifp, in brcmf_p2p_notify_listen_complete()
1340 struct brcmf_if *ifp; in brcmf_p2p_gon_req_collision() local
1385 int brcmf_p2p_notify_action_frame_rx(struct brcmf_if *ifp, in brcmf_p2p_notify_action_frame_rx()
1723 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_p2p_send_action_frame() local
2009 struct brcmf_if *ifp; in brcmf_p2p_get_current_chanspec() local
2102 struct brcmf_if *ifp, u8 ea[ETH_ALEN], in brcmf_p2p_request_p2p_if()
2127 struct brcmf_if *ifp = netdev_priv(pri_ndev); in brcmf_p2p_disable_p2p_if() local
2137 struct brcmf_if *ifp = netdev_priv(pri_ndev); in brcmf_p2p_release_p2p_if() local
2235 struct brcmf_if *ifp = netdev_priv(cfg_to_ndev(cfg)); in brcmf_p2p_get_conn_idx() local
[all …]
A Dproto.h50 struct brcmf_if **ifp) in brcmf_proto_hdrpull()
112 brcmf_proto_rxreorder(struct brcmf_if *ifp, struct sk_buff *skb) in brcmf_proto_rxreorder()
118 brcmf_proto_add_if(struct brcmf_pub *drvr, struct brcmf_if *ifp) in brcmf_proto_add_if()
126 brcmf_proto_del_if(struct brcmf_pub *drvr, struct brcmf_if *ifp) in brcmf_proto_del_if()
134 brcmf_proto_reset_if(struct brcmf_pub *drvr, struct brcmf_if *ifp) in brcmf_proto_reset_if()
A Dbcdc.c282 struct sk_buff *pktbuf, struct brcmf_if **ifp) in brcmf_proto_bcdc_hdrpull()
336 struct brcmf_if *ifp = brcmf_get_ifp(drvr, ifidx); in brcmf_proto_bcdc_tx_queue_data() local
369 struct brcmf_if *ifp; in brcmf_proto_bcdc_txcomplete() local
400 static void brcmf_proto_bcdc_rxreorder(struct brcmf_if *ifp, in brcmf_proto_bcdc_rxreorder()
407 brcmf_proto_bcdc_add_if(struct brcmf_if *ifp) in brcmf_proto_bcdc_add_if()
413 brcmf_proto_bcdc_del_if(struct brcmf_if *ifp) in brcmf_proto_bcdc_del_if()
419 brcmf_proto_bcdc_reset_if(struct brcmf_if *ifp) in brcmf_proto_bcdc_reset_if()
A Dfwsignal.c962 struct brcmf_if *ifp = brcmf_get_ifp(fws->drvr, if_id); in brcmf_fws_flow_control_check() local
1447 struct brcmf_if *ifp; in brcmf_fws_txs_process() local
1595 static int brcmf_fws_notify_credit_map(struct brcmf_if *ifp, in brcmf_fws_notify_credit_map()
1629 static int brcmf_fws_notify_bcmc_credit_support(struct brcmf_if *ifp, in brcmf_fws_notify_bcmc_credit_support()
1667 void brcmf_fws_rxreorder(struct brcmf_if *ifp, struct sk_buff *pkt) in brcmf_fws_rxreorder()
2113 int brcmf_fws_process_skb(struct brcmf_if *ifp, struct sk_buff *skb) in brcmf_fws_process_skb()
2154 void brcmf_fws_reset_interface(struct brcmf_if *ifp) in brcmf_fws_reset_interface()
2165 void brcmf_fws_add_interface(struct brcmf_if *ifp) in brcmf_fws_add_interface()
2182 void brcmf_fws_del_interface(struct brcmf_if *ifp) in brcmf_fws_del_interface()
2345 struct brcmf_if *ifp; in brcmf_fws_attach() local
[all …]
/linux-6.3-rc2/fs/xfs/scrub/
A Dbmap.c156 struct xfs_ifork *ifp; in xchk_bmap_has_prev() local
177 struct xfs_ifork *ifp; in xchk_bmap_has_next() local
441 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, info->whichfork); in xchk_bmapbt_rec() local
490 struct xfs_ifork *ifp = xfs_ifork_ptr(sc->ip, whichfork); in xchk_bmap_btree() local
528 struct xfs_ifork *ifp; in xchk_bmap_check_rmap() local
627 struct xfs_ifork *ifp = xfs_ifork_ptr(sc->ip, whichfork); in xchk_bmap_check_rmaps() local
715 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xchk_bmap() local
A Dsymlink.c38 struct xfs_ifork *ifp; in xchk_symlink() local
/linux-6.3-rc2/net/ipv6/
A Daddrconf.c1020 struct inet6_ifaddr *ifp; in ipv6_chk_same_addr() local
1850 struct inet6_ifaddr *ifp; in __ipv6_get_lladdr() local
1919 struct inet6_ifaddr *ifp; in __ipv6_chk_addr_and_flags() local
2343 struct inet6_ifaddr *ifp; in ipv6_inherit_eui64() local
2914 struct inet6_ifaddr *ifp; in inet6_addr_add() local
3005 struct inet6_ifaddr *ifp; in inet6_addr_del() local
3091 struct inet6_ifaddr *ifp; in add_addr() local
3206 struct inet6_ifaddr *ifp; in addrconf_add_linklocal() local
4278 struct inet6_ifaddr *ifp; in addrconf_dad_run() local
4461 struct inet6_ifaddr *ifp; in ipv6_chk_rpl_srh_loop() local
[all …]
/linux-6.3-rc2/drivers/block/aoe/
A Daoenet.c58 struct net_device *ifp; in tx() local
73 is_aoe_netif(struct net_device *ifp) in is_aoe_netif()
131 aoenet_rcv(struct sk_buff *skb, struct net_device *ifp, struct packet_type *pt, struct net_device *… in aoenet_rcv()
/linux-6.3-rc2/drivers/infiniband/hw/qib/
A Dqib_eeprom.c114 static u8 flash_csum(struct qib_flash *ifp, int adjust) in flash_csum()
147 struct qib_flash *ifp; in qib_get_eeprom_info() local
/linux-6.3-rc2/fs/xfs/
A Dxfs_bmap_util.c229 struct xfs_ifork *ifp, in xfs_bmap_count_leaves()
259 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_bmap_count_blocks() local
415 struct xfs_ifork *ifp; in xfs_getbmap() local
597 struct xfs_ifork *ifp = &ip->i_df; in xfs_bmap_punch_delalloc_range() local
1268 struct xfs_ifork *ifp = &ip->i_df; in xfs_swap_extents_check_format() local
/linux-6.3-rc2/include/net/
A Daddrconf.h416 static inline void in6_ifa_put(struct inet6_ifaddr *ifp) in in6_ifa_put()
422 static inline void __in6_ifa_put(struct inet6_ifaddr *ifp) in __in6_ifa_put()
427 static inline void in6_ifa_hold(struct inet6_ifaddr *ifp) in in6_ifa_hold()

Completed in 107 milliseconds

123