Lines Matching defs:data
45 MODULE_DESCRIPTION("iSCSI/TCP data-path");
83 struct iscsi_conn *conn = rd_desc->arg.data;
107 * data pending.
143 * handled pdus that cross buffers or pdus that still need data.
145 rd_desc.arg.data = conn;
280 if (!segment->data) {
288 .iov_base = segment->data + offset,
319 * We may not have been able to send data because the conn
425 /* Clear the data segment - needs to be filled in by the
451 * Prepare the send buffer for the payload data.
483 iscsi_sw_tcp_send_linear_data_prep(struct iscsi_conn *conn, void *data,
503 data, len, NULL, tx_hash);
518 iscsi_sw_tcp_send_linear_data_prep(conn, task->data, count);