Home
last modified time | relevance | path

Searched refs:msg_code (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_intr.c258 msgcode_t msg_code; in px_msiq_intr() local
325 msg_code = msiq_rec_p->msiq_rec_data.msg.msg_code; in px_msiq_intr()
327 "record, msg type 0x%x\n", msg_code); in px_msiq_intr()
333 "msi 0x%x\n", msg_code); in px_msiq_intr()
336 msg_code = 0; in px_msiq_intr()
351 ((ih_p->ih_msg_code != msg_code) || in px_msiq_intr()
356 if ((ih_p->ih_msg_code == msg_code) && in px_msiq_intr()
382 ret = px_err_fabric_intr(px_p, msg_code, in px_msiq_intr()
1199 hdlp->ih_inum, rec_type, msg_code)) { in px_add_msiq_intr()
1302 msgcode_t msg_code, msiqid_t msiq_id) in px_rem_msiq_intr() argument
[all …]
H A Dpx_intr.h47 msgcode_t msg_code, cpuid_t cpuid, msiqid_t *msiq_id_p);
50 msgcode_t msg_code, msiqid_t msiq_id);
H A Dpx_ib.h151 uint32_t inum, msiq_rec_type_t rec_type, msgcode_t msg_code);
155 caddr_t int_handler_arg2, msiq_rec_type_t rec_type, msgcode_t msg_code);
159 msiq_rec_type_t rec_type, msgcode_t msg_code);
H A Dpx_msiq.h88 msgcode_t msg_code, msiqid_t *msiq_id_p);
H A Dpx_ib.c765 uint32_t inum, msiq_rec_type_t rec_type, msgcode_t msg_code) in px_ib_intr_locate_ih() argument
773 (ih_p->ih_msg_code == msg_code)) in px_ib_intr_locate_ih()
784 msiq_rec_type_t rec_type, msgcode_t msg_code) in px_ib_alloc_ih() argument
798 ih_p->ih_msg_code = msg_code; in px_ib_alloc_ih()
810 msgcode_t msg_code) in px_ib_update_intr_state() argument
827 msg_code)) { in px_ib_update_intr_state()
H A Dpx_fm.h117 extern uint_t px_err_fabric_intr(px_t *px_p, msgcode_t msg_code,
H A Dpx_ioapi.h503 msg_code: 8; /* DW 6 - 07:00 */ member
H A Dpx_msiq.c145 px_msiq_alloc(px_t *px_p, msiq_rec_type_t rec_type, msgcode_t msg_code, in px_msiq_alloc() argument
167 if (msg_code == PCIE_MSG_CODE_ERR_COR) { in px_msiq_alloc()
H A Dpx_fm.c402 px_err_fabric_intr(px_t *px_p, msgcode_t msg_code, pcie_req_id_t rid) in px_err_fabric_intr() argument
422 if (msg_code == PCIE_MSG_CODE_ERR_COR) { in px_err_fabric_intr()
430 if (msg_code == PCIE_MSG_CODE_ERR_NONFATAL) in px_err_fabric_intr()
/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxhwi.c380 u32_t msg_code; in um_send_driver_pulse() local
393 msg_code = lmdevice->vars.drv_pulse_wr_seq & DRV_PULSE_SEQ_MASK; in um_send_driver_pulse()
398 msg_code |= DRV_PULSE_ALWAYS_ALIVE; in um_send_driver_pulse()
401 REG_WR_IND(lmdevice, offset, msg_code); in um_send_driver_pulse()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_mcp.c337 u32_t msg_code = 0; in lm_send_driver_pulse() local
352 msg_code = pdev->vars.drv_pulse_wr_seq & DRV_PULSE_SEQ_MASK; in lm_send_driver_pulse()
356 SET_FLAGS( msg_code, DRV_PULSE_ALWAYS_ALIVE ) ; in lm_send_driver_pulse()
359 drv_pulse = msg_code; in lm_send_driver_pulse()
363 func_mb[FUNC_MAILBOX_ID(pdev)].drv_pulse_mb),msg_code); in lm_send_driver_pulse()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Ddebug.h54 typedef u8_t (*debug_logger_cb_t)( void *context, long msg_code, long gui_code, u8_t b_raise_gui, u…
59 long msg_code,
75 u32_t msg_code ; // msg_code member
337 long msg_code,
/illumos-gate/usr/src/uts/common/io/bnx/570x/common/include/
H A Dshmem.h605 #define RESET_TYPE_VALUE(msg_code) (RESET_TYPE_SIGNATURE |\ argument
606 (msg_code))
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c374 auditd_message(auditd_rc_t msg_code) { in auditd_message() argument
377 switch (msg_code) { in auditd_message()
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie.h962 uint32_t msg_code:8, /* DW1 */ member
1036 msg_code:8; member
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_lib4u.c1036 msiq_rec_p->msiq_rec_data.msg.msg_code = eq_rec_p->eq_rec_data0; in px_lib_get_msiq_rec()