Searched refs:set_buf_states (Results 1 – 1 of 1) sorted by relevance
/drivers/s390/cio/ |
D | qdio_main.c | 243 static inline int set_buf_states(struct qdio_q *q, int bufnr, in set_buf_states() function 268 return set_buf_states(q, bufnr, state, 1); in set_buf_state() 278 set_buf_states(q, 0, SLSB_P_INPUT_NOT_INIT, in qdio_init_buf_states() 281 set_buf_states(q, 0, SLSB_P_OUTPUT_NOT_INIT, in qdio_init_buf_states() 401 set_buf_states(q, q->u.in.batch_start, SLSB_P_INPUT_NOT_INIT, in qdio_stop_polling() 1137 count = set_buf_states(q, bufnr, SLSB_CU_INPUT_EMPTY, count); in handle_inbound() 1161 count = set_buf_states(q, bufnr, SLSB_CU_OUTPUT_PRIMED, count); in handle_outbound()
|