Searched refs:sta (Results 26 - 47 of 47) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dwuf.S321 sta %l5, [%g0] ASI_M_MMUREGS ! store it
335 sta %twin_tmp1, [%g0] ASI_M_MMUREGS ! store it
H A Dtrampoline.S136 sta %g1, [%g0] ASI_M_VIKING_TMP1
H A Detrap.S293 sta %glob_tmp, [%g0] ASI_M_MMUREGS ! set it
300 sta %glob_tmp, [%g0] ASI_M_MMUREGS
H A Drtrap.S298 sta %g1, [%g0] ASI_M_MMUREGS
307 sta %g1, [%g0] ASI_M_MMUREGS
H A Dwof.S408 sta %glob_tmp, [%g0] ASI_M_MMUREGS ! set it
415 sta %glob_tmp, [%g0] ASI_M_MMUREGS
H A Dhead.S609 sta %g6, [%g0] ASI_M_MMUREGS ! Close your eyes...
627 sta %o2, [%o3] ASI_M_BYPASS
640 sta %g5, [%g0] ASI_M_MMUREGS ! POW... ouch
669 sta %g2, [%g3] ASI_M_BYPASS ! place at KERNBASE entry
734 sta %g6, [%g4] ASI_SEGMAP ! store new virt mapping
885 sta %g4, [%g0] ASI_M_VIKING_TMP1
H A Dentry.S787 vac_hwflush_patch2_on: sta %g0, [%l3 + %l7] ASI_HWFLUSHSEG
954 sta %g0, [%l3 + %l7] ASI_FLUSHSEG
1020 sta %l3, [%l5] ASI_PTE
1051 sta %l3, [%l5] ASI_PTE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_i.h114 struct sta_info *sta; member in struct:ieee80211_txrx_data
203 struct sta_info *sta; member in struct:ieee80211_if_wds
306 struct ieee80211_if_sta sta; member in union:ieee80211_sub_if_data::__anon10887
333 } sta; member in union:ieee80211_sub_if_data::__anon10888
755 struct net_device *dev, struct sta_info *sta);
H A Dwpa.c343 if (!rx->sta || skb->len - hdrlen < 12)
360 skb->len - hdrlen, rx->sta->addr,
365 rx->dev->name, MAC_ARG(rx->sta->addr), res);
595 if (!rx->sta || data_len < 0)
611 MAC_ARG(rx->sta->addr),
638 MAC_ARG(rx->sta->addr));
H A Dwme.c49 if (rx->sta) {
50 I802_DEBUG_INC(rx->sta->wme_rx_queue[tid]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dbus.c82 unsigned long sta = 0; local
93 acpi_evaluate_integer(device->handle, "_STA", NULL, &sta);
96 STRUCT_TO_INT(device->status) = (int)sta;
H A Ddock.c218 unsigned long sta; local
222 status = acpi_evaluate_integer(ds->handle, "_STA", NULL, &sta);
223 if (ACPI_SUCCESS(status) && sta)
H A Dpower.c128 unsigned long sta = 0; local
134 status = acpi_evaluate_integer(resource->device->handle, "_STA", NULL, &sta);
138 if (sta & 0x01)
H A Dprocessor_core.c772 unsigned long sta = 0; local
775 status = acpi_evaluate_integer(handle, "_STA", NULL, &sta);
776 if (ACPI_FAILURE(status) || !(sta & ACPI_STA_DEVICE_PRESENT)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_80211_rx.c717 void *sta = NULL; local
769 sta = NULL;
780 &sta);
1085 if (sta)
1086 hostap_handle_sta_release(sta);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dsbpcd.c859 static int sta2err(int sta) argument
863 if (sta==0x00) return (0);
864 if (sta==0x01) return (-604); /* CRC error */
865 if (sta==0x02) return (-602); /* drive not ready */
866 if (sta==0x03) return (-607); /* unknown media */
867 if (sta==0x04) return (-612); /* general failure */
868 if (sta==0x05) return (0);
869 if (sta==0x06) return (-ERR_DISKCHANGE); /* disk change */
870 if (sta==0x0b) return (-612); /* general failure */
871 if (sta
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_rx.c346 void *sta = NULL; local
430 sta = NULL;
441 &sta);
817 if (sta)
818 hostap_handle_sta_release(sta);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dadvansys.c10002 int sta; local
10032 sta = 0;
10151 if ((sta = AscSendScsiQueue(asc_dvc, scsiq,
10158 return (sta);
10186 if ((sta = AscSendScsiQueue(asc_dvc, scsiq,
10193 return (sta);
10199 return (sta);
10214 int sta; local
10219 sta = 0;
10228 if ((sta
10361 int sta; local
10493 int sta = FALSE; local
10512 int sta = TRUE; local
10778 int sta = 0; local
11675 int sta; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dzd1201.c1644 struct iw_request_info *info, struct sockaddr *sta, char *extra)
1652 memcpy(buffer, sta->sa_data, ETH_ALEN);
1643 zd1201_auth_sta(struct net_device *dev, struct iw_request_info *info, struct sockaddr *sta, char *extra) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbroadcom.c1697 int ap = 0, sta = 0, wet = 0, wds = 0, mac_spoof = 0, psta = 0, psr = 0; local
1728 else if (!strcmp(cap, "sta"))
1729 sta = 1;
1758 if (sta)
1759 websWrite(wp, "<option value=\"sta\" %s>Station</option>\n",
1760 nvram_match(wl_mode, "sta" ) ? "selected" : "");
1938 sta_info_t *sta=NULL; local
1960 sta = (sta_info_t *)buf;
1961 return websWrite(wp, "%s", (sta->flags & WL_STA_WDS_LINKUP) ? "up" : "down");
2720 !strcmp(value, "sta") ||
4150 sta_info_t *sta = (sta_info_t *)buf; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/wl/config/
H A Dwl.mk860 # sta
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dwlioctl.h1163 uint16 cap; /* sta's advertised capabilities */
1165 uint32 idle; /* time since data pkt rx'd from sta */
3203 sta_info_t sta; /* sta info */ member in struct:dpt_status
4342 #define WL_DELAYMODE_AUTO 2 /* defer if no sta associated, force if sta associated */

Completed in 204 milliseconds

12