Lines Matching refs:ahp
36 struct ath_hal_5210 *ahp = AH5210(ah);
38 OS_MEMCPY(mac, ahp->ah_macaddr, IEEE80211_ADDR_LEN);
44 struct ath_hal_5210 *ahp = AH5210(ah);
46 OS_MEMCPY(ahp->ah_macaddr, mac, IEEE80211_ADDR_LEN);
314 struct ath_hal_5210 *ahp = AH5210(ah);
317 OS_MEMCPY(ahp->ah_bssid, bssid, IEEE80211_ADDR_LEN);
318 OS_REG_WRITE(ah, AR_BSS_ID0, LE_READ_4(ahp->ah_bssid));
319 OS_REG_WRITE(ah, AR_BSS_ID1, LE_READ_2(ahp->ah_bssid+4) |
421 struct ath_hal_5210 *ahp = AH5210(ah);
426 ahp->ah_sifstime = (u_int) -1; /* restore default handling */
432 ahp->ah_sifstime = us;
447 struct ath_hal_5210 *ahp = AH5210(ah);
452 ahp->ah_slottime = (u_int) -1; /* restore default handling */
457 ahp->ah_slottime = us;
472 struct ath_hal_5210 *ahp = AH5210(ah);
477 ahp->ah_acktimeout = (u_int) -1; /* restore default handling */
483 ahp->ah_acktimeout = us;
504 struct ath_hal_5210 *ahp = AH5210(ah);
508 ahp->ah_staId1Defaults &= ~AR_STA_ID1_ACKCTS_6MB;
511 ahp->ah_staId1Defaults |= AR_STA_ID1_ACKCTS_6MB;
519 struct ath_hal_5210 *ahp = AH5210(ah);
524 ahp->ah_ctstimeout = (u_int) -1; /* restore default handling */
530 ahp->ah_ctstimeout = us;