Searched refs:VCHIQ_MSG_CLOSE (Results 1 – 2 of 2) sorted by relevance
152 case VCHIQ_MSG_CLOSE: return "CLOSE"; in msg_type_str()994 if (service && (type == VCHIQ_MSG_CLOSE)) in queue_message()1614 VCHIQ_MAKE_MSG(VCHIQ_MSG_CLOSE, 0, VCHIQ_MSG_SRCPORT(msgid)), in parse_open()1677 case VCHIQ_MSG_CLOSE: in parse_rx_slots()1688 (type == VCHIQ_MSG_CLOSE)) { in parse_rx_slots()1775 case VCHIQ_MSG_CLOSE: in parse_rx_slots()2926 (VCHIQ_MSG_CLOSE, in vchiq_close_service_internal()2948 (VCHIQ_MSG_CLOSE, in vchiq_close_service_internal()
100 #define VCHIQ_MSG_CLOSE 4 /* + (srcport, dstport) */ macro