Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dsx8.c73 #define NEXT_RESP(idx) ((idx + 1) % RMSG_Q_LEN)
179 RMSG_Q_LEN = 48, /* resp. msg list length */ enumerator
182 RBUF_LEN = RMSG_SZ * RMSG_Q_LEN,
704 ab->n_rbuf = cpu_to_le32(RMSG_Q_LEN); in carm_fill_alloc_buf()
1169 unsigned int idx = host->resp_idx % RMSG_Q_LEN; in carm_handle_responses()
1403 for (i = 0; i < RMSG_Q_LEN; i++) in carm_init_responses()