Searched refs:SLSB_P_INPUT_NOT_INIT (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/s390/cio/ |
D | qdio_main.c | 270 set_buf_states(q, 0, SLSB_P_INPUT_NOT_INIT, in qdio_init_buf_states() 398 set_buf_states(q, q->u.in.ack_start, SLSB_P_INPUT_NOT_INIT, in qdio_stop_polling() 402 set_buf_state(q, q->u.in.ack_start, SLSB_P_INPUT_NOT_INIT); in qdio_stop_polling() 420 unsigned char state = (q->is_input_q) ? SLSB_P_INPUT_NOT_INIT : in process_buffer_error() 465 set_buf_states(q, q->u.in.ack_start, SLSB_P_INPUT_NOT_INIT, in inbound_primed() 480 set_buf_state(q, q->u.in.ack_start, SLSB_P_INPUT_NOT_INIT); in inbound_primed() 491 set_buf_states(q, q->first_to_check, SLSB_P_INPUT_NOT_INIT, count); in inbound_primed() 535 case SLSB_P_INPUT_NOT_INIT: in get_inbound_buffer_frontier()
|
D | qdio_debug.c | 142 case SLSB_P_INPUT_NOT_INIT: in qstat_show()
|
D | qdio.h | 46 #define SLSB_P_INPUT_NOT_INIT \ macro
|