Home
last modified time | relevance | path

Searched refs:ntype (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/net/wireless/
H A Dutil.c1116 if (ntype == NL80211_IFTYPE_P2P_DEVICE || in cfg80211_change_iface()
1117 ntype == NL80211_IFTYPE_NAN) in cfg80211_change_iface()
1121 !(rdev->wiphy.interface_modes & (1 << ntype))) in cfg80211_change_iface()
1124 if (ntype != otype) { in cfg80211_change_iface()
1127 (ntype == NL80211_IFTYPE_ADHOC || in cfg80211_change_iface()
1128 ntype == NL80211_IFTYPE_STATION || in cfg80211_change_iface()
1129 ntype == NL80211_IFTYPE_P2P_CLIENT)) in cfg80211_change_iface()
1173 WARN_ON(!err && dev->ieee80211_ptr->iftype != ntype); in cfg80211_change_iface()
1180 switch (ntype) { in cfg80211_change_iface()
1211 if (!err && ntype != otype && netif_running(dev)) { in cfg80211_change_iface()
[all …]
H A Dcore.h465 struct net_device *dev, enum nl80211_iftype ntype,
H A Dnl80211.c4204 enum nl80211_iftype otype, ntype; in nl80211_set_interface() local
4210 otype = ntype = dev->ieee80211_ptr->iftype; in nl80211_set_interface()
4213 ntype = nla_get_u32(info->attrs[NL80211_ATTR_IFTYPE]); in nl80211_set_interface()
4214 if (otype != ntype) in nl80211_set_interface()
4221 if (ntype != NL80211_IFTYPE_MESH_POINT) in nl80211_set_interface()
4242 err = nl80211_valid_4addr(rdev, dev, params.use_4addr, ntype); in nl80211_set_interface()
4249 err = nl80211_parse_mon_options(rdev, ntype, info, &params); in nl80211_set_interface()
4256 err = cfg80211_change_iface(rdev, dev, ntype, &params); in nl80211_set_interface()
/openbmc/u-boot/drivers/mtd/ubi/
H A Dbuild.c182 int ubi_volume_notify(struct ubi_device *ubi, struct ubi_volume *vol, int ntype) in ubi_volume_notify() argument
190 switch (ntype) { in ubi_volume_notify()
200 return blocking_notifier_call_chain(&ubi_notifiers, ntype, &nt); in ubi_volume_notify()
214 int ubi_notify_all(struct ubi_device *ubi, int ntype, struct notifier_block *nb) in ubi_notify_all() argument
237 nb->notifier_call(nb, ntype, &nt); in ubi_notify_all()
239 ret = blocking_notifier_call_chain(&ubi_notifiers, ntype, in ubi_notify_all()
H A Dubi.h907 int ntype);
908 int ubi_notify_all(struct ubi_device *ubi, int ntype,
/openbmc/linux/drivers/mtd/ubi/
H A Dbuild.c156 int ubi_volume_notify(struct ubi_device *ubi, struct ubi_volume *vol, int ntype) in ubi_volume_notify() argument
164 switch (ntype) { in ubi_volume_notify()
174 return blocking_notifier_call_chain(&ubi_notifiers, ntype, &nt); in ubi_volume_notify()
188 int ubi_notify_all(struct ubi_device *ubi, int ntype, struct notifier_block *nb) in ubi_notify_all() argument
207 nb->notifier_call(nb, ntype, &nt); in ubi_notify_all()
209 blocking_notifier_call_chain(&ubi_notifiers, ntype, in ubi_notify_all()
H A Dubi.h948 int ntype);
949 int ubi_notify_all(struct ubi_device *ubi, int ntype,
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_edif.c24 uint32_t ntype; member
1185 ap.event_code = dbnode->ntype; in qla_edif_consume_dbell()
1186 switch (dbnode->ntype) { in qla_edif_consume_dbell()
1206 __func__, dbnode->ntype, dbnode); in qla_edif_consume_dbell()
1219 __func__, dbnode->ntype, dbnode); in qla_edif_consume_dbell()
1845 node->ntype = N_UNDEF; in qla_enode_free()
1964 node->ntype = ntype; in qla_enode_alloc()
2122 switch (e->ntype) { in qla_edb_clear()
2142 __func__, e->ntype, e); in qla_edb_clear()
2176 __func__, node->ntype); in qla_edb_stop()
[all …]
H A Dqla_edif.h127 uint32_t ntype; member
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.c993 int ntype; in dwc3_set_incr_burst_type() local
1006 ntype = device_property_count_u32(dev, "snps,incr-burst-type-adjustment"); in dwc3_set_incr_burst_type()
1007 if (ntype <= 0) in dwc3_set_incr_burst_type()
1010 vals = kcalloc(ntype, sizeof(u32), GFP_KERNEL); in dwc3_set_incr_burst_type()
1016 "snps,incr-burst-type-adjustment", vals, ntype); in dwc3_set_incr_burst_type()
1025 if (ntype > 1) { in dwc3_set_incr_burst_type()
1028 for (i = 1; i < ntype; i++) { in dwc3_set_incr_burst_type()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_nvme.c552 uint16_t ntype, nstate; in __lpfc_nvme_ls_req() local
562 ntype = ndlp->nlp_type; in __lpfc_nvme_ls_req()
564 if ((ntype & NLP_NVME_TARGET && nstate != NLP_STE_MAPPED_NODE) || in __lpfc_nvme_ls_req()
565 (ntype & NLP_NVME_INITIATOR && nstate != NLP_STE_UNMAPPED_NODE)) { in __lpfc_nvme_ls_req()
569 ndlp->nlp_DID, ntype, nstate); in __lpfc_nvme_ls_req()
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c712 static u8 bnxt_re_stack_to_dev_nw_type(enum rdma_network_type ntype) in bnxt_re_stack_to_dev_nw_type() argument
716 switch (ntype) { in bnxt_re_stack_to_dev_nw_type()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c8212 int rd, int rn, int dtype, int ntype) in handle_fp_fcvt() argument
8214 switch (ntype) { in handle_fp_fcvt()