Home
last modified time | relevance | path

Searched refs:gpm_buf (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dmci.c357 mci->gpm_buf.bf_len = ATH_MCI_GPM_BUF_SIZE; in ath_mci_setup()
358 mci->gpm_buf.bf_addr = (u8 *)mci->sched_buf.bf_addr + mci->sched_buf.bf_len; in ath_mci_setup()
359 mci->gpm_buf.bf_paddr = mci->sched_buf.bf_paddr + mci->sched_buf.bf_len; in ath_mci_setup()
361 ar9003_mci_setup(sc->sc_ah, mci->gpm_buf.bf_paddr, in ath_mci_setup()
362 mci->gpm_buf.bf_addr, (mci->gpm_buf.bf_len >> 4), in ath_mci_setup()
467 pgpm = mci->gpm_buf.bf_addr; in ath_mci_intr()
Dbtcoex.h69 u8 *gpm_buf; member
Dmci.h126 struct ath_mci_buf gpm_buf; member
Dar9003_mci.c418 payload = (u32 *)(mci->gpm_buf + offset); in ar9003_mci_is_gpm_valid()
605 p_gpm = (u32 *) (mci->gpm_buf + offset); in ar9003_mci_wait_for_gpm()
669 p_gpm = (u32 *) (mci->gpm_buf + offset); in ar9003_mci_wait_for_gpm()
1154 void ar9003_mci_setup(struct ath_hw *ah, u32 gpm_addr, void *gpm_buf, in ar9003_mci_setup() argument
1160 mci->gpm_buf = gpm_buf; in ar9003_mci_setup()
Dar9003_mci.h264 void ar9003_mci_setup(struct ath_hw *ah, u32 gpm_addr, void *gpm_buf,