Searched refs:IB_MAD_METHOD_TRAP (Results 1 – 12 of 12) sorted by relevance
80 case IB_MAD_METHOD_TRAP: in osmv_invert_method()84 return IB_MAD_METHOD_TRAP; in osmv_invert_method()
48 method == IB_MAD_METHOD_SET || method == IB_MAD_METHOD_TRAP; in response_expected()
54 method == IB_MAD_METHOD_SET || method == IB_MAD_METHOD_TRAP; in response_expected()
101 IB_MAD_METHOD_TRAP = 0x5, enumerator
77 } else if (p_src_smp->method == IB_MAD_METHOD_TRAP) { in resp_make_resp_smp()
401 smp->method = IB_MAD_METHOD_TRAP; in osm_send_trap144()
666 case IB_MAD_METHOD_TRAP: in sm_mad_ctrl_rcv_callback()
406 if (p_smp->method != IB_MAD_METHOD_TRAP) { in trap_rcv_process_request()
198 trap_rpc.method = IB_MAD_METHOD_TRAP; in send_trap()
949 mad_svc.method_array[IB_MAD_METHOD_TRAP] = TRUE; in osm_vendor_bind()
946 set_bit(IB_MAD_METHOD_TRAP, &method_mask); in osm_vendor_bind()
812 #define IB_MAD_METHOD_TRAP 0x05 macro