Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/
Dhptiop.h48 #define MVIOP_QUEUE_LEN 512 macro
58 __le64 inbound_q[MVIOP_QUEUE_LEN];
59 __le64 outbound_q[MVIOP_QUEUE_LEN];
Dhptiop.c153 if (outbound_tail == MVIOP_QUEUE_LEN) in mv_outbound_read()
166 if (head == MVIOP_QUEUE_LEN) in mv_inbound_write()