Home
last modified time | relevance | path

Searched refs:login_buf (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/infiniband/ulp/iser/
Diser_verbs.c165 ib_conn->login_buf = kmalloc(ISCSI_DEF_MAX_RECV_SEG_LEN + in iser_create_ib_conn_res()
167 if (!ib_conn->login_buf) in iser_create_ib_conn_res()
170 ib_conn->login_req_buf = ib_conn->login_buf; in iser_create_ib_conn_res()
171 ib_conn->login_resp_buf = ib_conn->login_buf + ISCSI_DEF_MAX_RECV_SEG_LEN; in iser_create_ib_conn_res()
277 if (ib_conn->login_buf) { in iser_free_ib_conn_res()
286 kfree(ib_conn->login_buf); in iser_free_ib_conn_res()
Discsi_iser.h259 char *login_buf; member
/linux-3.4.99/drivers/scsi/ibmvscsi/
Dibmvfc.c958 switch (vhost->login_buf->resp.link_speed / 100) { in ibmvfc_get_host_speed()
979 vhost->login_buf->resp.link_speed / 100); in ibmvfc_get_host_speed()
2880 vhost->login_buf->resp.partition_name); in ibmvfc_show_host_partition_name()
2890 vhost->login_buf->resp.device_name); in ibmvfc_show_host_device_name()
2900 vhost->login_buf->resp.port_loc_code); in ibmvfc_show_host_loc_code()
2910 vhost->login_buf->resp.drc_name); in ibmvfc_show_host_drc_name()
2918 return snprintf(buf, PAGE_SIZE, "%d\n", vhost->login_buf->resp.version); in ibmvfc_show_host_npiv_version()
2926 return snprintf(buf, PAGE_SIZE, "%llx\n", vhost->login_buf->resp.capabilities); in ibmvfc_show_host_capabilities()
3722 memcpy(&mad->fc_iu.payload[2], &vhost->login_buf->resp.port_name, in ibmvfc_tgt_adisc()
3723 sizeof(vhost->login_buf->resp.port_name)); in ibmvfc_tgt_adisc()
[all …]
Dibmvfc.h706 union ibmvfc_npiv_login_data *login_buf; member