Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr.c271 old_idx = sc->reply_free_q_host_index; in mpi3mr_repost_reply_buf()
272 sc->reply_free_q_host_index = ((sc->reply_free_q_host_index == in mpi3mr_repost_reply_buf()
274 (sc->reply_free_q_host_index + 1)); in mpi3mr_repost_reply_buf()
277 sc->reply_free_q_host_index); in mpi3mr_repost_reply_buf()
2917 sc->reply_free_q_host_index = sc->num_reply_bufs; in mpi3mr_initialize_ioc()
2919 sc->reply_free_q_host_index); in mpi3mr_initialize_ioc()
H A Dmpi3mr.h630 U32 reply_free_q_host_index; member