Searched refs:sta (Results 51 - 67 of 67) sorted by relevance

123

/freebsd-10.1-release/sys/compat/svr4/
H A Dsvr4_stream.c1993 struct sendto_args sta; local
1995 sta.s = uap->s;
1996 sta.buf = uap->buf;
1997 sta.len = uap->len;
1998 sta.flags = uap->flags;
1999 sta.to = NULL;
2000 sta.tolen = 0;
2002 return (sys_sendto(td, &sta));
/freebsd-10.1-release/sys/dev/usb/wlan/
H A Dif_rum.c606 /* enable s/w bmiss handling for sta mode */
2037 rum_read_multi(sc, RT2573_STA_CSR0, sc->sta, sizeof sc->sta);
2241 rum_read_multi(sc, RT2573_STA_CSR0, sc->sta, sizeof sc->sta);
2270 rum_read_multi(sc, RT2573_STA_CSR0, sc->sta, sizeof(sc->sta));
2272 ok = (le32toh(sc->sta[4]) >> 16) + /* TX ok w/o retry */
2273 (le32toh(sc->sta[5]) & 0xffff); /* TX ok w/ retry */
2274 fail = (le32toh(sc->sta[
[all...]
H A Dif_ural.c591 /* enable s/w bmiss handling for sta mode */
2110 ural_read_multi(sc, RAL_STA_CSR0, sc->sta, sizeof sc->sta);
2245 ural_read_multi(sc, RAL_STA_CSR0, sc->sta, sizeof sc->sta);
2275 ural_read_multi(sc, RAL_STA_CSR0, sc->sta, sizeof(sc->sta));
2277 ok = sc->sta[7] + /* TX ok w/o retry */
2278 sc->sta[8]; /* TX ok w/ retry */
2279 fail = sc->sta[
[all...]
H A Dif_run.c904 /* enable s/w bmiss handling for sta mode */
2049 uint32_t sta[3]; local
2121 (uint8_t *)sta, sizeof sta);
2601 union run_stats sta[2]; local
2615 error = run_read_region_1(sc, RT2860_TX_STA_CNT0, (uint8_t *)sta,
2616 sizeof sta);
2621 ifp->if_oerrors += le16toh(sta[0].error.fail);
2623 retrycnt = le16toh(sta[1].tx.retry);
2624 success = le16toh(sta[
[all...]
/freebsd-10.1-release/sys/net80211/
H A Dieee80211_hostap.c288 * to weed out sta's that don't follow a CSA.
397 struct ieee80211_node *sta = ieee80211_find_vap_node( local
399 if (sta != NULL) {
400 if (ieee80211_node_is_authorized(sta)) {
406 if (sta != vap->iv_bss) {
412 IEEE80211_NODE_STAT(sta, rx_unauth);
414 ieee80211_free_node(sta);
932 "bad sta auth mode %u", ni->ni_authmode);
1034 "bad sta auth mode %u", ni->ni_authmode);
1750 ((scan.erp & 0x100) == 0 || /* NB: no ERP, 11b sta*/
[all...]
H A Dieee80211_scan_sta.c151 IEEE80211_SCANNER_MODULE(sta, 1);
306 * Off-channel, locate the home/bss channel for the sta
1248 * really want to do this only for sta's
1375 * in sta mode and automatic roaming is set.
1471 IEEE80211_SCANNER_ALG(sta, IEEE80211_M_STA, sta_default);
1636 * really want to do this only for sta's
1921 * really want to do this only for sta's
H A Dieee80211_ddb.c86 DB_SHOW_COMMAND(sta, db_show_sta)
89 db_printf("usage: show sta <addr>\n");
609 db_printf(" sta %p", &ic->ic_sta);
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h457 struct hostap_sta_driver_data *sta)
460 return wpa_s->driver->read_sta_data(wpa_s->drv_priv, sta,
456 wpa_drv_pktcnt_poll(struct wpa_supplicant *wpa_s, struct hostap_sta_driver_data *sta) argument
H A Dctrl_iface.c4215 if (os_strcmp(param, "sta") == 0)
4768 struct hostap_sta_driver_data sta; local
4771 ret = wpa_drv_pktcnt_poll(wpa_s, &sta);
4776 sta.tx_packets, sta.tx_retry_failed, sta.rx_packets);
/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-rad-defs.h414 uint64_t sta : 1; /**< BiST result of the STA memories */ member in struct:cvmx_rad_reg_bist_result::cvmx_rad_reg_bist_result_s
422 uint64_t sta : 1;
H A Dcvmx-tim-defs.h751 * Internal per-ring state intended for debug use only - tim.sta[63:0]
795 * Internal per-ring state intended for debug use only - tim.sta[95:64]
946 uint64_t sta : 2; /**< BiST result of the STA memories (0=pass, !0=fail) */ member in struct:cvmx_tim_reg_bist_result::cvmx_tim_reg_bist_result_s
952 uint64_t sta : 2;
H A Dcvmx-pciercx-defs.h1410 uint32_t sta : 1; /**< Signaled Target Abort */ member in struct:cvmx_pciercx_cfg001::cvmx_pciercx_cfg001_s
1460 uint32_t sta : 1;
1674 uint32_t sta : 1; /**< Signaled Target Abort */ member in struct:cvmx_pciercx_cfg007::cvmx_pciercx_cfg007_s
1710 uint32_t sta : 1;
H A Dcvmx-pci-defs.h934 uint32_t sta : 1; /**< Signaled Target Abort */ member in struct:cvmx_pci_cfg01::cvmx_pci_cfg01_s
988 uint32_t sta : 1;
H A Dcvmx-pcieepx-defs.h1417 uint32_t sta : 1; /**< Signaled Target Abort */ member in struct:cvmx_pcieepx_cfg001::cvmx_pcieepx_cfg001_s
1467 uint32_t sta : 1;
/freebsd-10.1-release/sys/dev/ral/
H A Drt2661.c2304 uint32_t tmp, sta[3]; local
2411 RAL_READ_REGION_4(sc, RT2661_STA_CSR0, sta, N(sta));
/freebsd-10.1-release/sys/net/
H A Dif_spppsubr.c1677 sta:
1688 goto sta;
/freebsd-10.1-release/lib/libpmc/
H A Dlibpmc.c1450 __P4MASK(no-sta, 1),

Completed in 455 milliseconds

123