Lines Matching defs:data
46 MODULE_DESCRIPTION("iSCSI/TCP data-path");
58 MODULE_PARM_DESC(recv_from_iscsi_q, "Set to true to read iSCSI data/headers from the iscsi_q workqueue. The default is false which will perform reads from the network softirq context.");
88 struct iscsi_conn *conn = rd_desc->arg.data;
112 * data pending.
141 * handled pdus that cross buffers or pdus that still need data.
143 rd_desc.arg.data = conn;
318 if (!segment->data) {
325 bvec_set_virt(&bv, segment->data + offset, copy);
354 * We may not have been able to send data because the conn
460 /* Clear the data segment - needs to be filled in by the
486 * Prepare the send buffer for the payload data.
518 iscsi_sw_tcp_send_linear_data_prep(struct iscsi_conn *conn, void *data,
538 data, len, NULL, tx_hash);
553 iscsi_sw_tcp_send_linear_data_prep(conn, task->data, count);