Searched refs:reply_type (Results 1 – 3 of 3) sorted by relevance
577 enum rpcrdma_proc reply_type; in svc_rdma_sendto() local605 reply_type = RDMA_NOMSG; in svc_rdma_sendto()607 reply_type = RDMA_MSG; in svc_rdma_sendto()609 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()1562 if (txmsg->reply.reply_type == 1) in drm_dp_send_link_address()1613 if (txmsg->reply.reply_type == 1) in drm_dp_send_enum_path_resources()1698 if (txmsg->reply.reply_type == 1) { in drm_dp_payload_send_msg()1933 if (txmsg->reply.reply_type == 1) { in drm_dp_send_dpcd_write()1948 reply.reply_type = 1; in drm_dp_encode_up_ack_reply()2245 if (txmsg->reply.reply_type == 1) { in drm_dp_mst_handle_down_rep()3008 if (txmsg->reply.reply_type == 1) { /* got a NAK back */ in drm_dp_mst_i2c_xfer()
328 u8 reply_type; member