Lines Matching refs:wcid

840 	uint8_t wcid;
842 wcid = IEEE80211_AID(ni->ni_associd);
844 sc->wcid2ni[wcid] = ni;
847 RAL_WRITE_REGION_1(sc, RT2860_WCID_ENTRY(wcid),
851 isnew, ether_sprintf(ni->ni_macaddr), wcid));
859 uint8_t wcid;
862 wcid = IEEE80211_AID(ni->ni_associd);
865 RAL_SET_REGION_4(sc, RT2860_WCID_ENTRY(wcid), 0, 2);
876 uint8_t wcid = ((struct rt2860_node *)ni)->wcid;
880 tmp = RAL_READ(sc, RT2860_WCID_ENTRY(wcid) + 4);
882 RAL_WRITE(sc, RT2860_WCID_ENTRY(wcid) + 4, tmp);
891 uint8_t wcid = ((struct rt2860_node *)ni)->wcid;
895 tmp = RAL_READ(sc, RT2860_WCID_ENTRY(wcid) + 4);
897 RAL_WRITE(sc, RT2860_WCID_ENTRY(wcid) + 4, tmp);
1087 uint8_t wcid, mcs, pid;
1093 wcid = (stat >> RT2860_TXQ_WCID_SHIFT) & 0xff;
1094 if (wcid > RT2860_WCID_MAX)
1096 ni = sc->wcid2ni[wcid];
1522 txwi->wcid = IEEE80211_AID(ni->ni_associd);
1524 txwi->wcid = 0xff;
1678 DPRINTFN(4, ("sending frame qid=%d wcid=%d nsegs=%d ridx=%d\n",
1679 qid, txwi->wcid, nsegs, ridx));
1774 txwi->wcid = 0xff;
1923 DPRINTFN(4, ("sending frame qid=%d wcid=%d nsegs=%d ridx=%d\n",
1924 qid, txwi->wcid, nsegs, ridx));
3164 uint8_t mode, wcid, iv[8];
3190 wcid = 0; /* NB: update WCID0 for group keys */
3193 wcid = ((struct rt2860_node *)ni)->wcid;
3194 base = RT2860_PKEY(wcid);
3242 RAL_WRITE_REGION_1(sc, RT2860_IVEIV(wcid), iv, 8);
3253 attr = RAL_READ(sc, RT2860_WCID_ATTR(wcid));
3255 RAL_WRITE(sc, RT2860_WCID_ATTR(wcid), attr);
3266 uint8_t wcid;
3276 wcid = ((struct rt2860_node *)ni)->wcid;
3277 attr = RAL_READ(sc, RT2860_WCID_ATTR(wcid));
3279 RAL_WRITE(sc, RT2860_WCID_ATTR(wcid), attr);
4283 txwi.wcid = 0xff;