Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rapidio/
Drio_cm.c139 struct rio_ch_base_bhdr bhdr; member
411 req->destid = ntohl(hh->bhdr.src_id); in riocm_req_handler()
610 if (hdr->bhdr.type != RIO_CM_CHAN) { in rio_ibmsg_handler()
613 hdr->bhdr.type); in rio_ibmsg_handler()
816 hdr->bhdr.src_id = htonl(ch->loc_destid); in riocm_ch_send()
817 hdr->bhdr.dst_id = htonl(ch->rem_destid); in riocm_ch_send()
818 hdr->bhdr.src_mbox = cmbox; in riocm_ch_send()
819 hdr->bhdr.dst_mbox = cmbox; in riocm_ch_send()
820 hdr->bhdr.type = RIO_CM_CHAN; in riocm_ch_send()
984 hdr->bhdr.src_id = htonl(ch->loc_destid); in riocm_ch_connect()
[all …]