Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/cio/
Dqdio_main.c274 set_buf_states(q, 0, SLSB_P_INPUT_NOT_INIT, in qdio_init_buf_states()
402 set_buf_states(q, q->u.in.ack_start, SLSB_P_INPUT_NOT_INIT, in qdio_stop_polling()
406 set_buf_state(q, q->u.in.ack_start, SLSB_P_INPUT_NOT_INIT); in qdio_stop_polling()
424 unsigned char state = (q->is_input_q) ? SLSB_P_INPUT_NOT_INIT : in process_buffer_error()
469 set_buf_states(q, q->u.in.ack_start, SLSB_P_INPUT_NOT_INIT, in inbound_primed()
484 set_buf_state(q, q->u.in.ack_start, SLSB_P_INPUT_NOT_INIT); in inbound_primed()
495 set_buf_states(q, q->first_to_check, SLSB_P_INPUT_NOT_INIT, count); in inbound_primed()
539 case SLSB_P_INPUT_NOT_INIT: in get_inbound_buffer_frontier()
Dqdio_debug.c142 case SLSB_P_INPUT_NOT_INIT: in qstat_show()
Dqdio.h46 #define SLSB_P_INPUT_NOT_INIT \ macro