Searched refs:last_reply_idx (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/dev/mfi/
H A Dmfi_tbolt.c319 /* initialize the last_reply_idx to 0 */
320 sc->last_reply_idx = 0;
322 MFI_WRITE4(sc, MFI_RPI, sc->last_reply_idx);
561 sc->last_reply_idx = 0;
673 + sc->last_reply_idx * sc->reply_size);
728 sc->last_reply_idx++;
729 if (sc->last_reply_idx >= sc->mfi_max_fw_cmds) {
730 MFI_WRITE4(sc, MFI_RPI, sc->last_reply_idx);
731 sc->last_reply_idx = 0;
743 + sc->last_reply_idx * s
[all...]
H A Dmfivar.h368 uint16_t last_reply_idx; member in struct:mfi_softc
/freebsd-10.2-release/sys/dev/mrsas/
H A Dmrsas.c1509 + sc->last_reply_idx[MSIxIndex];
1551 sc->last_reply_idx[MSIxIndex]++;
1552 if (sc->last_reply_idx[MSIxIndex] >= sc->reply_q_depth)
1553 sc->last_reply_idx[MSIxIndex] = 0;
1561 if (!sc->last_reply_idx[MSIxIndex]) {
1586 sc->last_reply_idx[MSIxIndex]);
1589 sc->last_reply_idx[MSIxIndex]);
1592 reply_post_host_index), sc->last_reply_idx[0]);
1608 sc->last_reply_idx[MSIxIndex]);
1611 sc->last_reply_idx[MSIxInde
[all...]
H A Dmrsas.h2682 u_int16_t last_reply_idx[MAX_MSIX_COUNT]; member in struct:mrsas_softc

Completed in 90 milliseconds