|
@@ -1079,6 +1079,7 @@ int zfcp_fsf_send_ct(struct zfcp_fc_wka_port *wka_port,
|
|
|
|
|
|
req->handler = zfcp_fsf_send_ct_handler;
|
|
|
req->qtcb->header.port_handle = wka_port->handle;
|
|
|
+ ct->d_id = wka_port->d_id;
|
|
|
req->data = ct;
|
|
|
|
|
|
zfcp_dbf_san_req("fssct_1", req, wka_port->d_id);
|
|
@@ -1175,6 +1176,7 @@ int zfcp_fsf_send_els(struct zfcp_adapter *adapter, u32 d_id,
|
|
|
|
|
|
hton24(req->qtcb->bottom.support.d_id, d_id);
|
|
|
req->handler = zfcp_fsf_send_els_handler;
|
|
|
+ els->d_id = d_id;
|
|
|
req->data = els;
|
|
|
|
|
|
zfcp_dbf_san_req("fssels1", req, d_id);
|