Searched refs:set_buf_states (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/s390/cio/ |
H A D | qdio_main.c | 249 static inline int set_buf_states(struct qdio_q *q, int bufnr, set_buf_states() function 267 return set_buf_states(q, bufnr, state, 1); set_buf_state() 277 set_buf_states(q, 0, SLSB_P_INPUT_NOT_INIT, qdio_init_buf_states() 280 set_buf_states(q, 0, SLSB_P_OUTPUT_NOT_INIT, qdio_init_buf_states() 405 set_buf_states(q, q->u.in.ack_start, SLSB_P_INPUT_NOT_INIT, qdio_stop_polling() 453 set_buf_states(q, q->first_to_check, state, count); process_buffer_error() 472 set_buf_states(q, q->u.in.ack_start, SLSB_P_INPUT_NOT_INIT, inbound_primed() 498 set_buf_states(q, q->first_to_check, SLSB_P_INPUT_NOT_INIT, count); inbound_primed() 1530 count = set_buf_states(q, bufnr, SLSB_CU_INPUT_EMPTY, count); handle_inbound() 1554 count = set_buf_states(q, bufnr, SLSB_CU_OUTPUT_PRIMED, count); handle_outbound()
|
Completed in 38 milliseconds