Home
last modified time | relevance | path

Searched refs:sense_buf_q_host_index (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/dev/mpi3mr/
HDmpi3mr.c288 old_idx = sc->sense_buf_q_host_index; in mpi3mr_repost_sense_buf()
289 sc->sense_buf_q_host_index = ((sc->sense_buf_q_host_index == in mpi3mr_repost_sense_buf()
291 (sc->sense_buf_q_host_index + 1)); in mpi3mr_repost_sense_buf()
294 sc->sense_buf_q_host_index); in mpi3mr_repost_sense_buf()
2993 sc->sense_buf_q_host_index = sc->num_sense_bufs; in mpi3mr_initialize_ioc()
2996 sc->sense_buf_q_host_index); in mpi3mr_initialize_ioc()
HDmpi3mr.h655 U32 sense_buf_q_host_index; member