Searched refs:ibm_type (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd_cb.c | 227 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 …]
|
D | o2iblnd.c | 146 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 …]
|
D | o2iblnd.h | 453 __u8 ibm_type; /* msg type */ member 832 msg->ibm_type = type; in kiblnd_init_msg()
|