Specifications

74 CBI Buffer Formats HighWire MTP-2 - 1.2, September 4, 2002
6-3-19. CBI_M2_LOC_PROCSSR_
RECOVRD
The L3 sends this signal to L2 to notify L2 that the L3 process has recovered
from a processor outage.
There is no response to this signal.
Data structure.
typedef struct cbi_m2_loc_procssr_recovrd
{
CBI_IPS ips_hdr;
} CBI_M2_LOC_PROCSSR_RECOVRD;
Parameters.
ips_hdr
ips_hdrips_hdr
ips_hdr
IPS Header. For definition, see Section 6-1-1. The following fields are specified
below:
ips_type
ips_typeips_type
ips_type - IPS_CBI_M2_LOC_PROCSSR_RECOVRD.
sender_handle
sender_handlesender_handle
sender_handle - L3’s handle for the join for this link.
receiver_handle
receiver_handlereceiver_handle
receiver_handle - L2’s handle for the join for this link.
6-3-20. CBI_M2_REGISTER The L3 sends this signal to the L2 to register as a user of the link. Once the
registration response is received, the L3 must be capable of receiving other
messages across the interface. The L3 may not transmit messages across the
interface until a CBI_M2_AVAILABLE has been received.
The L2 returns the signal as a response.
Note that once this message has been sent, the application may not send
ANY
ANYANY
ANY further messages (even a CBI_M2_UNREGISTER) until it has received the
CBI_M2_REGISTER and CBI_M2_AVAILABLE response.
Data structure.
typedef struct cbi_m2_register
{
CBI_IPS ips_hdr;
CBI_ULONG return_code;
CBI_PROC_ID l3_mgmt_pid;
CBI_QUEUE_ID l3_mgmt_qid;
CBI_ULONG link_set_id;
CBI_BYTE link_slc;
CBI_ULONG l3_id;
CBI_ULONG major_variant;
CBI_M2_MTP2_REGISTER_PARMS mtp2_parms;
CBI_M2_SAAL_REGISTER_PARMS saal_parms;
} CBI_M2_REGISTER;