Lines Matching refs:dst_ch
132 u16 dst_ch; member
385 chnum = ntohs(hh->dst_ch); in riocm_req_handler()
431 chnum = ntohs(hh->dst_ch); in riocm_resp_handler()
463 riocm_debug(RX_CMD, "for ch=%d", ntohs(hh->dst_ch)); in riocm_close_handler()
466 ch = idr_find(&ch_idr, ntohs(hh->dst_ch)); in riocm_close_handler()
498 hdr->ch_op, ntohs(hdr->dst_ch), ntohs(hdr->src_ch)); in rio_cm_handler()
535 riocm_debug(RX_DATA, "for ch=%d", ntohs(hdr->dst_ch)); in rio_rx_data_handler()
537 ch = riocm_get_channel(ntohs(hdr->dst_ch)); in rio_rx_data_handler()
815 hdr->dst_ch = htons(ch->rem_channel); in riocm_ch_send()
983 hdr->dst_ch = htons(rem_ch); in riocm_ch_connect()
1034 hdr->dst_ch = htons(ch->rem_channel); in riocm_send_ack()
1412 hdr->dst_ch = htons(ch->rem_channel); in riocm_send_close()