Lines Matching refs:bhdr
130 struct rio_ch_base_bhdr bhdr; member
402 req->destid = ntohl(hh->bhdr.src_id); in riocm_req_handler()
601 if (hdr->bhdr.type != RIO_CM_CHAN) { in rio_ibmsg_handler()
604 hdr->bhdr.type); in rio_ibmsg_handler()
807 hdr->bhdr.src_id = htonl(ch->loc_destid); in riocm_ch_send()
808 hdr->bhdr.dst_id = htonl(ch->rem_destid); in riocm_ch_send()
809 hdr->bhdr.src_mbox = cmbox; in riocm_ch_send()
810 hdr->bhdr.dst_mbox = cmbox; in riocm_ch_send()
811 hdr->bhdr.type = RIO_CM_CHAN; in riocm_ch_send()
975 hdr->bhdr.src_id = htonl(ch->loc_destid); in riocm_ch_connect()
976 hdr->bhdr.dst_id = htonl(peer->rdev->destid); in riocm_ch_connect()
977 hdr->bhdr.src_mbox = cmbox; in riocm_ch_connect()
978 hdr->bhdr.dst_mbox = cmbox; in riocm_ch_connect()
979 hdr->bhdr.type = RIO_CM_CHAN; in riocm_ch_connect()
1030 hdr->bhdr.src_id = htonl(ch->loc_destid); in riocm_send_ack()
1031 hdr->bhdr.dst_id = htonl(ch->rem_destid); in riocm_send_ack()
1034 hdr->bhdr.src_mbox = cmbox; in riocm_send_ack()
1035 hdr->bhdr.dst_mbox = cmbox; in riocm_send_ack()
1036 hdr->bhdr.type = RIO_CM_CHAN; in riocm_send_ack()
1404 hdr->bhdr.src_id = htonl(ch->loc_destid); in riocm_send_close()
1405 hdr->bhdr.dst_id = htonl(ch->rem_destid); in riocm_send_close()
1406 hdr->bhdr.src_mbox = cmbox; in riocm_send_close()
1407 hdr->bhdr.dst_mbox = cmbox; in riocm_send_close()
1408 hdr->bhdr.type = RIO_CM_CHAN; in riocm_send_close()