Home
last modified time | relevance | path

Searched refs:login_rsp_buf (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/ulp/isert/
H A Dib_isert.h171 char *login_rsp_buf; member
H A Dib_isert.c323 kfree(isert_conn->login_rsp_buf); in isert_free_login_buf()
351 isert_conn->login_rsp_buf = kzalloc(ISER_RX_PAYLOAD_SIZE, GFP_KERNEL); in isert_alloc_login_buf()
352 if (!isert_conn->login_rsp_buf) { in isert_alloc_login_buf()
358 isert_conn->login_rsp_buf, in isert_alloc_login_buf()
370 kfree(isert_conn->login_rsp_buf); in isert_alloc_login_buf()
936 memcpy(isert_conn->login_rsp_buf, login->rsp_buf, length); in isert_put_login_tx()