Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dhptiop.h56 #define MVIOP_QUEUE_LEN 512 macro
66 __le64 inbound_q[MVIOP_QUEUE_LEN];
67 __le64 outbound_q[MVIOP_QUEUE_LEN];
Dhptiop.c161 if (outbound_tail == MVIOP_QUEUE_LEN) in mv_outbound_read()
174 if (head == MVIOP_QUEUE_LEN) in mv_inbound_write()