Home
last modified time | relevance | path

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

/drivers/s390/cio/
Dqdio_main.c272 set_buf_states(q, 0, SLSB_P_INPUT_NOT_INIT, in qdio_init_buf_states()
383 set_buf_states(q, q->last_move_ftc, SLSB_P_INPUT_NOT_INIT, in qdio_stop_polling()
387 set_buf_state(q, q->last_move_ftc, SLSB_P_INPUT_NOT_INIT); in qdio_stop_polling()
427 set_buf_states(q, q->last_move_ftc, SLSB_P_INPUT_NOT_INIT, in inbound_primed()
442 set_buf_state(q, q->last_move_ftc, SLSB_P_INPUT_NOT_INIT); in inbound_primed()
458 set_buf_states(q, next_buf(q->first_to_check), SLSB_P_INPUT_NOT_INIT, in inbound_primed()
509 case SLSB_P_INPUT_NOT_INIT: in get_inbound_buffer_frontier()
Dqdio_debug.c76 case SLSB_P_INPUT_NOT_INIT: in qstat_show()
Dqdio.h52 #define SLSB_P_INPUT_NOT_INIT \ macro