Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dqwx.c1835 qwx_hw_ipq8074_mac_from_pdev_id(int pdev_idx) in qwx_hw_ipq8074_mac_from_pdev_id() argument
1837 switch (pdev_idx) { in qwx_hw_ipq8074_mac_from_pdev_id()
1850 qwx_hw_ipq6018_mac_from_pdev_id(int pdev_idx) in qwx_hw_ipq6018_mac_from_pdev_id() argument
1852 return pdev_idx; in qwx_hw_ipq6018_mac_from_pdev_id()
1856 qwx_hw_get_mac_from_pdev_id(struct qwx_softc *sc, int pdev_idx) in qwx_hw_get_mac_from_pdev_id() argument
1859 return sc->hw_params.hw_ops->get_hw_mac_from_pdev_id(pdev_idx); in qwx_hw_get_mac_from_pdev_id()
12429 int pdev_idx, i, j; in qwx_reg_chan_list_event()
12464 pdev_idx = reg_info->phy_id; in qwx_reg_chan_list_event()
12471 ab->default_regd[pdev_idx]) { in qwx_reg_chan_list_event()
12477 if (pdev_idx >= ab->num_radios) { in qwx_reg_chan_list_event()
[all …]
Dqwz.c1272 qwz_hw_qcn9274_mac_from_pdev_id(int pdev_idx) in qwz_hw_qcn9274_mac_from_pdev_id() argument
1274 return pdev_idx; in qwz_hw_qcn9274_mac_from_pdev_id()
1278 qwz_hw_get_mac_from_pdev_id(struct qwz_softc *sc, int pdev_idx) in qwz_hw_get_mac_from_pdev_id() argument
1281 return sc->hw_params.hw_ops->get_hw_mac_from_pdev_id(pdev_idx); in qwz_hw_get_mac_from_pdev_id()
10575 int pdev_idx, i, j; in qwz_reg_chan_list_event()
10610 pdev_idx = reg_info->phy_id; in qwz_reg_chan_list_event()
10617 ab->default_regd[pdev_idx]) { in qwz_reg_chan_list_event()
10623 if (pdev_idx >= ab->num_radios) { in qwz_reg_chan_list_event()
10629 pdev_idx < ab->hw_params.num_rxmda_per_pdev) in qwz_reg_chan_list_event()
10638 if (ab->default_regd[pdev_idx] && !ab->new_regd[pdev_idx] && in qwz_reg_chan_list_event()
[all …]