Lines Matching refs:hh
376 struct rio_ch_chan_hdr *hh = req_data;
379 chnum = ntohs(hh->dst_ch);
398 req->destid = ntohl(hh->bhdr.src_id);
399 req->chan = ntohs(hh->src_ch);
422 struct rio_ch_chan_hdr *hh = resp_data;
425 chnum = ntohs(hh->dst_ch);
436 ch->rem_channel = ntohs(hh->src_ch);
454 struct rio_ch_chan_hdr *hh = data;
457 riocm_debug(RX_CMD, "for ch=%d", ntohs(hh->dst_ch));
460 ch = idr_find(&ch_idr, ntohs(hh->dst_ch));