Home
last modified time | relevance | path

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

/linux-4.1.27/net/sctp/
Dsm_statetable.c69 if ((event_subtype._type > (_max))) { \
71 _table, event_subtype._type, _max); \
74 rtn = &_table[event_subtype._type][(int)state]; \
82 sctp_subtype_t event_subtype) in sctp_sm_lookup_event() argument
86 return sctp_chunk_event_lookup(net, event_subtype.chunk, state); in sctp_sm_lookup_event()
/linux-4.1.27/arch/powerpc/include/asm/
Dio_event_irq.h45 uint8_t event_subtype; /* 0x03 I/O-Event Sub-Type */ member
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dodp.c678 u8 event_subtype = pfault->mpfault.event_subtype; in mlx5_ib_mr_pfault_handler() local
680 switch (event_subtype) { in mlx5_ib_mr_pfault_handler()
689 event_subtype); in mlx5_ib_mr_pfault_handler()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dqp.c107 pfault.event_subtype = eqe->sub_type; in mlx5_eq_pagefault()
/linux-4.1.27/include/linux/mlx5/
Dqp.h385 u8 event_subtype; member