Home
last modified time | relevance | path

Searched refs:MSIxIndex (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/mpr/mpi/
H A Dmpi2.h407 U8 MSIxIndex; /* 0x01 */ member
432 U8 MSIxIndex; /* 0x01 */ member
445 U8 MSIxIndex; /* 0x01 */ member
457 U8 MSIxIndex; /* 0x01 */ member
470 U8 MSIxIndex; /* 0x01 */ member
525 U8 MSIxIndex; /* 0x01 */ member
539 U8 MSIxIndex; /* 0x01 */ member
564 U8 MSIxIndex; /* 0x01 */ member
576 U8 MSIxIndex; /* 0x01 */ member
589 U8 MSIxIndex; /* 0x01 */ member
[all …]
H A Dmpi2_history.txt95 * field with MSIxIndex field.
/freebsd/sys/dev/mps/mpi/
H A Dmpi2.h311 U8 MSIxIndex; /* 0x01 */ member
333 U8 MSIxIndex; /* 0x01 */ member
346 U8 MSIxIndex; /* 0x01 */ member
358 U8 MSIxIndex; /* 0x01 */ member
371 U8 MSIxIndex; /* 0x01 */ member
398 U8 MSIxIndex; /* 0x01 */ member
421 U8 MSIxIndex; /* 0x01 */ member
433 U8 MSIxIndex; /* 0x01 */ member
446 U8 MSIxIndex; /* 0x01 */ member
460 U8 MSIxIndex; /* 0x01 */ member
[all …]
H A Dmpi2_history.txt94 * field with MSIxIndex field.
/freebsd/sys/dev/mrsas/
H A Dmrsas.c112 int mrsas_complete_cmd(struct mrsas_softc *sc, u_int32_t MSIxIndex);
772 sc->irq_context[i].MSIxIndex = i; in mrsas_setup_msix()
1579 sc->irq_context[0].MSIxIndex = 0; in mrsas_setup_irq()
1629 if (mrsas_complete_cmd(sc, irq_context->MSIxIndex) != SUCCESS) in mrsas_isr()
1647 mrsas_complete_cmd(struct mrsas_softc *sc, u_int32_t MSIxIndex) in mrsas_complete_cmd() argument
1671 desc += ((MSIxIndex * sc->reply_alloc_sz) / sizeof(MPI2_REPLY_DESCRIPTORS_UNION)) in mrsas_complete_cmd()
1672 + sc->last_reply_idx[MSIxIndex]; in mrsas_complete_cmd()
1766 sc->last_reply_idx[MSIxIndex]++; in mrsas_complete_cmd()
1767 if (sc->last_reply_idx[MSIxIndex] >= sc->reply_q_depth) in mrsas_complete_cmd()
1768 sc->last_reply_idx[MSIxIndex] = 0; in mrsas_complete_cmd()
[all …]
H A Dmrsas_cam.c134 extern int mrsas_complete_cmd(struct mrsas_softc *sc, u_int32_t MSIxIndex);
771 r1_cmd->request_desc->SCSIIO.MSIxIndex = cmd->request_desc->SCSIIO.MSIxIndex; in mrsas_prepare_secondRaid1_IO()
1012 cmd->request_desc->SCSIIO.MSIxIndex = in mrsas_setup_io()
1258 cmd->request_desc->SCSIIO.MSIxIndex = in mrsas_build_syspdio()
1928 u_int32_t MSIxIndex, bus_id; in mrsas_reset_targets() local
1967 req_desc->HighPriority.MSIxIndex = 0; in mrsas_reset_targets()
2035 for (MSIxIndex = 0; MSIxIndex < count; MSIxIndex++) in mrsas_reset_targets()
2036 mrsas_complete_cmd(sc, MSIxIndex); in mrsas_reset_targets()
H A Dmrsas.h548 u_int8_t MSIxIndex; /* 0x01 */ member
560 u_int8_t MSIxIndex; /* 0x01 */ member
572 u_int8_t MSIxIndex; /* 0x01 */ member
584 u_int8_t MSIxIndex; /* 0x01 */ member
596 u_int8_t MSIxIndex; /* 0x01 */ member
625 u_int8_t MSIxIndex; /* 0x01 */ member
634 u_int8_t MSIxIndex; /* 0x01 */ member
643 u_int8_t MSIxIndex; /* 0x01 */ member
655 u_int8_t MSIxIndex; /* 0x01 */ member
668 u_int8_t MSIxIndex; /* 0x01 */ member
[all …]
/freebsd/sys/dev/mfi/
H A Dmfireg.h1772 uint8_t MSIxIndex; /* 0x01 */ member
1813 uint8_t MSIxIndex; /* 0x01 */ member
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_ioc.h347 U16 MSIxIndex; /* 0x10 */ member
/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr.c657 create_req.MSIxIndex = sc->irq_ctx[qid - 1].msix_index; in mpi3mr_create_op_reply_queue()