Searched refs:login_buf (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/drivers/infiniband/ulp/iser/ |
| D | iser_initiator.c | 178 if (!iser_conn->login_buf) in iser_free_login_buf() 191 kfree(iser_conn->login_buf); in iser_free_login_buf() 196 iser_conn->login_buf = NULL; in iser_free_login_buf() 206 iser_conn->login_buf = kmalloc(ISCSI_DEF_MAX_RECV_SEG_LEN + in iser_alloc_login_buf() 208 if (!iser_conn->login_buf) in iser_alloc_login_buf() 211 iser_conn->login_req_buf = iser_conn->login_buf; in iser_alloc_login_buf() 212 iser_conn->login_resp_buf = iser_conn->login_buf + in iser_alloc_login_buf()
|
| D | iscsi_iser.h | 545 char *login_buf; member
|
| /linux-4.4.14/drivers/scsi/ibmvscsi/ |
| D | ibmvfc.c | 958 switch (be64_to_cpu(vhost->login_buf->resp.link_speed) / 100) { in ibmvfc_get_host_speed() 979 be64_to_cpu(vhost->login_buf->resp.link_speed) / 100); in ibmvfc_get_host_speed() 2184 if (!(be64_to_cpu(vhost->login_buf->resp.capabilities) & IBMVFC_CAN_SUPPRESS_ABTS)) in ibmvfc_cancel_all() 2917 vhost->login_buf->resp.partition_name); in ibmvfc_show_host_partition_name() 2927 vhost->login_buf->resp.device_name); in ibmvfc_show_host_device_name() 2937 vhost->login_buf->resp.port_loc_code); in ibmvfc_show_host_loc_code() 2947 vhost->login_buf->resp.drc_name); in ibmvfc_show_host_drc_name() 2955 return snprintf(buf, PAGE_SIZE, "%d\n", vhost->login_buf->resp.version); in ibmvfc_show_host_npiv_version() 2963 return snprintf(buf, PAGE_SIZE, "%llx\n", vhost->login_buf->resp.capabilities); in ibmvfc_show_host_capabilities() 3760 memcpy(&mad->fc_iu.payload[2], &vhost->login_buf->resp.port_name, in ibmvfc_tgt_adisc() [all …]
|
| D | ibmvfc.h | 707 union ibmvfc_npiv_login_data *login_buf; member
|
| /linux-4.4.14/drivers/infiniband/ulp/isert/ |
| D | ib_isert.h | 152 char *login_buf; member
|
| D | ib_isert.c | 621 kfree(isert_conn->login_buf); in isert_free_login_buf() 630 isert_conn->login_buf = kzalloc(ISCSI_DEF_MAX_RECV_SEG_LEN + in isert_alloc_login_buf() 632 if (!isert_conn->login_buf) { in isert_alloc_login_buf() 637 isert_conn->login_req_buf = isert_conn->login_buf; in isert_alloc_login_buf() 638 isert_conn->login_rsp_buf = isert_conn->login_buf + in isert_alloc_login_buf() 642 isert_conn->login_buf, isert_conn->login_req_buf, in isert_alloc_login_buf() 673 kfree(isert_conn->login_buf); in isert_alloc_login_buf() 772 if (isert_conn->login_buf) in isert_connect_release()
|