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

/freebsd-11-stable/sys/dev/mfi/
H A Dmfi_tbolt.c318 /* initialize the last_reply_idx to 0 */
319 sc->last_reply_idx = 0;
321 MFI_WRITE4(sc, MFI_RPI, sc->last_reply_idx);
560 sc->last_reply_idx = 0;
672 + sc->last_reply_idx * sc->reply_size);
727 sc->last_reply_idx++;
728 if (sc->last_reply_idx >= sc->mfi_max_fw_cmds) {
729 MFI_WRITE4(sc, MFI_RPI, sc->last_reply_idx);
730 sc->last_reply_idx = 0;
742 + sc->last_reply_idx * s
[all...]
H A Dmfivar.h368 uint16_t last_reply_idx; member in struct:mfi_softc
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c1703 + sc->last_reply_idx[MSIxIndex];
1795 sc->last_reply_idx[MSIxIndex]++;
1796 if (sc->last_reply_idx[MSIxIndex] >= sc->reply_q_depth)
1797 sc->last_reply_idx[MSIxIndex] = 0;
1805 if (!sc->last_reply_idx[MSIxIndex]) {
1829 sc->last_reply_idx[MSIxIndex]);
1832 sc->last_reply_idx[MSIxIndex]);
1835 reply_post_host_index), sc->last_reply_idx[0]);
1850 sc->last_reply_idx[MSIxIndex]);
1853 sc->last_reply_idx[MSIxInde
[all...]
H A Dmrsas.h3262 u_int16_t last_reply_idx[MAX_MSIX_COUNT]; member in struct:mrsas_softc

Completed in 127 milliseconds