Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd.h542 extern ksock_tx_t *ksocknal_alloc_tx(int type, int size);
Dsocklnd_cb.c30 ksocknal_alloc_tx(int type, int size) in ksocknal_alloc_tx() function
72 tx = ksocknal_alloc_tx(KSOCK_MSG_NOOP, KSOCK_NOOP_TX_SIZE); in ksocknal_alloc_tx_noop()
958 tx = ksocknal_alloc_tx(KSOCK_MSG_LNET, desc_size); in ksocknal_send()