RMSG_Q_LEN         73 drivers/block/sx8.c #define NEXT_RESP(idx)	((idx + 1) % RMSG_Q_LEN)
RMSG_Q_LEN        182 drivers/block/sx8.c 	RBUF_LEN		= RMSG_SZ * RMSG_Q_LEN,
RMSG_Q_LEN        618 drivers/block/sx8.c 	ab->n_rbuf	= cpu_to_le32(RMSG_Q_LEN);
RMSG_Q_LEN       1016 drivers/block/sx8.c 	unsigned int idx = host->resp_idx % RMSG_Q_LEN;
RMSG_Q_LEN       1250 drivers/block/sx8.c 	for (i = 0; i < RMSG_Q_LEN; i++)