Searched defs:text_length (Results 1 - 2 of 2) sorted by path

/drivers/target/iscsi/
H A Discsi_target.c3529 int text_length, padding; local
3531 text_length = iscsit_build_sendtargets_response(cmd, network_transport);
3532 if (text_length < 0)
3533 return text_length;
3537 padding = ((-text_length) & 3);
3538 hton24(hdr->dlength, text_length);
3550 text_length, conn->cid);
3552 return text_length + padding;
3567 int text_length, iov_count = 0, rc; local
3573 text_length
[all...]
H A Discsi_target_parameters.c58 int text_length)
63 length = (ISCSI_HDR_LEN + text_length);
69 if (text_buf && text_length) {
70 iov[1].iov_len = text_length;
54 iscsi_login_tx_data( struct iscsi_conn *conn, char *pdu_buf, char *text_buf, int text_length) argument

Completed in 59 milliseconds