Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dib_rep.c22 rep->rep_data[REP_IB].priv = ibdev; in mlx5_ib_set_vport_rep()
116 rep->rep_data[REP_IB].priv = ibdev; in mlx5_ib_vport_rep_load()
131 return rep->rep_data[REP_IB].priv; in mlx5_ib_rep_to_dev()
166 rep->rep_data[REP_IB].priv = NULL; in mlx5_ib_vport_rep_unload()
/openbmc/linux/drivers/hid/
H A Dwacom_sys.c569 u8 *rep_data; in wacom_set_device_mode() local
584 if (!rep_data) in wacom_set_device_mode()
591 rep_data[1] = wacom_wac->mode_value; in wacom_set_device_mode()
602 kfree(rep_data); in wacom_set_device_mode()
612 u8 rep_data[2]; in wacom_bt_query_tablet_data() local
616 rep_data[0] = 0x03; in wacom_bt_query_tablet_data()
617 rep_data[1] = 0x00; in wacom_bt_query_tablet_data()
623 rep_data[1] = 0x00; in wacom_bt_query_tablet_data()
626 rep_data, 2, 3); in wacom_bt_query_tablet_data()
639 rep_data[0], ret); in wacom_bt_query_tablet_data()
[all …]
/openbmc/linux/include/linux/mlx5/
H A Deswitch.h53 struct mlx5_eswitch_rep_data rep_data[NUM_REP_TYPES]; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dipsec_fs.c154 rpriv = rep->rep_data[REP_ETH].priv; in mlx5_esw_ipsec_restore_dest_uplink()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.h127 return rep->rep_data[REP_ETH].priv; in mlx5e_rep_to_rep_priv()
H A Deswitch_offloads.c2362 atomic_set(&rep->rep_data[rep_type].state, REP_UNREGISTERED); in mlx5_esw_offloads_rep_init()
2507 if (atomic_cmpxchg(&rep->rep_data[rep_type].state, in __esw_offloads_load_rep()
2517 if (atomic_cmpxchg(&rep->rep_data[rep_type].state, in __esw_offloads_unload_rep()
2547 atomic_set(&rep->rep_data[rep_type].state, REP_REGISTERED); in mlx5_esw_offloads_rep_load()
3297 if (atomic_read(&rep->rep_data[REP_ETH].state) != REP_LOADED) in mlx5_eswitch_reload_ib_reps()
3305 if (atomic_read(&rep->rep_data[REP_ETH].state) == REP_LOADED) in mlx5_eswitch_reload_ib_reps()
4035 struct mlx5_eswitch_rep_data *rep_data; in mlx5_eswitch_register_vport_reps() local
4043 rep_data = &rep->rep_data[rep_type]; in mlx5_eswitch_register_vport_reps()
4044 atomic_set(&rep_data->state, REP_REGISTERED); in mlx5_eswitch_register_vport_reps()
4059 atomic_set(&rep->rep_data[rep_type].state, REP_UNREGISTERED); in mlx5_eswitch_unregister_vport_reps()
[all …]
H A Den_rep.c1544 rep->rep_data[REP_ETH].priv = rpriv; in mlx5e_vport_rep_load()
/openbmc/linux/drivers/infiniband/core/
H A Dcma.c2130 const struct ib_cm_rep_event_param *rep_data, in cma_set_rep_event_data() argument
2135 event->param.conn.responder_resources = rep_data->responder_resources; in cma_set_rep_event_data()
2136 event->param.conn.initiator_depth = rep_data->initiator_depth; in cma_set_rep_event_data()
2137 event->param.conn.flow_control = rep_data->flow_control; in cma_set_rep_event_data()
2138 event->param.conn.rnr_retry_count = rep_data->rnr_retry_count; in cma_set_rep_event_data()
2139 event->param.conn.srq = rep_data->srq; in cma_set_rep_event_data()
2140 event->param.conn.qp_num = rep_data->remote_qpn; in cma_set_rep_event_data()
2142 event->ece.vendor_id = rep_data->ece.vendor_id; in cma_set_rep_event_data()
2143 event->ece.attr_mod = rep_data->ece.attr_mod; in cma_set_rep_event_data()