Searched refs:MSIxIndex (Results 1 – 10 of 10) sorted by relevance
407 U8 MSIxIndex; /* 0x01 */ member432 U8 MSIxIndex; /* 0x01 */ member445 U8 MSIxIndex; /* 0x01 */ member457 U8 MSIxIndex; /* 0x01 */ member470 U8 MSIxIndex; /* 0x01 */ member525 U8 MSIxIndex; /* 0x01 */ member539 U8 MSIxIndex; /* 0x01 */ member564 U8 MSIxIndex; /* 0x01 */ member576 U8 MSIxIndex; /* 0x01 */ member589 U8 MSIxIndex; /* 0x01 */ member[all …]
95 * field with MSIxIndex field.
311 U8 MSIxIndex; /* 0x01 */ member333 U8 MSIxIndex; /* 0x01 */ member346 U8 MSIxIndex; /* 0x01 */ member358 U8 MSIxIndex; /* 0x01 */ member371 U8 MSIxIndex; /* 0x01 */ member398 U8 MSIxIndex; /* 0x01 */ member421 U8 MSIxIndex; /* 0x01 */ member433 U8 MSIxIndex; /* 0x01 */ member446 U8 MSIxIndex; /* 0x01 */ member460 U8 MSIxIndex; /* 0x01 */ member[all …]
94 * field with MSIxIndex field.
112 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() argument1671 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 …]
134 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() local1967 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()
548 u_int8_t MSIxIndex; /* 0x01 */ member560 u_int8_t MSIxIndex; /* 0x01 */ member572 u_int8_t MSIxIndex; /* 0x01 */ member584 u_int8_t MSIxIndex; /* 0x01 */ member596 u_int8_t MSIxIndex; /* 0x01 */ member625 u_int8_t MSIxIndex; /* 0x01 */ member634 u_int8_t MSIxIndex; /* 0x01 */ member643 u_int8_t MSIxIndex; /* 0x01 */ member655 u_int8_t MSIxIndex; /* 0x01 */ member668 u_int8_t MSIxIndex; /* 0x01 */ member[all …]
1772 uint8_t MSIxIndex; /* 0x01 */ member1813 uint8_t MSIxIndex; /* 0x01 */ member
347 U16 MSIxIndex; /* 0x10 */ member
657 create_req.MSIxIndex = sc->irq_ctx[qid - 1].msix_index; in mpi3mr_create_op_reply_queue()