Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.h486 #define IBLND_MSG_GET_REQ 0xd6 /* getreq (sink->src) */ macro
882 LASSERT (msgtype == IBLND_MSG_GET_REQ || in kiblnd_rd_msg_size()
885 return msgtype == IBLND_MSG_GET_REQ ? in kiblnd_rd_msg_size()
Do2iblnd.c95 case IBLND_MSG_GET_REQ: in kiblnd_msgtype2str()
127 case IBLND_MSG_GET_REQ: in kiblnd_msgtype2size()
146 LASSERT(msg->ibm_type == IBLND_MSG_GET_REQ || in kiblnd_unpack_rd()
149 rd = msg->ibm_type == IBLND_MSG_GET_REQ ? in kiblnd_unpack_rd()
297 case IBLND_MSG_GET_REQ: in kiblnd_unpack_msg()
Do2iblnd_cb.c259 } else if (txtype == IBLND_MSG_GET_REQ) { in kiblnd_handle_completion()
433 case IBLND_MSG_GET_REQ: in kiblnd_handle_rx()
443 kiblnd_handle_completion(conn, IBLND_MSG_GET_REQ, in kiblnd_handle_rx()
1197 case IBLND_MSG_GET_REQ: in kiblnd_queue_tx_locked()
1537 kiblnd_init_tx_msg(ni, tx, IBLND_MSG_GET_REQ, nob); in kiblnd_send()
1785 case IBLND_MSG_GET_REQ: in kiblnd_recv()