Searched refs:first_to_check (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dqdio_main.c429 (q->sbal[q->first_to_check]->element[15].flags & 0xff) == 0x10)) {
432 q->first_to_check);
438 DBF_ERROR("FTC:%3d C:%3d", q->first_to_check, count);
440 q->sbal[q->first_to_check]->element[14].flags & 0xff,
441 q->sbal[q->first_to_check]->element[15].flags & 0xff);
455 q->u.in.ack_start = q->first_to_check;
463 q->u.in.ack_start = q->first_to_check;
471 new = add_buf(q->first_to_check, count - 1);
486 set_buf_states(q, q->first_to_check, SLSB_P_INPUT_NOT_INIT, count);
499 stop = add_buf(q->first_to_check, coun
[all...]
H A Dqdio.h267 int first_to_check; member in struct:qdio_q
269 /* first_to_check of the last time */
H A Dqdio_debug.c59 seq_printf(m, "ftc: %d last_move: %d\n", q->first_to_check, q->last_move);

Completed in 47 milliseconds