Lines Matching refs:bottom
394 (unsigned long long)qtcb->bottom.support.req_handle);
520 struct fsf_qtcb_bottom_config *bottom = &req->qtcb->bottom.config;
525 plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload
529 memcpy(req->data, bottom, sizeof(*bottom));
531 adapter->timer_ticks = bottom->timer_interval & ZFCP_FSF_TIMER_INT_MASK;
532 adapter->stat_read_buf_num = max(bottom->status_read_buf_num,
540 adapter->hydra_version = bottom->adapter_type;
542 switch (bottom->fc_topology) {
544 adapter->peer_d_id = ntoh24(bottom->peer_d_id);
568 struct fsf_qtcb_bottom_config *bottom = &qtcb->bottom.config;
573 adapter->fsf_lic_version = bottom->lic_version;
574 adapter->adapter_features = bottom->adapter_features;
575 adapter->connection_features = bottom->connection_features;
586 zfcp_diag_update_xdata(diag_hdr, bottom, false);
588 zfcp_scsi_shost_update_config_data(adapter, bottom, false);
592 if (bottom->max_qtcb_size < sizeof(struct fsf_qtcb)) {
596 bottom->max_qtcb_size);
604 zfcp_diag_update_xdata(diag_hdr, bottom, true);
614 zfcp_scsi_shost_update_config_data(adapter, bottom, true);
624 adapter->hardware_version = bottom->hardware_version;
626 if (FSF_QTCB_CURRENT_VERSION < bottom->low_qtcb_version) {
633 if (FSF_QTCB_CURRENT_VERSION > bottom->high_qtcb_version) {
737 struct fsf_qtcb_bottom_port *bottom = &req->qtcb->bottom.port;
740 memcpy(req->data, bottom, sizeof(*bottom));
744 bottom->fc_security_algorithms;
755 struct fsf_qtcb_bottom_port *bottom = &qtcb->bottom.port;
766 zfcp_diag_update_xdata(diag_hdr, bottom, false);
768 zfcp_scsi_shost_update_port_data(req->adapter, bottom);
772 zfcp_diag_update_xdata(diag_hdr, bottom, true);
778 zfcp_scsi_shost_update_port_data(req->adapter, bottom);
1050 req->qtcb->bottom.support.req_handle = (u64) old_req_id;
1135 qtcb->bottom.support.req_buf_length =
1139 qtcb->bottom.support.resp_buf_length =
1161 qtcb->bottom.support.req_buf_length = zfcp_qdio_real_bytes(sg_req);
1169 qtcb->bottom.support.resp_buf_length = zfcp_qdio_real_bytes(sg_resp);
1190 req->qtcb->bottom.support.service_class = FSF_CLASS_3;
1191 req->qtcb->bottom.support.timeout = timeout;
1330 hton24(req->qtcb->bottom.support.d_id, d_id);
1373 req->qtcb->bottom.config.feature_selection =
1428 req->qtcb->bottom.config.feature_selection =
1679 struct fsf_qtcb_bottom_support *bottom = &req->qtcb->bottom.support;
1717 port->connection_info = bottom->connection_info;
1740 plogi = (struct fc_els_flogi *) bottom->els;
1741 if (bottom->els1_length >= FSF_PLOGI_MIN_LEN)
1782 hton24(req->qtcb->bottom.support.d_id, port->d_id);
1924 hton24(req->qtcb->bottom.support.d_id, wka_port->d_id);
2196 req->qtcb->bottom.support.fcp_lun = zfcp_scsi_dev_lun(erp_action->sdev);
2203 req->qtcb->bottom.support.option = FSF_OPEN_LUN_SUPPRESS_BOXING;
2337 switch (req->qtcb->bottom.io.data_direction) {
2399 req->qtcb->bottom.io.data_direction,
2408 req->qtcb->bottom.io.fcp_cmnd_length);
2478 fcp_rsp = &req->qtcb->bottom.io.fcp_rsp.iu;
2574 io = &req->qtcb->bottom.io;
2592 fcp_cmnd = &req->qtcb->bottom.io.fcp_cmnd.iu;
2639 fcp_rsp = &req->qtcb->bottom.io.fcp_rsp.iu;
2684 req->qtcb->bottom.io.data_direction = FSF_DATADIR_CMND;
2685 req->qtcb->bottom.io.service_class = FSF_CLASS_3;
2686 req->qtcb->bottom.io.fcp_cmnd_length = FCP_CMND_LEN;
2690 fcp_cmnd = &req->qtcb->bottom.io.fcp_cmnd.iu;