| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | core.c | 67 char *brcmf_ifname(struct brcmf_if *ifp) in brcmf_ifname() argument 69 if (!ifp) in brcmf_ifname() 72 if (ifp->ndev) in brcmf_ifname() 73 return ifp->ndev->name; in brcmf_ifname() 80 struct brcmf_if *ifp; in brcmf_get_ifp() local 88 ifp = NULL; in brcmf_get_ifp() 91 ifp = drvr->iflist[bsscfgidx]; in brcmf_get_ifp() 93 return ifp; in brcmf_get_ifp() 96 void brcmf_configure_arp_nd_offload(struct brcmf_if *ifp, bool enable) in brcmf_configure_arp_nd_offload() argument 101 if (enable && brcmf_is_apmode_operating(ifp->drvr->wiphy)) { in brcmf_configure_arp_nd_offload() [all …]
|
| H A D | btcoex.c | 103 static s32 brcmf_btcoex_params_write(struct brcmf_if *ifp, u32 addr, u32 data) in brcmf_btcoex_params_write() argument 112 return brcmf_fil_iovar_data_set(ifp, "btc_params", 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() argument 126 return brcmf_fil_iovar_int_query(ifp, "btc_params", data); in brcmf_btcoex_params_read() 142 struct brcmf_if *ifp = brcmf_get_ifp(btci->cfg->pub, 0); in brcmf_btcoex_boost_wifi() local 151 brcmf_btcoex_params_read(ifp, 50, &btci->reg50); in brcmf_btcoex_boost_wifi() 152 brcmf_btcoex_params_read(ifp, 51, &btci->reg51); in brcmf_btcoex_boost_wifi() 153 brcmf_btcoex_params_read(ifp, 64, &btci->reg64); in brcmf_btcoex_boost_wifi() 154 brcmf_btcoex_params_read(ifp, 65, &btci->reg65); in brcmf_btcoex_boost_wifi() 155 brcmf_btcoex_params_read(ifp, 71, &btci->reg71); in brcmf_btcoex_boost_wifi() [all …]
|
| H A D | fwil.c | 97 brcmf_fil_cmd_data(struct brcmf_if *ifp, u32 cmd, void *data, u32 len, bool set) in brcmf_fil_cmd_data() argument 99 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_cmd_data() 110 err = brcmf_proto_set_dcmd(drvr, ifp->ifidx, cmd, in brcmf_fil_cmd_data() 113 err = brcmf_proto_query_dcmd(drvr, ifp->ifidx, cmd, in brcmf_fil_cmd_data() 123 if (ifp->fwil_fwerr) 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() argument 134 mutex_lock(&ifp->drvr->proto_block); in brcmf_fil_cmd_data_set() 136 brcmf_dbg(FIL, "ifidx=%d, cmd=%d, len=%d\n", ifp->ifidx, cmd, len); in brcmf_fil_cmd_data_set() 140 err = brcmf_fil_cmd_data(ifp, cmd, data, len, true); in brcmf_fil_cmd_data_set() 141 mutex_unlock(&ifp->drvr->proto_block); in brcmf_fil_cmd_data_set() [all …]
|
| H A D | common.c | 80 void brcmf_c_set_joinpref_default(struct brcmf_if *ifp) in brcmf_c_set_joinpref_default() argument 82 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_set_joinpref_default() 96 err = brcmf_fil_iovar_data_set(ifp, "join_pref", join_pref_params, in brcmf_c_set_joinpref_default() 102 static int brcmf_c_download(struct brcmf_if *ifp, u16 flag, in brcmf_c_download() argument 114 err = brcmf_fil_iovar_data_set(ifp, var, dload_buf, in brcmf_c_download() 120 static int brcmf_c_download_blob(struct brcmf_if *ifp, in brcmf_c_download_blob() argument 124 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_download_blob() 152 err = brcmf_c_download(ifp, dl_flag, chunk_buf, chunk_len, in brcmf_c_download_blob() 165 err = brcmf_fil_iovar_int_get(ifp, statvar, &status); in brcmf_c_download_blob() 177 static int brcmf_c_process_clm_blob(struct brcmf_if *ifp) in brcmf_c_process_clm_blob() argument [all …]
|
| H A D | proto.h | 20 struct sk_buff *skb, struct brcmf_if **ifp); 35 void (*rxreorder)(struct brcmf_if *ifp, struct sk_buff *skb); 36 void (*add_if)(struct brcmf_if *ifp); 37 void (*del_if)(struct brcmf_if *ifp); 38 void (*reset_if)(struct brcmf_if *ifp); 50 struct brcmf_if **ifp) in brcmf_proto_hdrpull() argument 57 if (ifp) in brcmf_proto_hdrpull() 58 *ifp = NULL; in brcmf_proto_hdrpull() 60 ifp = &tmp; in brcmf_proto_hdrpull() 61 return drvr->proto->hdrpull(drvr, do_fws, skb, ifp); in brcmf_proto_hdrpull() [all …]
|
| H A D | pno.c | 93 static int brcmf_pno_channel_config(struct brcmf_if *ifp, in brcmf_pno_channel_config() argument 99 return brcmf_fil_iovar_data_set(ifp, "pfn_cfg", cfg, sizeof(*cfg)); in brcmf_pno_channel_config() 102 static int brcmf_pno_config(struct brcmf_if *ifp, u32 scan_freq, in brcmf_pno_config() argument 105 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_config() 127 err = brcmf_fil_iovar_int_set(ifp, "pfnmem", pfnmem); in brcmf_pno_config() 133 err = brcmf_fil_iovar_int_get(ifp, "pfnmem", &pfnmem); in brcmf_pno_config() 146 err = brcmf_fil_iovar_data_set(ifp, "pfn_set", &pfn_param, 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() argument 157 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_set_random() 189 err = brcmf_fil_iovar_data_set(ifp, "pfn_macaddr", &pfn_mac, in brcmf_pno_set_random() [all …]
|
| H A D | fweh.c | 98 struct brcmf_if *ifp, in brcmf_fweh_call_event_handler() argument 106 if (ifp) { in brcmf_fweh_call_event_handler() 107 fweh = ifp->drvr->fweh; in brcmf_fweh_call_event_handler() 111 err = fweh->evt_handler[fwcode](ifp, emsg, data); in brcmf_fweh_call_event_handler() 132 struct brcmf_if *ifp; in brcmf_fweh_handle_if_event() local 162 ifp = drvr->iflist[ifevent->bsscfgidx]; in brcmf_fweh_handle_if_event() 167 ifp = brcmf_add_if(drvr, ifevent->bsscfgidx, ifevent->ifidx, in brcmf_fweh_handle_if_event() 169 if (IS_ERR(ifp)) in brcmf_fweh_handle_if_event() 172 brcmf_proto_add_if(drvr, ifp); in brcmf_fweh_handle_if_event() 174 if (brcmf_net_attach(ifp, false) < 0) in brcmf_fweh_handle_if_event() [all …]
|
| H A D | core.h | 207 int brcmf_netdev_wait_pend8021x(struct brcmf_if *ifp); 210 char *brcmf_ifname(struct brcmf_if *ifp); 212 void brcmf_configure_arp_nd_offload(struct brcmf_if *ifp, bool enable); 213 int brcmf_net_attach(struct brcmf_if *ifp, bool locked); 216 void brcmf_remove_interface(struct brcmf_if *ifp, bool locked); 217 void brcmf_txflowblock_if(struct brcmf_if *ifp, 219 void brcmf_txfinalize(struct brcmf_if *ifp, struct sk_buff *txp, bool success); 220 void brcmf_netif_rx(struct brcmf_if *ifp, struct sk_buff *skb); 221 void brcmf_netif_mon_rx(struct brcmf_if *ifp, struct sk_buff *skb); 223 int brcmf_net_mon_attach(struct brcmf_if *ifp); [all …]
|
| H A D | fwsignal.h | 37 void brcmf_fws_hdrpull(struct brcmf_if *ifp, s16 siglen, struct sk_buff *skb); 38 int brcmf_fws_process_skb(struct brcmf_if *ifp, struct sk_buff *skb); 40 void brcmf_fws_reset_interface(struct brcmf_if *ifp); 41 void brcmf_fws_add_interface(struct brcmf_if *ifp); 42 void brcmf_fws_del_interface(struct brcmf_if *ifp); 46 void brcmf_fws_rxreorder(struct brcmf_if *ifp, struct sk_buff *skb);
|
| H A D | vendor.c | 24 struct brcmf_if *ifp; in brcmf_cfg80211_vndr_cmds_dcmd_handler() local 38 ifp = vif->ifp; in brcmf_cfg80211_vndr_cmds_dcmd_handler() 40 brcmf_dbg(TRACE, "ifidx=%d, cmd=%d\n", ifp->ifidx, cmdhdr->cmd); in brcmf_cfg80211_vndr_cmds_dcmd_handler() 68 ret = brcmf_fil_cmd_data_set(ifp, cmdhdr->cmd, dcmd_buf, in brcmf_cfg80211_vndr_cmds_dcmd_handler() 71 ret = brcmf_fil_cmd_data_get(ifp, cmdhdr->cmd, dcmd_buf, in brcmf_cfg80211_vndr_cmds_dcmd_handler()
|
| H A D | bcdc.c | 282 struct sk_buff *pktbuf, struct brcmf_if **ifp) in brcmf_proto_bcdc_hdrpull() argument 328 if (ifp != NULL) in brcmf_proto_bcdc_hdrpull() 329 *ifp = tmp_if; in brcmf_proto_bcdc_hdrpull() 336 struct brcmf_if *ifp = brcmf_get_ifp(drvr, ifidx); in brcmf_proto_bcdc_tx_queue_data() local 342 return brcmf_fws_process_skb(ifp, skb); in brcmf_proto_bcdc_tx_queue_data() 369 struct brcmf_if *ifp; in brcmf_proto_bcdc_txcomplete() local 375 if (brcmf_proto_bcdc_hdrpull(bus_if->drvr, false, txp, &ifp)) in brcmf_proto_bcdc_txcomplete() 378 brcmf_txfinalize(ifp, txp, success); in brcmf_proto_bcdc_txcomplete() 400 static void brcmf_proto_bcdc_rxreorder(struct brcmf_if *ifp, in brcmf_proto_bcdc_rxreorder() argument 403 brcmf_fws_rxreorder(ifp, skb); in brcmf_proto_bcdc_rxreorder() [all …]
|
| H A D | fwsignal.c | 747 brcmf_fws_macdesc_find(struct brcmf_fws_info *fws, struct brcmf_if *ifp, u8 *da) in brcmf_fws_macdesc_find() argument 758 if (multicast && ifp->fws_desc) { in brcmf_fws_macdesc_find() 759 entry = ifp->fws_desc; in brcmf_fws_macdesc_find() 765 entry = ifp->fws_desc; in brcmf_fws_macdesc_find() 962 struct brcmf_if *ifp = brcmf_get_ifp(fws->drvr, if_id); in brcmf_fws_flow_control_check() local 964 if (WARN_ON(!ifp)) in brcmf_fws_flow_control_check() 967 if ((ifp->netif_stop & BRCMF_NETIF_STOP_REASON_FWS_FC) && in brcmf_fws_flow_control_check() 969 brcmf_txflowblock_if(ifp, in brcmf_fws_flow_control_check() 971 if (!(ifp->netif_stop & BRCMF_NETIF_STOP_REASON_FWS_FC) && in brcmf_fws_flow_control_check() 974 brcmf_txflowblock_if(ifp, BRCMF_NETIF_STOP_REASON_FWS_FC, true); in brcmf_fws_flow_control_check() [all …]
|
| H A D | common.h | 64 void brcmf_c_set_joinpref_default(struct brcmf_if *ifp); 72 int brcmf_c_preinit_dcmds(struct brcmf_if *ifp); 73 int brcmf_c_set_cur_etheraddr(struct brcmf_if *ifp, const u8 *addr);
|
| H A D | pno.h | 22 int brcmf_pno_start_sched_scan(struct brcmf_if *ifp, 31 int brcmf_pno_stop_sched_scan(struct brcmf_if *ifp, u64 reqid);
|
| H A D | msgbuf.c | 538 struct sk_buff *skb, struct brcmf_if **ifp) in brcmf_msgbuf_hdrpull() argument 543 static void brcmf_msgbuf_rxreorder(struct brcmf_if *ifp, struct sk_buff *skb) in brcmf_msgbuf_rxreorder() argument 1110 struct brcmf_if *ifp; in brcmf_msgbuf_process_event() local 1130 ifp = brcmf_get_ifp(msgbuf->drvr, event->msg.ifidx); in brcmf_msgbuf_process_event() 1131 if (!ifp || !ifp->ndev) { in brcmf_msgbuf_process_event() 1137 skb->protocol = eth_type_trans(skb, ifp->ndev); in brcmf_msgbuf_process_event() 1139 brcmf_fweh_process_skb(ifp->drvr, skb, 0, GFP_KERNEL); in brcmf_msgbuf_process_event() 1156 struct brcmf_if *ifp; in brcmf_msgbuf_process_rx_complete() local 1180 ifp = msgbuf->drvr->mon_if; in brcmf_msgbuf_process_rx_complete() 1182 if (!ifp) { in brcmf_msgbuf_process_rx_complete() [all …]
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_inode_fork.h | 82 static inline bool xfs_ifork_has_extents(struct xfs_ifork *ifp) in xfs_ifork_has_extents() argument 84 return ifp->if_format == XFS_DINODE_FMT_EXTENTS || in xfs_ifork_has_extents() 85 ifp->if_format == XFS_DINODE_FMT_BTREE; in xfs_ifork_has_extents() 88 static inline xfs_extnum_t xfs_ifork_nextents(struct xfs_ifork *ifp) in xfs_ifork_nextents() argument 90 if (!ifp) in xfs_ifork_nextents() 92 return ifp->if_nextents; in xfs_ifork_nextents() 95 static inline int8_t xfs_ifork_format(struct xfs_ifork *ifp) in xfs_ifork_format() argument 97 if (!ifp) in xfs_ifork_format() 99 return ifp->if_format; in xfs_ifork_format() 170 void xfs_idestroy_fork(struct xfs_ifork *ifp); [all …]
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/ |
| H A D | core.c | 26 static int brcmf_cyw_set_sae_pwd(struct brcmf_if *ifp, in brcmf_cyw_set_sae_pwd() argument 29 struct brcmf_pub *drvr = ifp->drvr; in brcmf_cyw_set_sae_pwd() 43 err = brcmf_fil_iovar_data_set(ifp, "sae_password", &sae_pwd, in brcmf_cyw_set_sae_pwd() 79 static int brcmf_cyw_activate_events(struct brcmf_if *ifp) in brcmf_cyw_activate_events() argument 81 struct brcmf_fweh_info *fweh = ifp->drvr->fweh; in brcmf_cyw_activate_events() 95 err = brcmf_fil_iovar_data_set(ifp, "event_msgs_ext", eventmask_msg, in brcmf_cyw_activate_events() 147 err = brcmf_fil_cmd_data_get(vif->ifp, BRCMF_C_GET_CHANNEL, in brcmf_cyw_mgmt_tx() 171 err = brcmf_fil_bsscfg_data_set(vif->ifp, "mgmt_frame", in brcmf_cyw_mgmt_tx() 201 struct brcmf_if *ifp; in brcmf_cyw_external_auth() local 208 ifp = netdev_priv(dev); in brcmf_cyw_external_auth() [all …]
|
| /linux/drivers/block/aoe/ |
| H A D | aoenet.c | 57 struct net_device *ifp; in tx() local 61 ifp = skb->dev; in tx() 64 ifp ? ifp->name : "netif", in tx() 66 dev_put(ifp); in tx() 73 is_aoe_netif(struct net_device *ifp) in is_aoe_netif() argument 89 if (strlen(ifp->name) == len && !strncmp(ifp->name, p, len)) 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() argument 138 if (dev_net(ifp) != &init_net) in aoenet_rcv() 144 if (!is_aoe_netif(ifp)) in aoenet_rcv()
|
| H A D | aoecmd.c | 132 memcpy(h->src, t->ifp->nd->dev_addr, sizeof h->src); in aoehdr_atainit() 158 struct aoeif *ifp; in ifrotate() local 160 ifp = t->ifp; in ifrotate() 161 ifp++; in ifrotate() 162 if (ifp >= &t->ifs[NAOEIFS] || ifp->nd == NULL) in ifrotate() 163 ifp = t->ifs; in ifrotate() 164 if (ifp->nd == NULL) in ifrotate() 166 return t->ifp = ifp; in ifrotate() 273 && t->ifp->nd) { in newframe() 364 dev_hold(t->ifp->nd); in ata_rw_frameinit() [all …]
|
| H A D | aoedev.c | 514 struct aoeif *ifp; in freetgt() local 516 for (ifp = t->ifs; ifp < &t->ifs[NAOEIFS]; ++ifp) { in freetgt() 517 if (!ifp->nd) in freetgt() 519 dev_put(ifp->nd); in freetgt()
|
| H A D | aoe.h | 145 struct aoeif *ifp; /* current aoeif in use */ member 246 int is_aoe_netif(struct net_device *ifp);
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bca/ |
| H A D | core.c | 16 static void brcmf_bca_feat_attach(struct brcmf_if *ifp) in brcmf_bca_feat_attach() argument 19 ifp->drvr->feat_flags &= ~BIT(BRCMF_FEAT_SAE); in brcmf_bca_feat_attach()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/wcc/ |
| H A D | core.c | 16 static int brcmf_wcc_set_sae_pwd(struct brcmf_if *ifp, in brcmf_wcc_set_sae_pwd() argument 19 return brcmf_set_wsec(ifp, crypto->sae_pwd, crypto->sae_pwd_len, in brcmf_wcc_set_sae_pwd()
|
| /linux/fs/xfs/scrub/ |
| H A D | quota.c | 268 struct xfs_ifork *ifp; in xchk_quota_data_fork() local 279 ifp = xfs_ifork_ptr(sc->ip, XFS_DATA_FORK); in xchk_quota_data_fork() 280 for_each_xfs_iext(ifp, &icur, &irec) { in xchk_quota_data_fork()
|
| /linux/fs/xfs/ |
| H A D | xfs_bmap_util.h | 76 xfs_extnum_t xfs_bmap_count_leaves(struct xfs_ifork *ifp, xfs_filblks_t *count);
|