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

/drivers/target/iscsi/
H A Discsi_target_util.c1361 int data = count->data_length, total_tx = 0, tx_loop = 0, iov_len; local
1379 tx_loop = kernel_sendmsg(conn->sock, &msg, iov_p, iov_len,
1381 if (tx_loop <= 0) {
1382 pr_debug("tx_loop: %d total_tx %d\n",
1383 tx_loop, total_tx);
1384 return tx_loop;
1386 total_tx += tx_loop;
1387 pr_debug("tx_loop: %d, total_tx: %d, data: %d\n",
1388 tx_loop, total_tx, data);

Completed in 28 milliseconds