Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd_cb.c227 tx->tx_msg->ibm_type == txtype) in kiblnd_find_waiting_tx_locked()
232 tx->tx_msg->ibm_type, txtype); in kiblnd_find_waiting_tx_locked()
310 msg->ibm_type, credits, in kiblnd_handle_rx()
335 if (msg->ibm_type == IBLND_MSG_NOOP && in kiblnd_handle_rx()
343 switch (msg->ibm_type) { in kiblnd_handle_rx()
346 msg->ibm_type, libcfs_nid2str(conn->ibc_peer->ibp_nid)); in kiblnd_handle_rx()
829 msg->ibm_type != IBLND_MSG_NOOP) { /* for NOOP */ in kiblnd_post_tx_locked()
839 if (msg->ibm_type == IBLND_MSG_NOOP && in kiblnd_post_tx_locked()
861 if (msg->ibm_type == IBLND_MSG_NOOP) in kiblnd_post_tx_locked()
895 if (msg->ibm_type == IBLND_MSG_NOOP) in kiblnd_post_tx_locked()
[all …]
Do2iblnd.c146 LASSERT(msg->ibm_type == IBLND_MSG_GET_REQ || in kiblnd_unpack_rd()
147 msg->ibm_type == IBLND_MSG_PUT_ACK); in kiblnd_unpack_rd()
149 rd = msg->ibm_type == IBLND_MSG_GET_REQ ? in kiblnd_unpack_rd()
167 kiblnd_rd_msg_size(rd, msg->ibm_type, n); in kiblnd_unpack_rd()
171 kiblnd_msgtype2str(msg->ibm_type), msg->ibm_nob, nob); in kiblnd_unpack_rd()
266 CLASSERT(sizeof(msg->ibm_type) == 1); in kiblnd_unpack_msg()
280 if (msg_nob < kiblnd_msgtype2size(msg->ibm_type)) { in kiblnd_unpack_msg()
281 CERROR("Short %s: %d(%d)\n", kiblnd_msgtype2str(msg->ibm_type), in kiblnd_unpack_msg()
282 msg_nob, kiblnd_msgtype2size(msg->ibm_type)); in kiblnd_unpack_msg()
286 switch (msg->ibm_type) { in kiblnd_unpack_msg()
[all …]
Do2iblnd.h453 __u8 ibm_type; /* msg type */ member
832 msg->ibm_type = type; in kiblnd_init_msg()