Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dmci.c457 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()
H A Dbtcoex.h79 u8 *gpm_buf; member
H A Dmci.h150 struct ath_mci_buf gpm_buf; member
H A Dar9003_mci.h310 int ar9003_mci_setup(struct ath_hw *ah, u32 gpm_addr, void *gpm_buf,