Searched refs:gpm_buf (Results 1 – 4 of 4) sorted by relevance
457 mci->gpm_buf.bf_len = ATH_MCI_GPM_BUF_SIZE; in ath_mci_setup()458 mci->gpm_buf.bf_addr = mci->sched_buf.bf_addr + mci->sched_buf.bf_len; in ath_mci_setup()459 mci->gpm_buf.bf_paddr = mci->sched_buf.bf_paddr + mci->sched_buf.bf_len; in ath_mci_setup()461 ret = ar9003_mci_setup(sc->sc_ah, mci->gpm_buf.bf_paddr, in ath_mci_setup()462 mci->gpm_buf.bf_addr, (mci->gpm_buf.bf_len >> 4), in ath_mci_setup()563 pgpm = mci->gpm_buf.bf_addr; in ath_mci_intr()
79 u8 *gpm_buf; member
150 struct ath_mci_buf gpm_buf; member
310 int ar9003_mci_setup(struct ath_hw *ah, u32 gpm_addr, void *gpm_buf,