Searched defs:msg_code (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_msiq.c145 px_msiq_alloc(px_t *px_p, msiq_rec_type_t rec_type, msgcode_t msg_code, argument
167 if (msg_code == PCIE_MSG_CODE_ERR_COR) {
H A Dpx_intr.c258 msgcode_t msg_code; local
325 msg_code = msiq_rec_p->msiq_rec_data.msg.msg_code;
327 "record, msg type 0x%x\n", msg_code);
331 msg_code = msiq_rec_p->msiq_rec_data.msi.msi_data;
333 "msi 0x%x\n", msg_code);
336 msg_code = 0;
351 ((ih_p->ih_msg_code != msg_code) ||
356 if ((ih_p->ih_msg_code == msg_code) &&
365 ino_p->ino_ino, msg_code, handle
1154 px_add_msiq_intr(dev_info_t *dip, dev_info_t *rdip, ddi_intr_handle_impl_t *hdlp, msiq_rec_type_t rec_type, msgcode_t msg_code, cpuid_t cpu_id, msiqid_t *msiq_id_p) argument
1300 px_rem_msiq_intr(dev_info_t *dip, dev_info_t *rdip, ddi_intr_handle_impl_t *hdlp, msiq_rec_type_t rec_type, msgcode_t msg_code, msiqid_t msiq_id) argument
[all...]
H A Dpx_fm.c402 px_err_fabric_intr(px_t *px_p, msgcode_t msg_code, pcie_req_id_t rid) argument
422 if (msg_code == PCIE_MSG_CODE_ERR_COR) {
430 if (msg_code == PCIE_MSG_CODE_ERR_NONFATAL)
H A Dpx_ib.c765 uint32_t inum, msiq_rec_type_t rec_type, msgcode_t msg_code)
773 (ih_p->ih_msg_code == msg_code))
784 msiq_rec_type_t rec_type, msgcode_t msg_code)
798 ih_p->ih_msg_code = msg_code;
810 msgcode_t msg_code)
827 msg_code)) {
764 px_ib_intr_locate_ih(px_ino_pil_t *ipil_p, dev_info_t *rdip, uint32_t inum, msiq_rec_type_t rec_type, msgcode_t msg_code) argument
781 px_ib_alloc_ih(dev_info_t *rdip, uint32_t inum, uint_t (*int_handler)(caddr_t int_handler_arg1, caddr_t int_handler_arg2), caddr_t int_handler_arg1, caddr_t int_handler_arg2, msiq_rec_type_t rec_type, msgcode_t msg_code) argument
807 px_ib_update_intr_state(px_t *px_p, dev_info_t *rdip, uint_t inum, devino_t ino, uint_t pil, uint_t new_intr_state, msiq_rec_type_t rec_type, msgcode_t msg_code) argument
H A Dpx_ioapi.h503 msg_code: 8; /* DW 6 - 07:00 */ member in struct:msiq_rec::__anon9732::__anon9735
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c374 auditd_message(auditd_rc_t msg_code) { argument
377 switch (msg_code) {
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_mcp.c337 u32_t msg_code = 0; local
352 msg_code = pdev->vars.drv_pulse_wr_seq & DRV_PULSE_SEQ_MASK;
356 SET_FLAGS( msg_code, DRV_PULSE_ALWAYS_ALIVE ) ;
359 drv_pulse = msg_code;
363 func_mb[FUNC_MAILBOX_ID(pdev)].drv_pulse_mb),msg_code);
/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, u32_t string_cnt, u32_t data_cnt, ...) ;
59 long msg_code,
75 u32_t msg_code ; // msg_code member in struct:_dbg_logger_t
337 long msg_code,
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie.h745 uint32_t msg_code:8, /* DW1 */ member in struct:pcie_msg
819 msg_code:8; member in struct:pcie_msg

Completed in 101 milliseconds