Searched refs:ISER_RX_LOGIN_SIZE (Results 1 – 3 of 3) sorted by relevance
165 ib_conn->login_buf = kmalloc(ISER_RX_LOGIN_SIZE, GFP_KERNEL); in iser_create_ib_conn_res()170 (void *)ib_conn->login_buf, ISER_RX_LOGIN_SIZE, in iser_create_ib_conn_res()662 sge.length = ISER_RX_LOGIN_SIZE; in iser_post_recvl()
225 ISER_RX_LOGIN_SIZE, DMA_FROM_DEVICE); in iser_free_rx_descriptors()450 rx_buflen = ISER_RX_LOGIN_SIZE; in iser_rcv_completion()
140 #define ISER_RX_LOGIN_SIZE (ISER_HEADERS_LEN + ISCSI_DEF_MAX_RECV_SEG_LEN) macro