Home
last modified time | relevance | path

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

/linux-6.1.9/net/sctp/
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-6.1.9/arch/powerpc/include/asm/
Dio_event_irq.h41 uint8_t event_subtype; /* 0x03 I/O-Event Sub-Type */ member
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dodp.c49 u8 event_subtype; member
389 int wq_num = pfault->event_subtype == MLX5_PFAULT_SUBTYPE_WQE ? in mlx5_ib_page_fault_resume()
1360 u8 event_subtype = pfault->event_subtype; in mlx5_ib_pfault() local
1362 switch (event_subtype) { in mlx5_ib_pfault()
1371 event_subtype); in mlx5_ib_pfault()
1402 pfault->event_subtype = eqe->sub_type; in mlx5_ib_eq_pf_process()
/linux-6.1.9/include/net/sctp/
Dsm.h164 union sctp_subtype event_subtype);
/linux-6.1.9/include/linux/mlx5/
Dmlx5_ifc.h2950 u8 event_subtype[0x8]; member