Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptiop/
H A Dhptiop.h97 #define MVIOP_QUEUE_LEN 512 macro
106 u_int64_t inbound_q[MVIOP_QUEUE_LEN];
107 u_int64_t outbound_q[MVIOP_QUEUE_LEN];
H A Dhptiop.c238 if (outbound_tail == MVIOP_QUEUE_LEN) in hptiop_mv_outbound_read()
252 if (head == MVIOP_QUEUE_LEN) in hptiop_mv_inbound_write()