Searched refs:tx_nob (Results 1 – 4 of 4) sorted by relevance
723 tx->tx_resid = tx->tx_nob = tx->tx_lnetmsg->msg_len + sizeof(lnet_hdr_t); in ksocknal_pack_msg_v1()736 tx->tx_resid = tx->tx_nob = sizeof(ksock_msg_t) + tx->tx_lnetmsg->msg_len; in ksocknal_pack_msg_v2()741 tx->tx_resid = tx->tx_nob = offsetof(ksock_msg_t, ksm_u.lnetmsg.ksnm_hdr); in ksocknal_pack_msg_v2()
679 atomic_add (tx->tx_nob, &conn->ksnc_tx_nob); in ksocknal_tx_prep()713 (unsigned int)tx->tx_nob); in ksocknal_queue_tx_locked()715 LASSERT (tx->tx_resid == tx->tx_nob); in ksocknal_queue_tx_locked()720 tx->tx_nob, tx->tx_niov, tx->tx_nkiov); in ksocknal_queue_tx_locked()759 atomic_sub (ztx->tx_nob, &conn->ksnc_tx_nob); in ksocknal_queue_tx_locked()
213 int tx_nob; /* # packet bytes */ member
86 tx->tx_nob == tx->tx_resid && /* frist sending */ in ksocknal_lib_send_iov()