Searched refs:ah_mci_gpm_idx (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c1438 ahp->ah_mci_gpm_idx = value;
1481 if (gpm_ptr == ahp->ah_mci_gpm_idx) {
1494 if (value != ahp->ah_mci_gpm_idx) {
1500 temp_index = ahp->ah_mci_gpm_idx;
1501 ahp->ah_mci_gpm_idx++;
1502 if (ahp->ah_mci_gpm_idx >= ahp->ah_mci_gpm_len) {
1503 ahp->ah_mci_gpm_idx = 0;
H A Dar9300.h833 u_int32_t ah_mci_gpm_idx; member in struct:ath_hal_9300

Completed in 56 milliseconds