Searched refs:sc_tx_timer (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ural/
H A Dural_var.h84 int sc_tx_timer; member in struct:ural_softc
H A Dural.c428 sc->sc_tx_timer = 0;
1545 sc->sc_tx_timer = RAL_TX_TIMEOUT;
1651 sc->sc_tx_timer = 0;
1767 sc->sc_tx_timer = 0;
1953 if (sc->sc_tx_timer > 0) {
1954 if (--sc->sc_tx_timer == 0) {
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum_var.h87 int sc_tx_timer; member in struct:rum_softc
H A Drum.c493 sc->sc_tx_timer = 0;
1551 sc->sc_tx_timer = RUM_TX_TIMEOUT;
1658 sc->sc_tx_timer = 0;
1774 sc->sc_tx_timer = 0;
1974 if (sc->sc_tx_timer > 0) {
1975 if (--sc->sc_tx_timer == 0) {
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560_var.h156 int sc_tx_timer; member in struct:rt2560_softc
H A Drt2560.c1097 sc->sc_tx_timer = 0;
1164 sc->sc_tx_timer = 0;
1541 sc->sc_tx_timer = 5;
1695 sc->sc_tx_timer = 5;
1918 sc->sc_tx_timer = 0;
2023 if (sc->sc_tx_timer > 0) {
2024 if (--sc->sc_tx_timer == 0) {
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661_var.h128 int sc_tx_timer; member in struct:rt2661_softc
H A Drt2661.c958 sc->sc_tx_timer = 0;
2095 sc->sc_tx_timer = 0;
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860_var.h164 int sc_tx_timer; member in struct:rt2860_softc
H A Drt2860.c1257 sc->sc_tx_timer = 5;
1701 sc->sc_tx_timer = 0;
2529 sc->sc_tx_timer = 0;
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpivar.h176 uint32_t sc_tx_timer; member in struct:wpi_softc
H A Dwpi.c1792 sc->sc_tx_timer = 0;
2290 if (sc->sc_tx_timer == 0)
2291 sc->sc_tx_timer = 5;
2652 if (sc->sc_tx_timer) {
2655 sc->sc_tx_timer--;
2656 if (sc->sc_tx_timer == 0) {
3527 sc->sc_tx_timer = 0;
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_var.h191 uint32_t sc_tx_timer; member in struct:iwh_softc
H A Diwh.c2464 sc->sc_tx_timer = 0;
3476 if (0 == sc->sc_tx_timer) {
3477 sc->sc_tx_timer = 4;
3890 if (sc->sc_tx_timer) {
3893 sc->sc_tx_timer--;
3894 if (0 == sc->sc_tx_timer) {
4965 sc->sc_tx_timer = 0;
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2_var.h188 uint32_t sc_tx_timer; member in struct:iwk_softc
H A Diwk2.c2209 sc->sc_tx_timer = 0;
2928 if (sc->sc_tx_timer == 0)
2929 sc->sc_tx_timer = 4;
3423 if (sc->sc_tx_timer) {
3426 sc->sc_tx_timer--;
3427 if (sc->sc_tx_timer == 0) {
4314 sc->sc_tx_timer = 0;
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h209 uint32_t sc_tx_timer; member in struct:iwp_softc
H A Diwp.c2368 sc->sc_tx_timer = 0;
3310 if (0 == sc->sc_tx_timer) {
3311 sc->sc_tx_timer = 4;
3708 if (sc->sc_tx_timer) {
3711 sc->sc_tx_timer--;
3712 if (0 == sc->sc_tx_timer) {
4699 sc->sc_tx_timer = 0;
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h305 int sc_tx_timer; member in struct:iwn_softc
H A Dif_iwn.c2942 sc->sc_tx_timer = 0;
3986 if (sc->sc_tx_timer == 0)
3987 sc->sc_tx_timer = 5;
4042 if (sc->sc_tx_timer > 0) {
4043 if (--sc->sc_tx_timer == 0) {

Completed in 176 milliseconds