Searched refs:gpm_buf (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/net/wireless/ath/ath9k/ |
D | mci.c | 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()
|
D | btcoex.h | 79 u8 *gpm_buf; member
|
D | mci.h | 150 struct ath_mci_buf gpm_buf; member
|
D | ar9003_mci.c | 416 payload = (u32 *)(mci->gpm_buf + offset); in ar9003_mci_is_gpm_valid() 615 p_gpm = (u32 *) (mci->gpm_buf + offset); in ar9003_mci_wait_for_gpm() 677 p_gpm = (u32 *) (mci->gpm_buf + offset); in ar9003_mci_wait_for_gpm() 1267 int ar9003_mci_setup(struct ath_hw *ah, u32 gpm_addr, void *gpm_buf, in ar9003_mci_setup() argument 1273 mci->gpm_buf = gpm_buf; in ar9003_mci_setup()
|
D | ar9003_mci.h | 310 int ar9003_mci_setup(struct ath_hw *ah, u32 gpm_addr, void *gpm_buf,
|