[ Previous | Next | Contents | Home | Search ]
AIX Version 4.3 Kernel and Subsystems Technical Reference, Volume 2

MP_CHG_PARMS (Change Parameters) mpioctl MPQP Device Handler Operation

Purpose

Permits the data link control (DLC) to change certain profile parameters after the Multiprotocol Quad Port (MPQP) device has been started.

Description

The MP_CHG_PARMS operation permits the DLC to change certain profile parameters after the MPQP device has been started. The cmd parameter in the mpioctl entry point is set to the MP_CHG_PARMS operation. This operation can interfere with communications that are in progress. Data transmission should not be active when this operation is issued.

For this operation, the extptr parameter points to a chng_params structure. This structure has the following changeable fields:

chg_mask Specifies the mask that indicates which fields are to be changed. The possible choices are:
  • CP_POLL_ADDR
  • CP_RCV_TMR
  • CP_SEL_ADDR

More than one field can be changed with one MP_CHG_PARAMS operation.

rcv_timer Identifies the timeout value used after transmission of final frames when waiting for receive data in 0.1 second units.
poll_addr Specifies the poll address. Possible values are Synchronous Data Link Control (SDLC) or Binary Synchronous Communications (BSC) poll addresses.
sel_addr Specifies the select address. BSC is the only possible protocol that supports select addresses.

Related Information

The mpioctl entry point.

The CIO_GET_STAT mpioctl MPQP Device Handler Operation, CIO_HALT mpioctl MPQP Device Handler Operation, CIO_START mpioctl MPQP Device Handler Operation, CIO_QUERY mpioctl MPQP Device Handler Operation, MP_START_AR and MP_STOP_AR mpioctl MPQP Device Handler Operations.


[ Previous | Next | Contents | Home | Search ]