Lines Matching refs:data
47 /* Message with data needs at least two words (for header & data). */
123 * @tx_buf: tx buffer used to buffer data before writing into the FIFO
185 * will be read by the other side as data stream in the same byte order.
457 /* Copy console data into the output buffer. */
508 /* Console Tx (move data from the output buffer into the TmFifo). */
516 u64 data;
526 /* Return if no data to send. */
550 memcpy(&data, addr, sizeof(u64));
552 memcpy(&data, addr, seg);
553 memcpy((u8 *)&data + seg, cons->tx_buf.buf,
556 writeq(data, fifo->tx_base + MLXBF_TMFIFO_TX_DATA);
580 u64 data;
587 data = readq(fifo->rx_base + MLXBF_TMFIFO_RX_DATA);
593 memcpy(addr + vring->cur_len, &data,
596 memcpy(&data, addr + vring->cur_len,
604 memcpy(addr + vring->cur_len, &data,
607 data = 0;
608 memcpy(&data, addr + vring->cur_len,
616 writeq(data, fifo->tx_base + MLXBF_TMFIFO_TX_DATA);
703 * Return true to indicate more data available.
877 /* Tx (Send data to the TmFifo). */
881 /* Rx (Receive data from the TmFifo). */