Searched refs:reply_type (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dccm.c133 int reply_type, tag; local
156 reply_type = nfp_ccm_get_type(skb);
157 if (reply_type != __NFP_CCM_REPLY(type)) {
159 reply_type, __NFP_CCM_REPLY(type));
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c738 buf[idx++] = (rep->reply_type & 0x1) << 7 | (rep->req_type & 0x7f);
1028 msg->reply_type = (raw->msg[0] & 0x80) >> 7;
1031 if (msg->reply_type == DP_SIDEBAND_REPLY_NAK) {
2936 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) {
3007 if (ret > 0 && txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK)
3036 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) {
3161 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK)
3194 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK)
3246 } else if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) {
3484 if (txmsg->reply.reply_type
[all...]
/linux-master/include/drm/display/
H A Ddrm_dp_mst_helper.h459 u8 reply_type; member in struct:drm_dp_sideband_msg_reply_body

Completed in 118 milliseconds