Home
last modified time | relevance | path

Searched refs:priv_tmp (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-debugfs.c515 struct dwc_pcie_rasdes_priv *priv_tmp; in dwc_pcie_rasdes_debugfs_init() local
549 priv_tmp = devm_kzalloc(dev, sizeof(*priv_tmp), GFP_KERNEL); in dwc_pcie_rasdes_debugfs_init()
550 if (!priv_tmp) { in dwc_pcie_rasdes_debugfs_init()
555 priv_tmp->idx = i; in dwc_pcie_rasdes_debugfs_init()
556 priv_tmp->pci = pci; in dwc_pcie_rasdes_debugfs_init()
557 debugfs_create_file(err_inj_list[i].name, 0200, rasdes_err_inj, priv_tmp, in dwc_pcie_rasdes_debugfs_init()
563 priv_tmp = devm_kzalloc(dev, sizeof(*priv_tmp), GFP_KERNEL); in dwc_pcie_rasdes_debugfs_init()
564 if (!priv_tmp) { in dwc_pcie_rasdes_debugfs_init()
569 priv_tmp->idx = i; in dwc_pcie_rasdes_debugfs_init()
570 priv_tmp->pci = pci; in dwc_pcie_rasdes_debugfs_init()
[all …]
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.c1087 struct mwifiex_private *priv_tmp; in mwifiex_wmm_get_highest_priolist_ptr() local
1101 priv_tmp = adapter->bss_prio_tbl[j].bss_prio_cur->priv; in mwifiex_wmm_get_highest_priolist_ptr()
1103 if (((priv_tmp->bss_mode != NL80211_IFTYPE_ADHOC) && in mwifiex_wmm_get_highest_priolist_ptr()
1104 !priv_tmp->port_open) || in mwifiex_wmm_get_highest_priolist_ptr()
1105 (atomic_read(&priv_tmp->wmm.tx_pkts_queued) == 0)) in mwifiex_wmm_get_highest_priolist_ptr()
1109 !adapter->if_ops.is_port_ready(priv_tmp)) in mwifiex_wmm_get_highest_priolist_ptr()
1113 hqp = &priv_tmp->wmm.highest_queued_prio; in mwifiex_wmm_get_highest_priolist_ptr()
1116 spin_lock_bh(&priv_tmp->wmm.ra_list_spinlock); in mwifiex_wmm_get_highest_priolist_ptr()
1118 tid_ptr = &(priv_tmp)->wmm. in mwifiex_wmm_get_highest_priolist_ptr()
1131 spin_unlock_bh(&priv_tmp->wmm.ra_list_spinlock); in mwifiex_wmm_get_highest_priolist_ptr()
[all …]