Home
last modified time | relevance | path

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

/Linux-v4.19/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,
701 ab->n_rbuf = cpu_to_le32(RMSG_Q_LEN); in carm_fill_alloc_buf()
1166 unsigned int idx = host->resp_idx % RMSG_Q_LEN; in carm_handle_responses()
1400 for (i = 0; i < RMSG_Q_LEN; i++) in carm_init_responses()