Searched refs:reply_type (Results 1 – 3 of 3) sorted by relevance
502 enum rpcrdma_proc reply_type; in svc_rdma_sendto() local530 reply_type = RDMA_NOMSG; in svc_rdma_sendto()532 reply_type = RDMA_MSG; in svc_rdma_sendto()534 rdma_resp, reply_type); in svc_rdma_sendto()
312 buf[idx++] = (rep->reply_type & 0x1) << 7 | (rep->req_type & 0x7f); in drm_dp_encode_sideband_reply()536 msg->reply_type = (raw->msg[0] & 0x80) >> 7; in drm_dp_sideband_parse_reply()539 if (msg->reply_type) { in drm_dp_sideband_parse_reply()1561 if (txmsg->reply.reply_type == 1) in drm_dp_send_link_address()1611 if (txmsg->reply.reply_type == 1) in drm_dp_send_enum_path_resources()1696 if (txmsg->reply.reply_type == 1) { in drm_dp_payload_send_msg()1931 if (txmsg->reply.reply_type == 1) { in drm_dp_send_dpcd_write()1946 reply.reply_type = 1; in drm_dp_encode_up_ack_reply()2243 if (txmsg->reply.reply_type == 1) { in drm_dp_mst_handle_down_rep()2996 if (txmsg->reply.reply_type == 1) { /* got a NAK back */ in drm_dp_mst_i2c_xfer()
328 u8 reply_type; member