Searched refs:ibm_type (Results  1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/ | 
| D | o2iblnd_cb.c | 234 		    tx->tx_msg->ibm_type == txtype)  in kiblnd_find_waiting_tx_locked() 239 		      tx->tx_msg->ibm_type, txtype);  in kiblnd_find_waiting_tx_locked() 316 	       msg->ibm_type, credits,  in kiblnd_handle_rx() 341 		if (msg->ibm_type == IBLND_MSG_NOOP &&  in kiblnd_handle_rx() 349 	switch (msg->ibm_type) {  in kiblnd_handle_rx() 352 		       msg->ibm_type, libcfs_nid2str(conn->ibc_peer->ibp_nid));  in kiblnd_handle_rx() 789 	    msg->ibm_type != IBLND_MSG_NOOP) {      /* for NOOP */  in kiblnd_post_tx_locked() 799 	if (msg->ibm_type == IBLND_MSG_NOOP &&  in kiblnd_post_tx_locked() 821 	if (msg->ibm_type == IBLND_MSG_NOOP)  in kiblnd_post_tx_locked() 854 	if (msg->ibm_type == IBLND_MSG_NOOP)  in kiblnd_post_tx_locked() [all …] 
 | 
| D | o2iblnd.c | 147 	LASSERT(msg->ibm_type == IBLND_MSG_GET_REQ ||  in kiblnd_unpack_rd() 148 		 msg->ibm_type == IBLND_MSG_PUT_ACK);  in kiblnd_unpack_rd() 150 	rd = msg->ibm_type == IBLND_MSG_GET_REQ ?  in kiblnd_unpack_rd() 168 	      kiblnd_rd_msg_size(rd, msg->ibm_type, n);  in kiblnd_unpack_rd() 172 		       kiblnd_msgtype2str(msg->ibm_type), msg->ibm_nob, nob);  in kiblnd_unpack_rd() 267 		CLASSERT(sizeof(msg->ibm_type) == 1);  in kiblnd_unpack_msg() 281 	if (msg_nob < kiblnd_msgtype2size(msg->ibm_type)) {  in kiblnd_unpack_msg() 282 		CERROR("Short %s: %d(%d)\n", kiblnd_msgtype2str(msg->ibm_type),  in kiblnd_unpack_msg() 283 		       msg_nob, kiblnd_msgtype2size(msg->ibm_type));  in kiblnd_unpack_msg() 287 	switch (msg->ibm_type) {  in kiblnd_unpack_msg() [all …] 
 | 
| D | o2iblnd.h | 417 	__u8            ibm_type;     /* msg type */  member 795 	msg->ibm_type = type;  in kiblnd_init_msg()
  |