Lines Matching refs:left
257 DBG("now %d left %d", nr_words * 4, xfer->data_left);
281 DBG("now %d left %d", nr_words * 4, xfer->data_left);
324 DBG("now %d left %d", nr_words * 4, xfer->data_left);
412 unsigned int room, left, chunk, bytes_to_move;
422 left = DIV_ROUND_UP(xfer->data_left, 4);
424 if (chunk > left) {
425 hci_pio_push_to_next_rx(hci, xfer, chunk - left);
426 left = chunk;
427 xfer->data_left = left * 4;
776 DBG("now %d left %d", nr_words * 4, ibi->seg_cnt);