ISNS_BUF_SIZE
rval = isns_add_buffer_pool(ISNS_BUF_SIZE, ISNS_BUF_COUNT);
buf_size = ISNS_BUF_SIZE;
buf_p = isns_new_buffer(/* CONSTCOND */(int)MAX(ISNS_BUF_SIZE,
static struct iovec write_buf[2 + (ISNS_MAX_PDU_PAYLOAD / ISNS_BUF_SIZE) +
((ISNS_MAX_PDU_PAYLOAD % ISNS_BUF_SIZE) != 0)];
static struct iovec read_buf[2 + (ISNS_MAX_PDU_PAYLOAD / ISNS_BUF_SIZE) +
((ISNS_MAX_PDU_PAYLOAD % ISNS_BUF_SIZE) != 0)];