Searched refs:set_buf_states (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/s390/cio/
H A Dqdio_main.c242 static inline int set_buf_states(struct qdio_q *q, int bufnr, function
267 return set_buf_states(q, bufnr, state, 1);
277 set_buf_states(q, 0, SLSB_P_INPUT_NOT_INIT,
280 set_buf_states(q, 0, SLSB_P_OUTPUT_NOT_INIT,
400 set_buf_states(q, q->u.in.batch_start, SLSB_P_INPUT_NOT_INIT,
1224 count = set_buf_states(q, bufnr, SLSB_CU_INPUT_EMPTY, count);
1277 count = set_buf_states(q, bufnr, SLSB_CU_OUTPUT_PRIMED, count);

Completed in 106 milliseconds