Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rapidio/
Drio_cm.c141 u16 dst_ch; member
392 chnum = ntohs(hh->dst_ch); in riocm_req_handler()
438 chnum = ntohs(hh->dst_ch); in riocm_resp_handler()
470 riocm_debug(RX_CMD, "for ch=%d", ntohs(hh->dst_ch)); in riocm_close_handler()
473 ch = idr_find(&ch_idr, ntohs(hh->dst_ch)); in riocm_close_handler()
505 hdr->ch_op, ntohs(hdr->dst_ch), ntohs(hdr->src_ch)); in rio_cm_handler()
542 riocm_debug(RX_DATA, "for ch=%d", ntohs(hdr->dst_ch)); in rio_rx_data_handler()
544 ch = riocm_get_channel(ntohs(hdr->dst_ch)); in rio_rx_data_handler()
822 hdr->dst_ch = htons(ch->rem_channel); in riocm_ch_send()
990 hdr->dst_ch = htons(rem_ch); in riocm_ch_connect()
[all …]