Searched refs:event_subtype (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dio_event_irq.h41 uint8_t event_subtype; /* 0x03 I/O-Event Sub-Type */ member in struct:pseries_io_event
/linux-master/net/sctp/
H A Dsm_statetable.c55 if ((event_subtype._type > (_max))) { \
57 _table, event_subtype._type, _max); \
60 rtn = &_table[event_subtype._type][(int)state]; \
69 union sctp_subtype event_subtype)
73 return sctp_chunk_event_lookup(net, event_subtype.chunk, state);
65 sctp_sm_lookup_event( struct net *net, enum sctp_event_type event_type, enum sctp_state state, union sctp_subtype event_subtype) argument
/linux-master/drivers/infiniband/hw/mlx5/
H A Dodp.c49 u8 event_subtype; member in struct:mlx5_pagefault
62 * receive queue, according to event_subtype.
388 int wq_num = pfault->event_subtype == MLX5_PFAULT_SUBTYPE_WQE ?
1360 u8 event_subtype = pfault->event_subtype; local
1362 switch (event_subtype) {
1371 event_subtype);
1402 pfault->event_subtype = eqe->sub_type;
/linux-master/include/net/sctp/
H A Dsm.h163 union sctp_subtype event_subtype);
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc.h3099 u8 event_subtype[0x8]; member in struct:mlx5_ifc_db_bf_congestion_event_bits

Completed in 213 milliseconds