Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_mci.c630 u_int8_t recv_type = 0, recv_opcode = 0; in ar9300_mci_wait_for_gpm() local
660 recv_type = MCI_GPM_TYPE(p_gpm); in ar9300_mci_wait_for_gpm()
663 if (MCI_GPM_IS_CAL_TYPE(recv_type)) { in ar9300_mci_wait_for_gpm()
664 if (recv_type == gpm_type) { in ar9300_mci_wait_for_gpm()
681 if ((recv_type == gpm_type) && (recv_opcode == gpm_opcode)) { in ar9300_mci_wait_for_gpm()
701 (recv_type == MCI_GPM_BT_CAL_REQ)) in ar9300_mci_wait_for_gpm()
721 ar9300_mci_process_gpm_extra(ah, recv_type, recv_opcode, p_gpm); in ar9300_mci_wait_for_gpm()
749 recv_type = MCI_GPM_TYPE(p_gpm); in ar9300_mci_wait_for_gpm()
751 if (!MCI_GPM_IS_CAL_TYPE(recv_type)) { in ar9300_mci_wait_for_gpm()
752 ar9300_mci_process_gpm_extra(ah, recv_type, recv_opcode, p_gpm); in ar9300_mci_wait_for_gpm()
[all …]