Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd.h239 #define KSOCK_NOOP_TX_SIZE ((int)offsetof(ksock_tx_t, tx_frags.paged.kiov[0])) macro
Dsocklnd_cb.c35 LASSERT(size == KSOCK_NOOP_TX_SIZE); in ksocknal_alloc_tx()
72 tx = ksocknal_alloc_tx(KSOCK_MSG_NOOP, KSOCK_NOOP_TX_SIZE); in ksocknal_alloc_tx_noop()
98 if (tx->tx_lnetmsg == NULL && tx->tx_desc_size == KSOCK_NOOP_TX_SIZE) { in ksocknal_free_tx()