Searched refs:slottime (Results 1 – 13 of 13) sorted by relevance
| /freebsd-10-stable/tools/tools/ath/ |
| D | athctrl.sh | 32 slottime=`expr 9 + \( $d / 300 \)` 34 slottime=`expr $slottime + 1` 36 timeout=`expr $slottime \* 2 + 3` 40 sysctl dev.ath.$ATHN.slottime=$slottime
|
| /freebsd-10-stable/sys/contrib/octeon-sdk/ |
| D | cvmx-helper-rgmii.c | 159 gmx_cfg.s.slottime = 1; in cvmx_helper_rgmii_internal_loopback() 399 new_gmx_cfg.s.slottime = 0; in __cvmx_helper_rgmii_link_set() 404 new_gmx_cfg.s.slottime = 0; in __cvmx_helper_rgmii_link_set() 409 new_gmx_cfg.s.slottime = 1; in __cvmx_helper_rgmii_link_set() 519 gmx_cfg.s.slottime = 1; in __cvmx_helper_rgmii_configure_loopback()
|
| D | cvmx-helper-sgmii.c | 318 gmxx_prtx_cfg.s.slottime = 0; in __cvmx_helper_sgmii_hardware_init_link_speed() 326 gmxx_prtx_cfg.s.slottime = 0; in __cvmx_helper_sgmii_hardware_init_link_speed() 334 gmxx_prtx_cfg.s.slottime = 1; in __cvmx_helper_sgmii_hardware_init_link_speed()
|
| D | cvmx-mgmt-port.c | 962 agl_gmx_prtx.s.slottime = 0; in cvmx_mgmt_port_link_set() 972 agl_gmx_prtx.s.slottime = 0; in cvmx_mgmt_port_link_set() 986 agl_gmx_prtx.s.slottime = 1; /* Only matters for half-duplex */ in cvmx_mgmt_port_link_set()
|
| D | cvmx-helper-xaui.c | 262 gmx_cfg.s.slottime = 1; in __cvmx_helper_xaui_link_init()
|
| D | cvmx-agl-defs.h | 1479 uint64_t slottime : 1; /**< Slot Time for Half-Duplex operation member 1502 uint64_t slottime : 1; 1525 uint64_t slottime : 1; /**< Slot Time for Half-Duplex operation member 1546 uint64_t slottime : 1;
|
| D | cvmx-gmxx-defs.h | 4156 uint64_t slottime : 1; /**< Slot Time for Half-Duplex operation member 4182 uint64_t slottime : 1; 4196 uint64_t slottime : 1; /**< Slot Time for Half-Duplex operation member 4219 uint64_t slottime : 1; 4240 uint64_t slottime : 1; /**< Slot Time for Half-Duplex operation member 4266 uint64_t slottime : 1;
|
| /freebsd-10-stable/sys/dev/ral/ |
| D | rt2560.c | 2311 uint8_t slottime; in rt2560_update_slot() local 2316 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20; in rt2560_update_slot() 2334 slottime = 20; in rt2560_update_slot() 2339 tx_pifs = tx_sifs + slottime; in rt2560_update_slot() 2340 tx_difs = tx_sifs + 2 * slottime; in rt2560_update_slot() 2344 tmp = (tmp & ~0x1f00) | slottime << 8; in rt2560_update_slot() 2353 DPRINTF(sc, "setting slottime to %uus\n", slottime); in rt2560_update_slot()
|
| D | rt2661.c | 2148 uint8_t slottime; in rt2661_update_slot() local 2151 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20; in rt2661_update_slot() 2154 tmp = (tmp & ~0xff) | slottime; in rt2661_update_slot()
|
| /freebsd-10-stable/sys/dev/ath/ |
| D | if_ath_sysctl.c | 110 u_int slottime = ath_hal_getslottime(sc->sc_ah); in ath_sysctl_slottime() local 113 error = sysctl_handle_int(oidp, &slottime, 0, req); in ath_sysctl_slottime() 116 return !ath_hal_setslottime(sc->sc_ah, slottime) ? EINVAL : 0; in ath_sysctl_slottime()
|
| /freebsd-10-stable/sys/dev/usb/wlan/ |
| D | if_rum.c | 1784 uint8_t slottime; in rum_update_slot() local 1787 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20; in rum_update_slot() 1790 tmp = (tmp & ~0xff) | slottime; in rum_update_slot() 1793 DPRINTF("setting slot time to %uus\n", slottime); in rum_update_slot()
|
| D | if_ural.c | 1817 uint16_t slottime, sifs, eifs; in ural_update_slot() local 1819 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20; in ural_update_slot() 1833 ural_write(sc, RAL_MAC_CSR10, slottime); in ural_update_slot()
|
| /freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/ |
| D | ar9300_stub_funcs.c | 470 ar9300_Stub_SetSlotTime(struct ath_hal *ah, u_int slottime) in ar9300_Stub_SetSlotTime() argument
|