Home
last modified time | relevance | path

Searched refs:mport_id (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/rapidio/
H A Drio.h43 extern int rio_register_scan(int mport_id, struct rio_scan *scan_ops);
44 extern int rio_unregister_scan(int mport_id, struct rio_scan *scan_ops);
46 extern struct rio_mport *rio_find_mport(int mport_id);
47 extern int rio_mport_scan(int mport_id);
H A Drio.c1930 * @mport_id: number (ID) of mport device
1936 struct rio_mport *rio_find_mport(int mport_id) in rio_find_mport() argument
1942 if (port->id == mport_id) in rio_find_mport()
1954 * @mport_id: mport device ID for which fabric scan routine has to be set
1965 int rio_register_scan(int mport_id, struct rio_scan *scan_ops) in rio_register_scan() argument
1971 pr_debug("RIO: %s for mport_id=%d\n", __func__, mport_id); in rio_register_scan()
1973 if ((mport_id != RIO_MPORT_ANY && mport_id >= RIO_MAX_MPORTS) || in rio_register_scan()
1985 if (scan->mport_id in rio_register_scan()
2040 rio_unregister_scan(int mport_id, struct rio_scan *scan_ops) rio_unregister_scan() argument
2075 rio_mport_scan(int mport_id) rio_mport_scan() argument
[all...]
H A Drio_cm.c1220 * @mport_id: local mport device 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, NUL in cm_chan_bind()
[all...]
/kernel/linux/linux-6.6/drivers/rapidio/
H A Drio.h43 extern int rio_register_scan(int mport_id, struct rio_scan *scan_ops);
44 extern int rio_unregister_scan(int mport_id, struct rio_scan *scan_ops);
46 extern struct rio_mport *rio_find_mport(int mport_id);
47 extern int rio_mport_scan(int mport_id);
H A Drio.c1865 * @mport_id: number (ID) of mport device
1871 struct rio_mport *rio_find_mport(int mport_id) in rio_find_mport() argument
1877 if (port->id == mport_id) in rio_find_mport()
1889 * @mport_id: mport device ID for which fabric scan routine has to be set
1900 int rio_register_scan(int mport_id, struct rio_scan *scan_ops) in rio_register_scan() argument
1906 pr_debug("RIO: %s for mport_id=%d\n", __func__, mport_id); in rio_register_scan()
1908 if ((mport_id != RIO_MPORT_ANY && mport_id >= RIO_MAX_MPORTS) || in rio_register_scan()
1920 if (scan->mport_id in rio_register_scan()
1975 rio_unregister_scan(int mport_id, struct rio_scan *scan_ops) rio_unregister_scan() argument
2010 rio_mport_scan(int mport_id) rio_mport_scan() argument
[all...]
H A Drio_cm.c1220 * @mport_id: local mport device 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, NUL in cm_chan_bind()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dmae.h27 void efx_mae_mport_mport(struct efx_nic *efx, u32 mport_id, u32 *out);
32 u32 mport_id; member
51 struct mae_mport_desc *efx_mae_get_mport(struct efx_nic *efx, u32 mport_id);
H A Defx_devlink.c45 mport_desc->mport_id); in efx_devlink_port_addr_get()
64 mport_desc->mport_id); in efx_devlink_port_addr_get()
72 mport_desc->mport_id); in efx_devlink_port_addr_get()
94 mport_desc->mport_id); in efx_devlink_port_addr_set()
107 mport_desc->mport_id); in efx_devlink_port_addr_set()
122 mport_desc->mport_id); in efx_devlink_port_addr_set()
162 mport->dl_port.index = mport->mport_id; in efx_devlink_add_port()
165 mport->mport_id, in efx_devlink_add_port()
H A Dmae.c91 void efx_mae_mport_mport(struct efx_nic *efx __always_unused, u32 mport_id, u32 *out) in efx_mae_mport_mport() argument
97 MAE_MPORT_SELECTOR_MPORT_ID, mport_id); in efx_mae_mport_mport()
1050 *id = m->mport_id; in efx_mae_lookup_mport()
1068 .key_offset = offsetof(struct mae_mport_desc, mport_id),
1072 struct mae_mport_desc *efx_mae_get_mport(struct efx_nic *efx, u32 mport_id) in efx_mae_get_mport() argument
1074 return rhashtable_lookup_fast(&efx->mae->mports_ht, &mport_id, in efx_mae_get_mport()
1088 desc->mport_id, rc); in efx_mae_add_mport()
1110 mport = efx_mae_get_mport(efx, desc->mport_id); in efx_mae_process_mport()
1113 "mport with id %u does exist!!!\n", desc->mport_id); in efx_mae_process_mport()
1118 desc->mport_id in efx_mae_process_mport()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Drio_cm_cdev.h48 __u8 mport_id; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Drio_cm_cdev.h48 __u8 mport_id; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Drio_cm_cdev.h26 __u8 mport_id; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Drio_cm_cdev.h13 __u8 mport_id; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Drio_cm_cdev.h26 __u8 mport_id; member
/kernel/linux/linux-5.10/include/linux/
H A Drio.h537 * @mport_id: ID of an mport (net) serviced by this enumerator
542 int mport_id; member
/kernel/linux/linux-6.6/include/linux/
H A Drio.h537 * @mport_id: ID of an mport (net) serviced by this enumerator
542 int mport_id; member

Completed in 17 milliseconds