Lines Matching refs:bhdr
130 struct rio_ch_base_bhdr bhdr; member
404 req->destid = ntohl(hh->bhdr.src_id); in riocm_req_handler()
603 if (hdr->bhdr.type != RIO_CM_CHAN) { in rio_ibmsg_handler()
606 hdr->bhdr.type); in rio_ibmsg_handler()
809 hdr->bhdr.src_id = htonl(ch->loc_destid); in riocm_ch_send()
810 hdr->bhdr.dst_id = htonl(ch->rem_destid); in riocm_ch_send()
811 hdr->bhdr.src_mbox = cmbox; in riocm_ch_send()
812 hdr->bhdr.dst_mbox = cmbox; in riocm_ch_send()
813 hdr->bhdr.type = RIO_CM_CHAN; in riocm_ch_send()
977 hdr->bhdr.src_id = htonl(ch->loc_destid); in riocm_ch_connect()
978 hdr->bhdr.dst_id = htonl(peer->rdev->destid); in riocm_ch_connect()
979 hdr->bhdr.src_mbox = cmbox; in riocm_ch_connect()
980 hdr->bhdr.dst_mbox = cmbox; in riocm_ch_connect()
981 hdr->bhdr.type = RIO_CM_CHAN; in riocm_ch_connect()
1032 hdr->bhdr.src_id = htonl(ch->loc_destid); in riocm_send_ack()
1033 hdr->bhdr.dst_id = htonl(ch->rem_destid); in riocm_send_ack()
1036 hdr->bhdr.src_mbox = cmbox; in riocm_send_ack()
1037 hdr->bhdr.dst_mbox = cmbox; in riocm_send_ack()
1038 hdr->bhdr.type = RIO_CM_CHAN; in riocm_send_ack()
1406 hdr->bhdr.src_id = htonl(ch->loc_destid); in riocm_send_close()
1407 hdr->bhdr.dst_id = htonl(ch->rem_destid); in riocm_send_close()
1408 hdr->bhdr.src_mbox = cmbox; in riocm_send_close()
1409 hdr->bhdr.dst_mbox = cmbox; in riocm_send_close()
1410 hdr->bhdr.type = RIO_CM_CHAN; in riocm_send_close()