Searched defs:gpm_buf (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Dmci.h126 struct ath_mci_buf gpm_buf; member in struct:ath_mci_coex
H A Dbtcoex.h69 u8 *gpm_buf; member in struct:ath9k_hw_mci
H A Dar9003_mci.c418 payload = (u32 *)(mci->gpm_buf + offset);
605 p_gpm = (u32 *) (mci->gpm_buf + offset);
669 p_gpm = (u32 *) (mci->gpm_buf + offset);
1154 void ar9003_mci_setup(struct ath_hw *ah, u32 gpm_addr, void *gpm_buf, argument
1160 mci->gpm_buf = gpm_buf;

Completed in 63 milliseconds