Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_inode_fork.c48 xfs_ifork_t *ifp, in xfs_validate_extents()
66 #define xfs_validate_extents(ifp, nrecs, fmt) argument
250 xfs_ifork_t *ifp; in xfs_iformat_local() local
302 xfs_ifork_t *ifp; in xfs_iformat_extents() local
372 xfs_ifork_t *ifp; in xfs_iformat_btree() local
427 xfs_ifork_t *ifp; in xfs_iread_extents() local
481 xfs_ifork_t *ifp; in xfs_iroot_realloc() local
607 xfs_ifork_t *ifp; in xfs_idata_realloc() local
683 xfs_ifork_t *ifp; in xfs_idestroy_fork() local
741 xfs_ifork_t *ifp; in xfs_iextents_copy() local
[all …]
Dxfs_bmap.c342 xfs_ifork_t *ifp; /* fork structure */ in xfs_bmap_check_leaf_extents() local
502 xfs_ifork_t *ifp; /* inode fork pointer */ in xfs_bmap_trace_exlist() local
672 xfs_ifork_t *ifp; /* inode fork data */ in xfs_bmap_btree_to_extents() local
737 xfs_ifork_t *ifp; /* inode fork pointer */ in xfs_bmap_extents_to_btree() local
872 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_bmap_local_to_extents_empty() local
896 struct xfs_ifork *ifp)) in xfs_bmap_local_to_extents()
900 xfs_ifork_t *ifp; /* inode fork pointer */ in xfs_bmap_local_to_extents() local
1254 xfs_ifork_t *ifp; /* fork structure */ in xfs_bmap_read_extents() local
1382 xfs_ifork_t *ifp, /* inode fork pointer */ in xfs_bmap_search_multi_extents()
1437 xfs_ifork_t *ifp; /* inode fork pointer */ in xfs_bmap_search_extents() local
[all …]
Dxfs_bmap_btree.c383 xfs_ifork_t *ifp, in xfs_check_nostate_extents()
544 struct xfs_ifork *ifp; in xfs_bmbt_get_minrecs() local
562 struct xfs_ifork *ifp; in xfs_bmbt_get_maxrecs() local
785 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_bmbt_init_cursor() local
Dxfs_symlink_remote.c181 struct xfs_ifork *ifp) in xfs_symlink_local_to_remote()
Dxfs_attr_leaf.c500 xfs_ifork_t *ifp; in xfs_attr_shortform_create() local
535 xfs_ifork_t *ifp; in xfs_attr_shortform_add() local
676 xfs_ifork_t *ifp; in xfs_attr_shortform_lookup() local
749 xfs_ifork_t *ifp; in xfs_attr_shortform_to_leaf() local
Dxfs_dir2_block.c1073 struct xfs_ifork *ifp; in xfs_dir2_sf_to_block() local
Dxfs_btree.c533 struct xfs_ifork *ifp; in xfs_btree_get_iroot() local
3201 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_btree_kill_iroot() local
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dcore.c89 struct brcmf_if *ifp; in brcmf_get_ifp() local
107 struct brcmf_if *ifp; in _brcmf_set_multicast_list() local
173 struct brcmf_if *ifp; in _brcmf_set_mac_address() local
193 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_netdev_set_mac_address() local
203 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_netdev_set_multicast_list() local
212 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_netdev_start_xmit() local
277 void brcmf_txflowblock_if(struct brcmf_if *ifp, in brcmf_txflowblock_if()
311 void brcmf_netif_rx(struct brcmf_if *ifp, struct sk_buff *skb) in brcmf_netif_rx()
365 static void brcmf_rxreorder_process_info(struct brcmf_if *ifp, u8 *reorder_data, in brcmf_rxreorder_process_info()
538 struct brcmf_if *ifp; in brcmf_rx_frame() local
[all …]
Dfwil.c107 brcmf_fil_cmd_data(struct brcmf_if *ifp, u32 cmd, void *data, u32 len, bool set) in brcmf_fil_cmd_data()
133 brcmf_fil_cmd_data_set(struct brcmf_if *ifp, u32 cmd, void *data, u32 len) in brcmf_fil_cmd_data_set()
150 brcmf_fil_cmd_data_get(struct brcmf_if *ifp, u32 cmd, void *data, u32 len) in brcmf_fil_cmd_data_get()
168 brcmf_fil_cmd_int_set(struct brcmf_if *ifp, u32 cmd, u32 data) in brcmf_fil_cmd_int_set()
182 brcmf_fil_cmd_int_get(struct brcmf_if *ifp, u32 cmd, u32 *data) in brcmf_fil_cmd_int_get()
218 brcmf_fil_iovar_data_set(struct brcmf_if *ifp, char *name, const void *data, in brcmf_fil_iovar_data_set()
246 brcmf_fil_iovar_data_get(struct brcmf_if *ifp, char *name, void *data, in brcmf_fil_iovar_data_get()
276 brcmf_fil_iovar_int_set(struct brcmf_if *ifp, char *name, u32 data) in brcmf_fil_iovar_int_set()
284 brcmf_fil_iovar_int_get(struct brcmf_if *ifp, char *name, u32 *data) in brcmf_fil_iovar_int_get()
341 brcmf_fil_bsscfg_data_set(struct brcmf_if *ifp, char *name, in brcmf_fil_bsscfg_data_set()
[all …]
Dcfg80211.c435 send_key_to_dongle(struct brcmf_if *ifp, struct brcmf_wsec_key *key) in send_key_to_dongle()
453 brcmf_configure_arp_offload(struct brcmf_if *ifp, bool enable) in brcmf_configure_arp_offload()
488 struct brcmf_if *ifp; in brcmf_cfg80211_update_proto_addr_mode() local
503 static int brcmf_cfg80211_request_ap_if(struct brcmf_if *ifp) in brcmf_cfg80211_request_ap_if()
539 struct brcmf_if *ifp = netdev_priv(cfg_to_ndev(cfg)); in brcmf_ap_add_vif() local
647 static void brcmf_scan_config_mpc(struct brcmf_if *ifp, int mpc) in brcmf_scan_config_mpc()
653 void brcmf_set_mpc(struct brcmf_if *ifp, int mpc) in brcmf_set_mpc()
668 struct brcmf_if *ifp, bool aborted, in brcmf_notify_escan_complete()
773 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_cfg80211_change_iface() local
947 brcmf_run_escan(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp, in brcmf_run_escan()
[all …]
Dfeature.c91 static void brcmf_feat_iovar_int_get(struct brcmf_if *ifp, in brcmf_feat_iovar_int_get()
114 static void brcmf_feat_iovar_int_set(struct brcmf_if *ifp, in brcmf_feat_iovar_int_set()
131 struct brcmf_if *ifp = brcmf_get_ifp(drvr, 0); in brcmf_feat_attach() local
163 bool brcmf_feat_is_enabled(struct brcmf_if *ifp, enum brcmf_feat_id id) in brcmf_feat_is_enabled()
168 bool brcmf_feat_is_quirk_enabled(struct brcmf_if *ifp, in brcmf_feat_is_quirk_enabled()
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
425 struct brcmf_if *ifp = btci->vif->ifp; in brcmf_btcoex_dhcp_start() local
471 struct brcmf_if *ifp = brcmf_get_ifp(cfg->pub, 0); in brcmf_btcoex_set_mode() local
Dfweh.c147 static int brcmf_fweh_call_event_handler(struct brcmf_if *ifp, in brcmf_fweh_call_event_handler()
181 struct brcmf_if *ifp; in brcmf_fweh_handle_if_event() local
262 struct brcmf_if *ifp; in brcmf_fweh_event_worker() local
326 void brcmf_fweh_p2pdev_setup(struct brcmf_if *ifp, bool ongoing) in brcmf_fweh_p2pdev_setup()
352 struct brcmf_if *ifp = brcmf_get_ifp(drvr, 0); in brcmf_fweh_detach() local
407 int brcmf_fweh_activate_events(struct brcmf_if *ifp) in brcmf_fweh_activate_events()
Dp2p.c434 static int brcmf_p2p_set_firmware(struct brcmf_if *ifp, u8 *p2p_mac) in brcmf_p2p_set_firmware()
526 static s32 brcmf_p2p_set_discover_state(struct brcmf_if *ifp, u8 state, in brcmf_p2p_set_discover_state()
768 struct brcmf_if *ifp, in brcmf_p2p_run_escan()
1008 int brcmf_p2p_notify_listen_complete(struct brcmf_if *ifp, in brcmf_p2p_notify_listen_complete()
1041 void brcmf_p2p_cancel_remain_on_channel(struct brcmf_if *ifp) in brcmf_p2p_cancel_remain_on_channel()
1275 struct brcmf_if *ifp = cfg->escan_info.ifp; in brcmf_p2p_stop_wait_next_action_frame() local
1306 struct brcmf_if *ifp; in brcmf_p2p_gon_req_collision() local
1351 int brcmf_p2p_notify_action_frame_rx(struct brcmf_if *ifp, in brcmf_p2p_notify_action_frame_rx()
1453 int brcmf_p2p_notify_action_tx_complete(struct brcmf_if *ifp, in brcmf_p2p_notify_action_tx_complete()
1652 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_p2p_send_action_frame() local
[all …]
Dvendor.c35 struct brcmf_if *ifp; in brcmf_cfg80211_vndr_cmds_dcmd_handler() local
Dcommon.c39 int brcmf_c_preinit_dcmds(struct brcmf_if *ifp) in brcmf_c_preinit_dcmds()
Dfwsignal.c760 brcmf_fws_macdesc_find(struct brcmf_fws_info *fws, struct brcmf_if *ifp, u8 *da) in brcmf_fws_macdesc_find()
975 struct brcmf_if *ifp = brcmf_get_ifp(fws->drvr, if_id); in brcmf_fws_flow_control_check() local
1451 struct brcmf_if *ifp; in brcmf_fws_txs_process() local
1575 static int brcmf_fws_notify_credit_map(struct brcmf_if *ifp, in brcmf_fws_notify_credit_map()
1606 static int brcmf_fws_notify_bcmc_credit_support(struct brcmf_if *ifp, in brcmf_fws_notify_bcmc_credit_support()
1619 void brcmf_fws_hdrpull(struct brcmf_if *ifp, s16 siglen, struct sk_buff *skb) in brcmf_fws_hdrpull()
1885 int brcmf_fws_process_skb(struct brcmf_if *ifp, struct sk_buff *skb) in brcmf_fws_process_skb()
1937 void brcmf_fws_reset_interface(struct brcmf_if *ifp) in brcmf_fws_reset_interface()
1948 void brcmf_fws_add_interface(struct brcmf_if *ifp) in brcmf_fws_add_interface()
1965 void brcmf_fws_del_interface(struct brcmf_if *ifp) in brcmf_fws_del_interface()
[all …]
Ddebug.c48 static int brcmf_debug_psm_watchdog_notify(struct brcmf_if *ifp, in brcmf_debug_psm_watchdog_notify()
Dcfg80211.h191 struct brcmf_if *ifp; member
234 struct brcmf_if *ifp; member
454 struct brcmf_if *ifp = netdev_priv(nd); in ndev_to_prof() local
460 struct brcmf_if *ifp = netdev_priv(ndev); in ndev_to_vif() local
Dproto.h50 struct brcmf_if **ifp) in brcmf_proto_hdrpull()
Dbcdc.c276 struct sk_buff *pktbuf, struct brcmf_if **ifp) in brcmf_proto_bcdc_hdrpull()
Dflowring.c188 struct brcmf_if *ifp; in brcmf_flowring_block() local
Dmsgbuf.c525 struct sk_buff *skb, struct brcmf_if **ifp) in brcmf_msgbuf_hdrpull()
1083 struct brcmf_if *ifp; in brcmf_msgbuf_rx_skb() local
/linux-4.4.14/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()
Daoeblk.c65 struct aoeif *ifp, *e; in aoedisk_show_netif() local
117 struct aoeif *ifp, *ife; in aoedisk_debugfs_show() local
Daoecmd.c159 struct aoeif *ifp; in ifrotate() local
419 struct net_device *ifp; in aoecmd_cfg_pkts() local
557 ejectif(struct aoetgt *t, struct aoeif *ifp) in ejectif()
751 struct aoeif *ifp; in rexmit_timer() local
1146 struct aoeif *ifp; in ktiocomplete() local
Daoedev.c497 struct aoeif *ifp; in freetgt() local
Daoe.h139 struct aoeif *ifp; /* current aoeif in use */ member
/linux-4.4.14/net/ipv6/
Daddrconf.c277 static void addrconf_del_dad_work(struct inet6_ifaddr *ifp) in addrconf_del_dad_work()
291 static void addrconf_mod_dad_work(struct inet6_ifaddr *ifp, in addrconf_mod_dad_work()
848 void inet6_ifa_finish_destroy(struct inet6_ifaddr *ifp) in inet6_ifa_finish_destroy()
872 ipv6_link_dev_addr(struct inet6_dev *idev, struct inet6_ifaddr *ifp) in ipv6_link_dev_addr()
1031 check_cleanup_prefix_route(struct inet6_ifaddr *ifp, unsigned long *expires) in check_cleanup_prefix_route()
1068 cleanup_prefix_route(struct inet6_ifaddr *ifp, unsigned long expires, bool del_rt) in cleanup_prefix_route()
1090 static void ipv6_del_addr(struct inet6_ifaddr *ifp) in ipv6_del_addr()
1146 static int ipv6_create_tempaddr(struct inet6_ifaddr *ifp, struct inet6_ifaddr *ift) in ipv6_create_tempaddr()
1595 struct inet6_ifaddr *ifp; in __ipv6_get_lladdr() local
1631 struct inet6_ifaddr *ifp; in ipv6_count_addresses() local
[all …]
Dndisc.c488 struct inet6_ifaddr *ifp; in ndisc_send_na() local
616 struct inet6_ifaddr *ifp = ipv6_get_ifaddr(dev_net(dev), saddr, in ndisc_send_rs() local
715 struct inet6_ifaddr *ifp; in ndisc_recv_ns() local
886 struct inet6_ifaddr *ifp; in ndisc_recv_na() local
Dip6_output.c973 struct inet6_ifaddr *ifp; in ip6_dst_lookup_tail() local
Droute.c2568 void rt6_remove_prefsrc(struct inet6_ifaddr *ifp) in rt6_remove_prefsrc()
/linux-4.4.14/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-4.4.14/include/net/
Daddrconf.h314 static inline void in6_ifa_put(struct inet6_ifaddr *ifp) in in6_ifa_put()
320 static inline void __in6_ifa_put(struct inet6_ifaddr *ifp) in __in6_ifa_put()
325 static inline void in6_ifa_hold(struct inet6_ifaddr *ifp) in in6_ifa_hold()
/linux-4.4.14/fs/xfs/
Dxfs_bmap_util.c306 xfs_ifork_t *ifp, in xfs_bmap_count_leaves()
347 xfs_ifork_t *ifp, /* inode fork pointer */ in xfs_bmap_count_tree()
428 xfs_ifork_t *ifp; /* fork structure */ in xfs_bmap_count_blocks() local
478 xfs_ifork_t *ifp; /* inode fork pointer */ in xfs_getbmapx_fix_eof_hole() local
1715 xfs_ifork_t *tempifp, *ifp, *tifp; in xfs_swap_extents() local
Dxfs_qm.c1099 xfs_ifork_t *ifp; /* inode fork pointer */ in xfs_qm_get_rtblks() local
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_eeprom.c676 static u8 flash_csum(struct ipath_flash *ifp, int adjust) in flash_csum()
709 struct ipath_flash *ifp; in ipath_get_eeprom_info() local
868 struct ipath_flash *ifp; in ipath_update_eeprom_log() local
/linux-4.4.14/drivers/staging/most/mostcore/
Dmostcore.h192 struct most_interface *ifp; member
/linux-4.4.14/drivers/usb/core/
Dconfig.c146 int asnum, struct usb_host_interface *ifp, int num_ep, in usb_parse_endpoint()
/linux-4.4.14/net/core/
Dnetpoll.c735 struct inet6_ifaddr *ifp; in netpoll_setup() local
Dpktgen.c2174 struct inet6_ifaddr *ifp; in pktgen_setup_inject() local
/linux-4.4.14/net/sctp/
Dipv6.c383 struct inet6_ifaddr *ifp; in sctp_v6_copy_addrlist() local
/linux-4.4.14/drivers/infiniband/core/
Droce_gid_mgmt.c296 struct inet6_ifaddr *ifp; in enum_netdev_ipv6_ips() local
/linux-4.4.14/fs/btrfs/
Dbackref.c2000 struct inode_fs_paths *ifp; local
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dcm.c3055 struct inet6_ifaddr *ifp; in get_lladdr() local
/linux-4.4.14/drivers/staging/slicoss/
Dslic.h390 void *ifp; member