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

/drivers/net/wireless/ath/ath9k/
H A Dmci.c210 static void ath_mci_cal_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) argument
367 static void ath_mci_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) argument
388 major = *(rx_payload + MCI_GPM_COEX_B_MAJOR_VERSION);
389 minor = *(rx_payload + MCI_GPM_COEX_B_MINOR_VERSION);
397 (rx_payload + MCI_GPM_COEX_B_PROFILE_TYPE), 10);
411 profile_status.is_link = *(rx_payload +
413 profile_status.conn_handle = *(rx_payload +
415 profile_status.is_critical = *(rx_payload +
418 seq_num = *((u32 *)(rx_payload + 12));
/drivers/gpu/drm/exynos/
H A Dexynos_drm_dsi.c254 u8 *rx_payload; member in struct:exynos_dsi_transfer
848 u8 *payload = xfer->rx_payload + xfer->rx_done;
1273 xfer.rx_payload = msg->rx_buf;

Completed in 109 milliseconds