Searched refs:login_buf (Results 1 – 4 of 4) sorted by relevance
184 u64 host_caps = be64_to_cpu(vhost->login_buf->resp.capabilities); in ibmvfc_check_caps()1258 switch (be64_to_cpu(vhost->login_buf->resp.link_speed) / 100) { in ibmvfc_get_host_speed()1279 be64_to_cpu(vhost->login_buf->resp.link_speed) / 100); in ibmvfc_get_host_speed()3407 vhost->login_buf->resp.partition_name); in ibmvfc_show_host_partition_name()3417 vhost->login_buf->resp.device_name); in ibmvfc_show_host_device_name()3427 vhost->login_buf->resp.port_loc_code); in ibmvfc_show_host_loc_code()3437 vhost->login_buf->resp.drc_name); in ibmvfc_show_host_drc_name()3445 return snprintf(buf, PAGE_SIZE, "%d\n", be32_to_cpu(vhost->login_buf->resp.version)); in ibmvfc_show_host_npiv_version()3453 return snprintf(buf, PAGE_SIZE, "%llx\n", be64_to_cpu(vhost->login_buf->resp.capabilities)); in ibmvfc_show_host_capabilities()4601 memcpy(&mad->fc_iu.payload[2], &vhost->login_buf->resp.port_name, in ibmvfc_tgt_adisc()[all …]
862 union ibmvfc_npiv_login_data *login_buf; member
915 struct ibmvnic_login_buffer *login_buf; member
1009 kfree(adapter->login_buf); in release_login_buffer()1010 adapter->login_buf = NULL; in release_login_buffer()4059 adapter->login_buf = login_buffer; in send_login()4110 ((unsigned long *)(adapter->login_buf))[i]); in send_login()4136 adapter->login_buf = NULL; in send_login()4671 struct ibmvnic_login_buffer *login = adapter->login_buf; in handle_login_rsp()