Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dipmi.h118 int recv_type; member
171 int recv_type; member
/freebsd/sys/contrib/dev/ath/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 …]
/freebsd/sys/dev/ipmi/
H A Dipmi.c406 recv->recv_type = IPMI_RESPONSE_RECV_TYPE; in ipmi_ioctl()
488 recv32->recv_type = recv->recv_type; in ipmi_ioctl()