Lines Matching refs:data
39 * including doing any additional data transfers. When it is done, it
133 * release_crq_queue: - Deallocates data and unregisters CRQ
191 * @word1: the first 64 bits of the data
192 * @word2: the second 64 bits of the data
201 * over to the VIOS to prevent it from fetching any stale data.
209 * @data: ibmvscsi_host_data of host
211 static void ibmvscsi_task(void *data)
213 struct ibmvscsi_host_data *hostdata = (struct ibmvscsi_host_data *)data;
601 * set_srp_direction: Set the fields in the srp related to data
633 * unmap_cmd_data: - Unmap data pointed in srp_cmd based on the format
687 struct srp_direct_buf *data =
690 (struct srp_indirect_buf *) data;
702 map_sg_list(cmd, sg_mapped, data);
746 * map_data_for_srp_cmd: - Calls functions to map data for srp cmds
770 "Unknown data direction 0x%02x; can't map!\n",
1009 rsp->data,
1102 * map_persist_bufs: - Pre-map persistent data for adapter logins
1134 * unmap_persist_bufs: - Unmap persistent data needed for adapter logins
1576 rsp_rc = *((int *)srp_rsp.srp.rsp.data);
1697 rsp_rc = *((int *)srp_rsp.srp.rsp.data);
2108 * Number of bytes of IO data the driver will need to perform well.
2112 /* iu_storage data allocated in initialize_event_pool */
2115 /* add io space for sg data */
2195 static int ibmvscsi_work(void *data)
2197 struct ibmvscsi_host_data *hostdata = data;
2234 dev_err(&vdev->dev, "couldn't allocate host data\n");