Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rapidio/
H A Drio_cm.c132 u16 dst_ch; member
383 chnum = ntohs(hh->dst_ch); in riocm_req_handler()
429 chnum = ntohs(hh->dst_ch); in riocm_resp_handler()
461 riocm_debug(RX_CMD, "for ch=%d", ntohs(hh->dst_ch)); in riocm_close_handler()
464 ch = idr_find(&ch_idr, ntohs(hh->dst_ch)); in riocm_close_handler()
533 riocm_debug(RX_DATA, "for ch=%d", ntohs(hdr->dst_ch)); in rio_rx_data_handler()
535 ch = riocm_get_channel(ntohs(hdr->dst_ch)); in rio_rx_data_handler()
813 hdr->dst_ch = htons(ch->rem_channel); in riocm_ch_send()
981 hdr->dst_ch = htons(rem_ch); in riocm_ch_connect()
1032 hdr->dst_ch = htons(ch->rem_channel); in riocm_send_ack()
[all …]