Lines Matching defs:login
322 * bnx2i_send_iscsi_login - post iSCSI login request MP WQE to hardware
1426 * bnx2i_process_login_resp - this function handles iscsi login response
1439 struct bnx2i_login_response *login;
1444 login = (struct bnx2i_login_response *) cqe;
1447 login->itt & ISCSI_LOGIN_RESPONSE_INDEX);
1453 resp_hdr->opcode = login->op_code;
1454 resp_hdr->flags = login->response_flags;
1455 resp_hdr->max_version = login->version_max;
1456 resp_hdr->active_version = login->version_active;
1459 hton24(resp_hdr->dlength, login->data_length);
1460 memcpy(resp_hdr->isid, &login->isid_lo, 6);
1461 resp_hdr->tsih = cpu_to_be16(login->tsih);
1463 resp_hdr->statsn = cpu_to_be32(login->stat_sn);
1464 resp_hdr->exp_cmdsn = cpu_to_be32(login->exp_cmd_sn);
1465 resp_hdr->max_cmdsn = cpu_to_be32(login->max_cmd_sn);
1466 resp_hdr->status_class = login->status_class;
1467 resp_hdr->status_detail = login->status_detail;
1468 pld_len = login->data_length;