Home
last modified time | relevance | path

Searched refs:sc_rx_phy_res (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_var.h157 struct iwh_phy_rx sc_rx_phy_res; member
H A Diwh.c2297 sc->sc_rx_phy_res.flag = 1; in iwh_rx_phy_intr()
2299 bcopy((uint8_t *)(desc + 1), sc->sc_rx_phy_res.buf, in iwh_rx_phy_intr()
2329 stat = (iwh_rx_phy_res_t *)sc->sc_rx_phy_res.buf; in iwh_rx_mpdu_intr()
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h175 struct iwp_phy_rx sc_rx_phy_res; member
H A Diwp.c2204 sc->sc_rx_phy_res.flag = 1; in iwp_rx_phy_intr()
2206 (void) memcpy(sc->sc_rx_phy_res.buf, (uint8_t *)(desc + 1), in iwp_rx_phy_intr()
2237 stat = (iwp_rx_phy_res_t *)sc->sc_rx_phy_res.buf; in iwp_rx_mpdu_intr()