Home
last modified time | relevance | path

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

/linux/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) in sctp_sm_lookup_event() argument
73 return sctp_chunk_event_lookup(net, event_subtype.chunk, state); in sctp_sm_lookup_event()
/linux/arch/powerpc/include/asm/
H A Dio_event_irq.h41 uint8_t event_subtype; /* 0x03 I/O-Event Sub-Type */ member
/linux/drivers/infiniband/hw/mlx5/
H A Dodp.c49 u8 event_subtype; member
388 int wq_num = pfault->event_subtype == MLX5_PFAULT_SUBTYPE_WQE ? in mlx5_ib_page_fault_resume()
1358 u8 event_subtype = pfault->event_subtype; in mlx5_ib_pfault() local
1360 switch (event_subtype) { in mlx5_ib_pfault()
1369 event_subtype); in mlx5_ib_pfault()
1400 pfault->event_subtype = eqe->sub_type; in mlx5_ib_eq_pf_process()
/linux/include/net/sctp/
H A Dsm.h163 union sctp_subtype event_subtype);
/linux/include/linux/mlx5/
H A Dmlx5_ifc.h3262 u8 event_subtype[0x8]; member