Searched refs:ksm_type (Results 1 – 3 of 3) sorted by relevance
68 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()714 LASSERT(tx->tx_msg.ksm_type != KSOCK_MSG_NOOP); in ksocknal_pack_msg_v1()729 LASSERT(tx->tx_msg.ksm_type != KSOCK_MSG_NOOP); in ksocknal_pack_msg_v2()735 LASSERT(tx->tx_msg.ksm_type == KSOCK_MSG_NOOP); in ksocknal_pack_msg_v2()[all …]
444 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()738 if (msg->ksm_type == KSOCK_MSG_NOOP) { in ksocknal_queue_tx_locked()1155 __swab32s(&conn->ksnc_msg.ksm_type); in ksocknal_process_receive()1161 if (conn->ksnc_msg.ksm_type != KSOCK_MSG_NOOP && in ksocknal_process_receive()1162 conn->ksnc_msg.ksm_type != KSOCK_MSG_LNET) { in ksocknal_process_receive()1165 conn->ksnc_msg.ksm_type); in ksocknal_process_receive()1171 if (conn->ksnc_msg.ksm_type == KSOCK_MSG_NOOP && in ksocknal_process_receive()1188 if (conn->ksnc_msg.ksm_type == KSOCK_MSG_NOOP) in ksocknal_process_receive()1204 if (conn->ksnc_msg.ksm_type == KSOCK_MSG_NOOP) { in ksocknal_process_receive()
74 __u32 ksm_type; /* type of socklnd message */ member87 msg->ksm_type = type; in socklnd_init_msg()