Lines Matching refs:mport_id
1235 static int riocm_ch_bind(u16 ch_id, u8 mport_id, void *context) in riocm_ch_bind() argument
1241 riocm_debug(CHOP, "ch_%d to mport_%d", ch_id, mport_id); in riocm_ch_bind()
1246 if ((cm->mport->id == mport_id) && in riocm_ch_bind()
1539 u32 mport_id; in cm_ep_get_list_size() local
1543 if (get_user(mport_id, p)) in cm_ep_get_list_size()
1545 if (mport_id >= RIO_MAX_MPORTS) in cm_ep_get_list_size()
1551 if (cm->mport->id == mport_id) { in cm_ep_get_list_size()
1727 if (chan.mport_id >= RIO_MAX_MPORTS) in cm_chan_bind()
1730 return riocm_ch_bind(chan.id, chan.mport_id, NULL); in cm_chan_bind()
1794 if (chan.mport_id >= RIO_MAX_MPORTS) in cm_chan_connect()
1801 if (cm->mport->id == chan.mport_id) { in cm_chan_connect()