Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.h450 #define IBLND_MSG_GET_REQ 0xd6 /* getreq (sink->src) */ macro
845 LASSERT(msgtype == IBLND_MSG_GET_REQ || in kiblnd_rd_msg_size()
848 return msgtype == IBLND_MSG_GET_REQ ? in kiblnd_rd_msg_size()
Do2iblnd.c96 case IBLND_MSG_GET_REQ: in kiblnd_msgtype2str()
128 case IBLND_MSG_GET_REQ: in kiblnd_msgtype2size()
147 LASSERT(msg->ibm_type == IBLND_MSG_GET_REQ || in kiblnd_unpack_rd()
150 rd = msg->ibm_type == IBLND_MSG_GET_REQ ? in kiblnd_unpack_rd()
298 case IBLND_MSG_GET_REQ: in kiblnd_unpack_msg()
Do2iblnd_cb.c266 else if (txtype == IBLND_MSG_GET_REQ) in kiblnd_handle_completion()
439 case IBLND_MSG_GET_REQ: in kiblnd_handle_rx()
449 kiblnd_handle_completion(conn, IBLND_MSG_GET_REQ, in kiblnd_handle_rx()
1157 case IBLND_MSG_GET_REQ: in kiblnd_queue_tx_locked()
1496 kiblnd_init_tx_msg(ni, tx, IBLND_MSG_GET_REQ, nob); in kiblnd_send()
1746 case IBLND_MSG_GET_REQ: in kiblnd_recv()