Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dhptiop.h48 #define MVIOP_QUEUE_LEN 512 macro
58 __le64 inbound_q[MVIOP_QUEUE_LEN];
59 __le64 outbound_q[MVIOP_QUEUE_LEN];
H A Dhptiop.c153 if (outbound_tail == MVIOP_QUEUE_LEN) in mv_outbound_read()
166 if (head == MVIOP_QUEUE_LEN) in mv_inbound_write()