Home
last modified time | relevance | path

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

123

/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcore.c46 char *brcmf_ifname(struct brcmf_if *ifp) in brcmf_ifname()
59 struct brcmf_if *ifp; in brcmf_get_ifp() local
75 void brcmf_configure_arp_nd_offload(struct brcmf_if *ifp, bool enable) in brcmf_configure_arp_nd_offload()
114 struct brcmf_if *ifp; in _brcmf_set_multicast_list() local
181 struct brcmf_if *ifp; in _brcmf_update_ndtable() local
209 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_netdev_set_mac_address() local
229 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_netdev_set_multicast_list() local
269 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_netdev_start_xmit() local
351 void brcmf_txflowblock_if(struct brcmf_if *ifp, in brcmf_txflowblock_if()
375 void brcmf_netif_rx(struct brcmf_if *ifp, struct sk_buff *skb) in brcmf_netif_rx()
[all …]
Dfwil.c107 brcmf_fil_cmd_data(struct brcmf_if *ifp, u32 cmd, void *data, u32 len, bool set) in brcmf_fil_cmd_data()
140 brcmf_fil_cmd_data_set(struct brcmf_if *ifp, u32 cmd, void *data, u32 len) in brcmf_fil_cmd_data_set()
157 brcmf_fil_cmd_data_get(struct brcmf_if *ifp, u32 cmd, void *data, u32 len) in brcmf_fil_cmd_data_get()
175 brcmf_fil_cmd_int_set(struct brcmf_if *ifp, u32 cmd, u32 data) in brcmf_fil_cmd_int_set()
189 brcmf_fil_cmd_int_get(struct brcmf_if *ifp, u32 cmd, u32 *data) in brcmf_fil_cmd_int_get()
225 brcmf_fil_iovar_data_set(struct brcmf_if *ifp, char *name, const void *data, in brcmf_fil_iovar_data_set()
253 brcmf_fil_iovar_data_get(struct brcmf_if *ifp, char *name, void *data, in brcmf_fil_iovar_data_get()
283 brcmf_fil_iovar_int_set(struct brcmf_if *ifp, char *name, u32 data) in brcmf_fil_iovar_int_set()
291 brcmf_fil_iovar_int_get(struct brcmf_if *ifp, char *name, u32 *data) in brcmf_fil_iovar_int_get()
348 brcmf_fil_bsscfg_data_set(struct brcmf_if *ifp, char *name, in brcmf_fil_bsscfg_data_set()
[all …]
Dcfg80211.c458 send_key_to_dongle(struct brcmf_if *ifp, struct brcmf_wsec_key *key) in send_key_to_dongle()
479 struct brcmf_if *ifp; in brcmf_cfg80211_update_proto_addr_mode() local
509 static int brcmf_cfg80211_request_ap_if(struct brcmf_if *ifp) in brcmf_cfg80211_request_ap_if()
544 struct brcmf_if *ifp = netdev_priv(cfg_to_ndev(cfg)); in brcmf_ap_add_vif() local
656 static void brcmf_scan_config_mpc(struct brcmf_if *ifp, int mpc) in brcmf_scan_config_mpc()
662 void brcmf_set_mpc(struct brcmf_if *ifp, int mpc) in brcmf_set_mpc()
677 struct brcmf_if *ifp, bool aborted, in brcmf_notify_escan_complete()
758 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_cfg80211_del_ap_iface() local
835 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_cfg80211_change_iface() local
999 brcmf_run_escan(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp, in brcmf_run_escan()
[all …]
Dfeature.c139 static void brcmf_feat_iovar_int_get(struct brcmf_if *ifp, in brcmf_feat_iovar_int_get()
160 static void brcmf_feat_iovar_data_set(struct brcmf_if *ifp, in brcmf_feat_iovar_data_set()
182 static void brcmf_feat_firmware_capabilities(struct brcmf_if *ifp) in brcmf_feat_firmware_capabilities()
215 struct brcmf_if *ifp = brcmf_get_ifp(bus_if->drvr, 0); in brcmf_feat_fwcap_debugfs_read() local
243 struct brcmf_if *ifp = brcmf_get_ifp(drvr, 0); in brcmf_feat_attach() local
314 bool brcmf_feat_is_enabled(struct brcmf_if *ifp, enum brcmf_feat_id id) in brcmf_feat_is_enabled()
319 bool brcmf_feat_is_quirk_enabled(struct brcmf_if *ifp, in brcmf_feat_is_quirk_enabled()
Dpno.c100 static int brcmf_pno_channel_config(struct brcmf_if *ifp, in brcmf_pno_channel_config()
109 static int brcmf_pno_config(struct brcmf_if *ifp, u32 scan_freq, in brcmf_pno_config()
161 static int brcmf_pno_set_random(struct brcmf_if *ifp, struct brcmf_pno_info *pi) in brcmf_pno_set_random()
202 static int brcmf_pno_add_ssid(struct brcmf_if *ifp, struct cfg80211_ssid *ssid, in brcmf_pno_add_ssid()
225 static int brcmf_pno_add_bssid(struct brcmf_if *ifp, const u8 *bssid) in brcmf_pno_add_bssid()
259 static int brcmf_pno_clean(struct brcmf_if *ifp) in brcmf_pno_clean()
365 static int brcmf_pno_config_networks(struct brcmf_if *ifp, in brcmf_pno_config_networks()
393 static int brcmf_pno_config_sched_scans(struct brcmf_if *ifp) in brcmf_pno_config_sched_scans()
468 int brcmf_pno_start_sched_scan(struct brcmf_if *ifp, in brcmf_pno_start_sched_scan()
491 int brcmf_pno_stop_sched_scan(struct brcmf_if *ifp, u64 reqid) in brcmf_pno_stop_sched_scan()
Dbtcoex.c113 static s32 brcmf_btcoex_params_write(struct brcmf_if *ifp, u32 addr, u32 data) in brcmf_btcoex_params_write()
132 static s32 brcmf_btcoex_params_read(struct brcmf_if *ifp, u32 addr, u32 *data) in brcmf_btcoex_params_read()
152 struct brcmf_if *ifp = brcmf_get_ifp(btci->cfg->pub, 0); in brcmf_btcoex_boost_wifi() local
206 static bool brcmf_btcoex_is_sco_active(struct brcmf_if *ifp) in brcmf_btcoex_is_sco_active()
245 struct brcmf_if *ifp = btci->vif->ifp; in btcmf_btcoex_save_part1() local
265 struct brcmf_if *ifp; in brcmf_btcoex_restore_part1() local
421 struct brcmf_if *ifp = btci->vif->ifp; in brcmf_btcoex_dhcp_start() local
467 struct brcmf_if *ifp = brcmf_get_ifp(cfg->pub, 0); in brcmf_btcoex_set_mode() local
Dfweh.c105 static int brcmf_fweh_call_event_handler(struct brcmf_if *ifp, in brcmf_fweh_call_event_handler()
139 struct brcmf_if *ifp; in brcmf_fweh_handle_if_event() local
225 struct brcmf_if *ifp; in brcmf_fweh_event_worker() local
289 void brcmf_fweh_p2pdev_setup(struct brcmf_if *ifp, bool ongoing) in brcmf_fweh_p2pdev_setup()
315 struct brcmf_if *ifp = brcmf_get_ifp(drvr, 0); in brcmf_fweh_detach() local
370 int brcmf_fweh_activate_events(struct brcmf_if *ifp) in brcmf_fweh_activate_events()
Dp2p.c435 static int brcmf_p2p_set_firmware(struct brcmf_if *ifp, u8 *p2p_mac) in brcmf_p2p_set_firmware()
525 static s32 brcmf_p2p_set_discover_state(struct brcmf_if *ifp, u8 state, in brcmf_p2p_set_discover_state()
759 struct brcmf_if *ifp, in brcmf_p2p_run_escan()
996 int brcmf_p2p_notify_listen_complete(struct brcmf_if *ifp, in brcmf_p2p_notify_listen_complete()
1029 void brcmf_p2p_cancel_remain_on_channel(struct brcmf_if *ifp) in brcmf_p2p_cancel_remain_on_channel()
1262 struct brcmf_if *ifp = p2p->bss_idx[P2PAPI_BSSCFG_PRIMARY].vif->ifp; in brcmf_p2p_stop_wait_next_action_frame() local
1293 struct brcmf_if *ifp; in brcmf_p2p_gon_req_collision() local
1338 int brcmf_p2p_notify_action_frame_rx(struct brcmf_if *ifp, in brcmf_p2p_notify_action_frame_rx()
1445 int brcmf_p2p_notify_action_tx_complete(struct brcmf_if *ifp, in brcmf_p2p_notify_action_tx_complete()
1644 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_p2p_send_action_frame() local
[all …]
Dproto.h61 struct brcmf_if **ifp) in brcmf_proto_hdrpull()
123 brcmf_proto_rxreorder(struct brcmf_if *ifp, struct sk_buff *skb) in brcmf_proto_rxreorder()
129 brcmf_proto_add_if(struct brcmf_pub *drvr, struct brcmf_if *ifp) in brcmf_proto_add_if()
137 brcmf_proto_del_if(struct brcmf_pub *drvr, struct brcmf_if *ifp) in brcmf_proto_del_if()
145 brcmf_proto_reset_if(struct brcmf_pub *drvr, struct brcmf_if *ifp) in brcmf_proto_reset_if()
Dbcdc.c291 struct sk_buff *pktbuf, struct brcmf_if **ifp) in brcmf_proto_bcdc_hdrpull()
345 struct brcmf_if *ifp = brcmf_get_ifp(drvr, ifidx); in brcmf_proto_bcdc_tx_queue_data() local
378 struct brcmf_if *ifp; in brcmf_proto_bcdc_txcomplete() local
410 static void brcmf_proto_bcdc_rxreorder(struct brcmf_if *ifp, in brcmf_proto_bcdc_rxreorder()
417 brcmf_proto_bcdc_add_if(struct brcmf_if *ifp) in brcmf_proto_bcdc_add_if()
423 brcmf_proto_bcdc_del_if(struct brcmf_if *ifp) in brcmf_proto_bcdc_del_if()
429 brcmf_proto_bcdc_reset_if(struct brcmf_if *ifp) in brcmf_proto_bcdc_reset_if()
Dcommon.c91 void brcmf_c_set_joinpref_default(struct brcmf_if *ifp) in brcmf_c_set_joinpref_default()
112 static int brcmf_c_download(struct brcmf_if *ifp, u16 flag, in brcmf_c_download()
130 static int brcmf_c_process_clm_blob(struct brcmf_if *ifp) in brcmf_c_process_clm_blob()
202 int brcmf_c_preinit_dcmds(struct brcmf_if *ifp) in brcmf_c_preinit_dcmds()
Dfwsignal.c771 brcmf_fws_macdesc_find(struct brcmf_fws_info *fws, struct brcmf_if *ifp, u8 *da) in brcmf_fws_macdesc_find()
986 struct brcmf_if *ifp = brcmf_get_ifp(fws->drvr, if_id); in brcmf_fws_flow_control_check() local
1462 struct brcmf_if *ifp; in brcmf_fws_txs_process() local
1586 static int brcmf_fws_notify_credit_map(struct brcmf_if *ifp, in brcmf_fws_notify_credit_map()
1617 static int brcmf_fws_notify_bcmc_credit_support(struct brcmf_if *ifp, in brcmf_fws_notify_bcmc_credit_support()
1655 void brcmf_fws_rxreorder(struct brcmf_if *ifp, struct sk_buff *pkt) in brcmf_fws_rxreorder()
1827 void brcmf_fws_hdrpull(struct brcmf_if *ifp, s16 siglen, struct sk_buff *skb) in brcmf_fws_hdrpull()
2093 int brcmf_fws_process_skb(struct brcmf_if *ifp, struct sk_buff *skb) in brcmf_fws_process_skb()
2132 void brcmf_fws_reset_interface(struct brcmf_if *ifp) in brcmf_fws_reset_interface()
2143 void brcmf_fws_add_interface(struct brcmf_if *ifp) in brcmf_fws_add_interface()
[all …]
Dvendor.c35 struct brcmf_if *ifp; in brcmf_cfg80211_vndr_cmds_dcmd_handler() local
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_iext_tree.c132 inline xfs_extnum_t xfs_iext_count(struct xfs_ifork *ifp) in xfs_iext_count()
137 static inline int xfs_iext_max_recs(struct xfs_ifork *ifp) in xfs_iext_max_recs()
149 static inline bool xfs_iext_valid(struct xfs_ifork *ifp, in xfs_iext_valid()
163 struct xfs_ifork *ifp) in xfs_iext_find_first_leaf()
181 struct xfs_ifork *ifp) in xfs_iext_find_last_leaf()
202 struct xfs_ifork *ifp, in xfs_iext_first()
211 struct xfs_ifork *ifp, in xfs_iext_last()
231 struct xfs_ifork *ifp, in xfs_iext_next()
253 struct xfs_ifork *ifp, in xfs_iext_prev()
309 struct xfs_ifork *ifp, in xfs_iext_find_level()
[all …]
Dxfs_inode_fork.c136 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_init_local_fork() local
206 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_iformat_extents() local
272 struct xfs_ifork *ifp; in xfs_iformat_btree() local
350 struct xfs_ifork *ifp; in xfs_iroot_realloc() local
475 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_idata_realloc() local
506 struct xfs_ifork *ifp; in xfs_idestroy_fork() local
554 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_iextents_copy() local
595 struct xfs_ifork *ifp; in xfs_iflush_fork() local
Dxfs_inode_fork.h130 static inline bool xfs_iext_next_extent(struct xfs_ifork *ifp, in xfs_iext_next_extent()
137 static inline bool xfs_iext_prev_extent(struct xfs_ifork *ifp, in xfs_iext_prev_extent()
147 static inline bool xfs_iext_peek_next_extent(struct xfs_ifork *ifp, in xfs_iext_peek_next_extent()
159 static inline bool xfs_iext_peek_prev_extent(struct xfs_ifork *ifp, in xfs_iext_peek_prev_extent()
168 #define for_each_xfs_iext(ifp, ext, got) \ argument
Dxfs_bmap.c329 struct xfs_ifork *ifp; /* fork structure */ in xfs_bmap_check_leaf_extents() local
598 struct xfs_ifork *ifp; /* inode fork data */ in xfs_bmap_btree_to_extents() local
662 struct xfs_ifork *ifp; /* inode fork pointer */ in xfs_bmap_extents_to_btree() local
801 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
1158 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_iread_extents() local
1300 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_bmap_first_unused() local
1351 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_bmap_last_before() local
1386 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_bmap_last_extent() local
[all …]
Dxfs_symlink_remote.c172 struct xfs_ifork *ifp) in xfs_symlink_local_to_remote()
209 struct xfs_ifork *ifp; in xfs_symlink_shortform_verify() local
Dxfs_bmap_btree.c306 struct xfs_ifork *ifp; in xfs_bmbt_get_minrecs() local
324 struct xfs_ifork *ifp; in xfs_bmbt_get_maxrecs() local
543 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_bmbt_init_cursor() local
/Linux-v4.19/drivers/block/aoe/
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-v4.19/net/ipv6/
Daddrconf.c310 static void addrconf_del_dad_work(struct inet6_ifaddr *ifp) in addrconf_del_dad_work()
324 static void addrconf_mod_dad_work(struct inet6_ifaddr *ifp, in addrconf_mod_dad_work()
899 void inet6_ifa_finish_destroy(struct inet6_ifaddr *ifp) in inet6_ifa_finish_destroy()
922 ipv6_link_dev_addr(struct inet6_dev *idev, struct inet6_ifaddr *ifp) in ipv6_link_dev_addr()
951 struct inet6_ifaddr *ifp; in ipv6_chk_same_addr() local
1139 check_cleanup_prefix_route(struct inet6_ifaddr *ifp, unsigned long *expires) in check_cleanup_prefix_route()
1176 cleanup_prefix_route(struct inet6_ifaddr *ifp, unsigned long expires, bool del_rt) in cleanup_prefix_route()
1198 static void ipv6_del_addr(struct inet6_ifaddr *ifp) in ipv6_del_addr()
1254 static int ipv6_create_tempaddr(struct inet6_ifaddr *ifp, in ipv6_create_tempaddr()
1790 struct inet6_ifaddr *ifp; in __ipv6_get_lladdr() local
[all …]
/Linux-v4.19/drivers/infiniband/hw/qib/
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-v4.19/fs/xfs/scrub/
Dsymlink.c47 struct xfs_ifork *ifp; in xchk_symlink() local
/Linux-v4.19/include/net/
Daddrconf.h411 static inline void in6_ifa_put(struct inet6_ifaddr *ifp) in in6_ifa_put()
417 static inline void __in6_ifa_put(struct inet6_ifaddr *ifp) in __in6_ifa_put()
422 static inline void in6_ifa_hold(struct inet6_ifaddr *ifp) in in6_ifa_hold()
/Linux-v4.19/fs/xfs/
Dxfs_bmap_util.c219 struct xfs_ifork *ifp, in xfs_bmap_count_leaves()
264 struct xfs_ifork *ifp, in xfs_bmap_count_tree()
351 struct xfs_ifork *ifp; /* fork structure */ in xfs_bmap_count_blocks() local
517 struct xfs_ifork *ifp; in xfs_getbmap() local
699 struct xfs_ifork *ifp = &ip->i_df; in xfs_bmap_punch_delalloc_range() local

123