Searched refs:rx_payload (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Dmci.c180 static void ath_mci_cal_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) argument
274 static void ath_mci_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) argument
291 major = *(rx_payload + MCI_GPM_COEX_B_MAJOR_VERSION);
292 minor = *(rx_payload + MCI_GPM_COEX_B_MINOR_VERSION);
302 (rx_payload + MCI_GPM_COEX_B_PROFILE_TYPE), 10);
316 profile_status.is_link = *(rx_payload +
318 profile_status.conn_handle = *(rx_payload +
320 profile_status.is_critical = *(rx_payload +
323 seq_num = *((u32 *)(rx_payload + 12));

Completed in 48 milliseconds