Lines Matching refs:mport_id
1228 static int riocm_ch_bind(u16 ch_id, u8 mport_id, void *context) in riocm_ch_bind() argument
1234 riocm_debug(CHOP, "ch_%d to mport_%d", ch_id, mport_id); in riocm_ch_bind()
1239 if ((cm->mport->id == mport_id) && in riocm_ch_bind()
1532 u32 mport_id; in cm_ep_get_list_size() local
1536 if (get_user(mport_id, p)) in cm_ep_get_list_size()
1538 if (mport_id >= RIO_MAX_MPORTS) in cm_ep_get_list_size()
1544 if (cm->mport->id == mport_id) { in cm_ep_get_list_size()
1720 if (chan.mport_id >= RIO_MAX_MPORTS) in cm_chan_bind()
1723 return riocm_ch_bind(chan.id, chan.mport_id, NULL); in cm_chan_bind()
1787 if (chan.mport_id >= RIO_MAX_MPORTS) in cm_chan_connect()
1794 if (cm->mport->id == chan.mport_id) { in cm_chan_connect()