Searched refs:VCHIQ_MSG_CLOSE (Results 1 – 2 of 2) sorted by relevance
120 case VCHIQ_MSG_CLOSE: return "CLOSE"; in msg_type_str()1042 if (service && (type == VCHIQ_MSG_CLOSE)) in queue_message()1506 VCHIQ_MAKE_MSG(VCHIQ_MSG_CLOSE, 0, VCHIQ_MSG_SRCPORT(msgid)), in parse_open()1571 case VCHIQ_MSG_CLOSE: in parse_rx_slots()1582 (type == VCHIQ_MSG_CLOSE)) { in parse_rx_slots()1665 case VCHIQ_MSG_CLOSE: in parse_rx_slots()2710 (VCHIQ_MSG_CLOSE, in vchiq_close_service_internal()2731 (VCHIQ_MSG_CLOSE, in vchiq_close_service_internal()
88 #define VCHIQ_MSG_CLOSE 4 /* + (srcport, dstport) */ macro