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 in struct:iwh_softc
H A Diwh.c2297 sc->sc_rx_phy_res.flag = 1;
2299 bcopy((uint8_t *)(desc + 1), sc->sc_rx_phy_res.buf,
2329 stat = (iwh_rx_phy_res_t *)sc->sc_rx_phy_res.buf;
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h175 struct iwp_phy_rx sc_rx_phy_res; member in struct:iwp_softc
H A Diwp.c2200 sc->sc_rx_phy_res.flag = 1;
2202 (void) memcpy(sc->sc_rx_phy_res.buf, (uint8_t *)(desc + 1),
2233 stat = (iwp_rx_phy_res_t *)sc->sc_rx_phy_res.buf;

Completed in 100 milliseconds