Searched refs:sta (Results 126 - 134 of 134) sorted by relevance

123456

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_send.c560 struct send_thread_arg *sta = arg; local
566 zb->zb_object >= sta->resume.zb_object);
568 if (sta->cancel)
585 bqueue_enqueue(&sta->q, record, record_size);
/freebsd-12-stable/sys/net80211/
H A Dieee80211_ddb.c92 DB_SHOW_COMMAND(sta, db_show_sta)
95 db_printf("usage: show sta <addr>\n");
614 db_printf(" sta %p", &ic->ic_sta);
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c2844 struct sta_info *sta, void *ctx)
2848 *ecsa_support &= sta->ecsa_supported;
8296 struct sta_info *sta; local
8328 sta = ap_get_sta(hapd, peer);
8330 sta = ap_get_sta_p2p(hapd, peer);
8331 if (sta) {
8335 hostapd_drv_sta_deauth(hapd, sta->addr,
8337 ap_sta_deauthenticate(hapd, sta, WLAN_REASON_DEAUTH_LEAVING);
2843 wpas_sta_check_ecsa(struct hostapd_data *hapd, struct sta_info *sta, void *ctx) argument
H A Dctrl_iface.c6761 if (os_strcmp(param, "sta") == 0)
7810 struct hostap_sta_driver_data sta; local
7813 ret = wpa_drv_pktcnt_poll(wpa_s, &sta);
7818 sta.tx_packets, sta.tx_retry_failed, sta.rx_packets);
10856 if (os_strcmp(pos, "sta") == 0) {
/freebsd-12-stable/sys/contrib/octeon-sdk/
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-12-stable/sys/dev/iwm/
H A Dif_iwmreg.h3533 * @sta: iwm_mac_data_sta struct with most config data
3538 struct iwm_mac_data_sta sta; member in struct:iwm_mac_data_p2p_sta
3672 struct iwm_mac_data_sta sta; member in union:iwm_mac_ctx_cmd::__anon13538
5313 * BEGIN mvm/fw-api-sta.h
5879 * struct iwl_add_sta_cmd_v7 - Add/modify a station in the fw's sta table.
5960 * struct iwm_add_sta_cmd - Add/modify a station in the fw's sta table.
6033 * struct iwm_add_sta_key_cmd - add/modify sta key
6121 * END mvm/fw-api-sta.h
/freebsd-12-stable/sys/dev/pci/
H A Dpci.c6271 uint16_t sta; local
6278 sta = pci_read_config(dev, cap + PCIER_DEVICE_STA, 2);
6279 while (sta & PCIEM_STA_TRANSACTION_PND) {
6292 sta = pci_read_config(dev, cap + PCIER_DEVICE_STA, 2);
/freebsd-12-stable/sys/net/
H A Dif_spppsubr.c1652 sta:
1663 goto sta;

Completed in 599 milliseconds

123456