Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/cio/
Dqdio_main.c277 set_buf_states(q, 0, SLSB_P_INPUT_NOT_INIT, in qdio_init_buf_states()
405 set_buf_states(q, q->u.in.ack_start, SLSB_P_INPUT_NOT_INIT, in qdio_stop_polling()
409 set_buf_state(q, q->u.in.ack_start, SLSB_P_INPUT_NOT_INIT); in qdio_stop_polling()
427 unsigned char state = (q->is_input_q) ? SLSB_P_INPUT_NOT_INIT : in process_buffer_error()
472 set_buf_states(q, q->u.in.ack_start, SLSB_P_INPUT_NOT_INIT, in inbound_primed()
487 set_buf_state(q, q->u.in.ack_start, SLSB_P_INPUT_NOT_INIT); in inbound_primed()
498 set_buf_states(q, q->first_to_check, SLSB_P_INPUT_NOT_INIT, count); in inbound_primed()
543 case SLSB_P_INPUT_NOT_INIT: in get_inbound_buffer_frontier()
Dqdio_debug.c141 case SLSB_P_INPUT_NOT_INIT: in qstat_show()
Dqdio.h45 #define SLSB_P_INPUT_NOT_INIT \ macro