Searched refs:ntype (Results 1 – 7 of 7) sorted by relevance
| /linux/net/wireless/ |
| H A D | util.c | 1208 struct net_device *dev, enum nl80211_iftype ntype, in cfg80211_change_iface() 1228 if (ntype == NL80211_IFTYPE_P2P_DEVICE || in cfg80211_change_iface() 1229 ntype == NL80211_IFTYPE_NAN || in cfg80211_change_iface() 1230 ntype == NL80211_IFTYPE_PD) in cfg80211_change_iface() 1234 !(rdev->wiphy.interface_modes & (1 << ntype))) in cfg80211_change_iface() 1237 if (ntype != otype) { in cfg80211_change_iface() 1240 (ntype == NL80211_IFTYPE_ADHOC || in cfg80211_change_iface() 1241 ntype == NL80211_IFTYPE_STATION || in cfg80211_change_iface() 1242 ntype == NL80211_IFTYPE_P2P_CLIENT)) in cfg80211_change_iface() 1259 err = rdev_change_virtual_intf(rdev, dev, ntype, param in cfg80211_change_iface() 1175 cfg80211_change_iface(struct cfg80211_registered_device * rdev,struct net_device * dev,enum nl80211_iftype ntype,struct vif_params * params) cfg80211_change_iface() argument [all...] |
| H A D | core.h | 467 struct net_device *dev, enum nl80211_iftype ntype,
|
| H A D | nl80211.c | 5047 enum nl80211_iftype otype, ntype; in nl80211_del_interface() 5055 otype = ntype = dev->ieee80211_ptr->iftype; in nl80211_del_interface() 5058 ntype = nla_get_u32(info->attrs[NL80211_ATTR_IFTYPE]); in nl80211_del_interface() 5059 if (otype != ntype) in nl80211_del_interface() 5064 if (ntype != NL80211_IFTYPE_MESH_POINT) in nl80211_del_interface() 5081 err = nl80211_valid_4addr(rdev, dev, params.use_4addr, ntype); in nl80211_set_noack_map() 5088 err = nl80211_parse_mon_options(rdev, ntype, info, ¶ms); in nl80211_set_noack_map() 5101 err = cfg80211_change_iface(rdev, dev, ntype, ¶ms); in nl80211_validate_key_link_id() 4860 enum nl80211_iftype otype, ntype; nl80211_set_interface() local
|
| /linux/drivers/mtd/ubi/ |
| H A D | build.c | 159 int ubi_volume_notify(struct ubi_device *ubi, struct ubi_volume *vol, int ntype) in ubi_volume_notify() argument 167 switch (ntype) { in ubi_volume_notify() 177 return blocking_notifier_call_chain(&ubi_notifiers, ntype, &nt); in ubi_volume_notify() 191 int ubi_notify_all(struct ubi_device *ubi, int ntype, struct notifier_block *nb) in ubi_notify_all() argument 210 nb->notifier_call(nb, ntype, &nt); in ubi_notify_all() 212 blocking_notifier_call_chain(&ubi_notifiers, ntype, in ubi_notify_all()
|
| H A D | ubi.h | 948 int ntype); 949 int ubi_notify_all(struct ubi_device *ubi, int ntype,
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_edif.c | 24 uint32_t ntype; member 1186 ap.event_code = dbnode->ntype; in qla_edif_consume_dbell() 1187 switch (dbnode->ntype) { in qla_edif_consume_dbell() 1207 __func__, dbnode->ntype, dbnode); in qla_edif_consume_dbell() 1220 __func__, dbnode->ntype, dbnode); in qla_edif_consume_dbell() 1846 node->ntype = N_UNDEF; in qla_enode_free() 1904 "%s freeing enode type=%x, cnt=%x\n", __func__, node->ntype, in qla_enode_stop() 1952 qla_enode_alloc(scsi_qla_host_t *vha, uint32_t ntype) in qla_enode_alloc() argument 1965 node->ntype = ntype; in qla_enode_alloc() 1977 __func__, ptr->ntype, ptr->dinfo.nodecnt); in qla_enode_add() [all …]
|
| H A D | qla_edif.h | 127 uint32_t ntype; member
|