Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_proto.c68 LASSERT(conn->ksnc_tx_carrier->tx_msg.ksm_type == tx->tx_msg.ksm_type); in ksocknal_next_tx_carrier()
79 tx_ack->tx_msg.ksm_type == KSOCK_MSG_NOOP); in ksocknal_queue_tx_zcack_v2()
97 if (tx->tx_msg.ksm_type == KSOCK_MSG_NOOP) { in ksocknal_queue_tx_zcack_v2()
105 LASSERT(tx->tx_msg.ksm_type == KSOCK_MSG_LNET); in ksocknal_queue_tx_zcack_v2()
137 if (tx->tx_msg.ksm_type == KSOCK_MSG_LNET) { /* nothing to carry */ in ksocknal_queue_tx_msg_v2()
142 LASSERT(tx->tx_msg.ksm_type == KSOCK_MSG_NOOP); in ksocknal_queue_tx_msg_v2()
166 tx_ack->tx_msg.ksm_type == KSOCK_MSG_NOOP); in ksocknal_queue_tx_zcack_v3()
717 LASSERT(tx->tx_msg.ksm_type != KSOCK_MSG_NOOP); in ksocknal_pack_msg_v1()
732 LASSERT(tx->tx_msg.ksm_type != KSOCK_MSG_NOOP); in ksocknal_pack_msg_v2()
738 LASSERT(tx->tx_msg.ksm_type == KSOCK_MSG_NOOP); in ksocknal_pack_msg_v2()
[all …]
Dsocklnd_cb.c444 LASSERT (tx->tx_msg.ksm_type != KSOCK_MSG_NOOP); in ksocknal_check_zc_req()
481 LASSERT(tx->tx_msg.ksm_type != KSOCK_MSG_NOOP); in ksocknal_uncheck_zc_req()
739 if (msg->ksm_type == KSOCK_MSG_NOOP) { in ksocknal_queue_tx_locked()
1157 __swab32s(&conn->ksnc_msg.ksm_type); in ksocknal_process_receive()
1163 if (conn->ksnc_msg.ksm_type != KSOCK_MSG_NOOP && in ksocknal_process_receive()
1164 conn->ksnc_msg.ksm_type != KSOCK_MSG_LNET) { in ksocknal_process_receive()
1167 conn->ksnc_msg.ksm_type); in ksocknal_process_receive()
1173 if (conn->ksnc_msg.ksm_type == KSOCK_MSG_NOOP && in ksocknal_process_receive()
1190 if (conn->ksnc_msg.ksm_type == KSOCK_MSG_NOOP) in ksocknal_process_receive()
1206 if (conn->ksnc_msg.ksm_type == KSOCK_MSG_NOOP) { in ksocknal_process_receive()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dsocklnd.h79 __u32 ksm_type; /* type of socklnd message */ member
91 msg->ksm_type = type; in socklnd_init_msg()