Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dcm.c59 u32 rem_pv_cm_id; member
352 deleted = xa_cmpxchg(item->xa_rej_tmout, item->rem_pv_cm_id, item, NULL, 0); in rej_tmout_timeout()
367 item = xa_load(&sriov->xa_rej_tmout, (unsigned long)rem_pv_cm_id); in alloc_rej_tmout()
385 item->rem_pv_cm_id = rem_pv_cm_id; in alloc_rej_tmout()
406 static int lookup_rej_tmout_slave(struct mlx4_ib_sriov *sriov, u32 rem_pv_cm_id) in lookup_rej_tmout_slave() argument
412 item = xa_load(&sriov->xa_rej_tmout, (unsigned long)rem_pv_cm_id); in lookup_rej_tmout_slave()
416 rem_pv_cm_id, xa_err(item)); in lookup_rej_tmout_slave()
430 u32 rem_pv_cm_id = get_local_comm_id(mad); in mlx4_ib_demux_cm_handler() local
450 sts = alloc_rej_tmout(sriov, rem_pv_cm_id, *slave); in mlx4_ib_demux_cm_handler()
454 rem_pv_cm_id, *slave, sts); in mlx4_ib_demux_cm_handler()
[all …]