Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/target/iscsi/
Discsi_target_util.c1267 int tx_loop = sock_sendmsg(conn->sock, &msg); in tx_data() local
1268 if (tx_loop <= 0) { in tx_data()
1270 tx_loop, total_tx); in tx_data()
1271 return tx_loop; in tx_data()
1273 total_tx += tx_loop; in tx_data()
1275 tx_loop, total_tx, data); in tx_data()