Searched refs:primitive (Results 1 - 9 of 9) sorted by relevance

/linux-master/net/sctp/
H A Ddebug.c126 /* Lookup primitive debug name. */
129 if (id.primitive <= SCTP_EVENT_PRIMITIVE_MAX)
130 return sctp_primitive_tbl[id.primitive];
H A DMakefile13 tsnmap.o bind_addr.o socket.o primitive.o \
H A Dsm_statetable.c81 return DO_LOOKUP(SCTP_EVENT_PRIMITIVE_MAX, primitive,
703 /* The primary index for this table is the primitive type.
H A Dsm_statefuns.c4904 * These are the state functions for handling primitive (Section 10) events.
4917 * This primitive allows the upper layer to initiate an association to a
4933 * be created BEFORE causing this primitive to run.]
5015 * Process the SEND primitive.
5050 * send primitive) within the life time variable. However, the
5089 * Process the SHUTDOWN primitive.
5125 * Upon receipt of the SHUTDOWN primitive from its upper
5145 * Process the ABORT primitive.
5180 * Upon receipt of the ABORT primitive from its upper
5461 * Process the REQUESTHEARTBEAT primitive
[all...]
/linux-master/include/net/sctp/
H A Dconstants.h96 /* These are primitive requests from the ULP. */
120 enum sctp_event_primitive primitive; member in union:sctp_subtype
131 SCTP_SUBTYPE_CONSTRUCTOR(PRIMITIVE, enum sctp_event_primitive, primitive)
/linux-master/tools/memory-model/scripts/
H A Dcmplitmushist.sh124 echo "!!!" Unknown primitive: $badmacnam 1>&2
/linux-master/drivers/scsi/isci/
H A Dscu_task_context.h80 SCU_TASK_TYPE_PRIMITIVE /* /< Request for a primitive to be transmitted */
390 * when the driver wants to send a primitive on the link.
403 * This field specifies the primitive that is to be transmitted.
430 struct primitive_task_context primitive; member in union:protocol_context
/linux-master/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_ioc.h430 u8 primitive; member in struct:mpi3_event_data_sas_broadcast_primitive
445 u8 primitive; member in struct:mpi3_event_data_sas_notify_primitive
/linux-master/drivers/message/fusion/
H A Dmptbase.c7573 u8 primitive = (u8)(evData0 >> 24); local
7576 "width=%d primitive=0x%02x",
7577 phy_num, port_num, port_width, primitive);

Completed in 261 milliseconds