Searched defs:iftype (Results 1 - 10 of 10) sorted by relevance

/drivers/net/wireless/p54/
H A Dfwio.c65 char *iftype = (char *)bootrec->data; local
68 iftype[2], iftype[3]);
/drivers/tty/ipwireless/
H A Dtty.c78 char *iftype = tty_type_name(tty->tty_type); local
81 ": registering %s device ttyIPWp%d\n", iftype, tty->index);
86 char *iftype = tty_type_name(tty->tty_type); local
89 ": deregistering %s device ttyIPWp%d\n", iftype,
/drivers/net/wireless/bcmdhd/
H A Ddhd_wlfc.h110 uint8 iftype; member in struct:wlfc_mac_descriptor
280 ewlfc_mac_entry_action_t action, uint8 ifid, uint8 iftype, uint8* ea);
H A Ddhd_cdc.c438 if (interfaces[i].iftype > WLC_E_IF_ROLE_P2P_CLIENT)
441 iftype_desc = iftypes[interfaces[i].iftype];
876 if (((ctx->destination_entries.interfaces[ifid].iftype == WLC_E_IF_ROLE_STA) ||
878 (ctx->destination_entries.interfaces[ifid].iftype == WLC_E_IF_ROLE_P2P_CLIENT)) &&
1203 if (ctx->destination_entries.interfaces[entry->interface_id].iftype ==
1370 ewlfc_mac_entry_action_t action, uint8 ifid, uint8 iftype, uint8* ea)
1379 entry->iftype = iftype;
1391 entry->iftype = iftype;
1369 _dhd_wlfc_mac_entry_update(athost_wl_status_info_t* ctx, wlfc_mac_descriptor_t* entry, ewlfc_mac_entry_action_t action, uint8 ifid, uint8 iftype, uint8* ea) argument
1434 dhd_wlfc_interface_entry_update(void* state, ewlfc_mac_entry_action_t action, uint8 ifid, uint8 iftype, uint8* ea) argument
[all...]
H A Ddhd_linux.c5414 uint8 iftype, uint8* ea);
5418 ewlfc_mac_entry_action_t action, uint8 ifid, uint8 iftype, uint8* ea)
5423 return dhd_wlfc_interface_entry_update(dhd->pub.wlfc_state, action, ifid, iftype, ea);
5417 dhd_wlfc_interface_event(struct dhd_info *dhd, ewlfc_mac_entry_action_t action, uint8 ifid, uint8 iftype, uint8* ea) argument
H A Dwl_cfg80211.c365 static s32 wl_config_ifmode(struct wl_priv *wl, struct net_device *ndev, s32 iftype);
1120 vwdev->iftype = type;
1318 WL_ERR(("%s : ap (%d), infra (%d), iftype: (%d)\n",
1349 ndev->ieee80211_ptr->iftype = type;
8189 wdev->iftype = wl_mode_to_nl80211_iftype(WL_MODE_BSS);
8460 static s32 wl_config_ifmode(struct wl_priv *wl, struct net_device *ndev, s32 iftype) argument
8465 switch (iftype) {
8469 iftype));
8487 WL_ERR(("invalid type (%d)\n", iftype));
8778 err = wl_config_ifmode(wl, ndev, wdev->iftype);
[all...]
/drivers/net/can/
H A Djanz-ican3.c221 unsigned int iftype; member in struct:ican3_dev
603 if (mod->iftype == 0)
619 if (mod->iftype == 0)
664 WARN_ON(mod->iftype != 0);
671 mod->iftype = 1;
699 WARN_ON(mod->iftype != 1);
/drivers/net/ethernet/i825xx/
H A Deepro.c162 enum iftype { AUI=0, BNC=1, TPE=2 }; enum
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dwl_cfg80211.c422 wdev->iftype = type;
3438 wdev->iftype = brcmf_mode_to_nl80211_iftype(WL_MODE_BSS);
3485 static s32 brcmf_dongle_mode(struct net_device *ndev, s32 iftype) argument
3490 switch (iftype) {
3494 iftype);
3505 WL_ERR("invalid type (%d)\n", iftype);
3733 err = brcmf_dongle_mode(ndev, wdev->iftype);
/drivers/tty/
H A Dmxser.c219 int iftype[32]; member in struct:mxser_mon_ext
1619 me->iftype[p] = opmode;

Completed in 892 milliseconds