Searched refs:rep_data (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/infiniband/hw/mlx5/ |
| H A D | ib_rep.c | 23 rep->rep_data[REP_IB].priv = ibdev; in mlx5_ib_set_vport_rep() 119 rep->rep_data[REP_IB].priv = ibdev; in mlx5_ib_vport_rep_load() 134 return rep->rep_data[REP_IB].priv; in mlx5_ib_rep_to_dev() 168 rep->rep_data[REP_IB].priv = NULL; in mlx5_ib_vport_rep_unload()
|
| /linux-6.15/drivers/hid/ |
| H A D | wacom_sys.c | 584 u8 *rep_data; in wacom_set_device_mode() local 599 if (!rep_data) in wacom_set_device_mode() 606 rep_data[1] = wacom_wac->mode_value; in wacom_set_device_mode() 617 kfree(rep_data); in wacom_set_device_mode() 627 u8 rep_data[2]; in wacom_bt_query_tablet_data() local 631 rep_data[0] = 0x03; in wacom_bt_query_tablet_data() 632 rep_data[1] = 0x00; in wacom_bt_query_tablet_data() 638 rep_data[1] = 0x00; in wacom_bt_query_tablet_data() 641 rep_data, 2, 3); in wacom_bt_query_tablet_data() 654 rep_data[0], ret); in wacom_bt_query_tablet_data() [all …]
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
| H A D | ipsec_fs.c | 167 if (atomic_read(&rep->rep_data[REP_ETH].state) != REP_LOADED) in mlx5_esw_ipsec_restore_dest_uplink() 170 rpriv = rep->rep_data[REP_ETH].priv; in mlx5_esw_ipsec_restore_dest_uplink()
|
| /linux-6.15/include/linux/mlx5/ |
| H A D | eswitch.h | 54 struct mlx5_eswitch_rep_data rep_data[NUM_REP_TYPES]; member
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rep.h | 127 return rep->rep_data[REP_ETH].priv; in mlx5e_rep_to_rep_priv()
|
| H A D | eswitch_offloads.c | 2389 atomic_set(&rep->rep_data[rep_type].state, REP_UNREGISTERED); in mlx5_esw_offloads_rep_init() 2535 if (atomic_cmpxchg(&rep->rep_data[rep_type].state, in __esw_offloads_load_rep() 2545 if (atomic_cmpxchg(&rep->rep_data[rep_type].state, in __esw_offloads_unload_rep() 2578 atomic_set(&rep->rep_data[rep_type].state, REP_REGISTERED); in mlx5_esw_offloads_rep_load() 3328 if (atomic_read(&rep->rep_data[REP_ETH].state) != REP_LOADED) in mlx5_eswitch_reload_ib_reps() 3336 if (atomic_read(&rep->rep_data[REP_ETH].state) == REP_LOADED) in mlx5_eswitch_reload_ib_reps() 4076 struct mlx5_eswitch_rep_data *rep_data; in mlx5_eswitch_register_vport_reps() local 4084 rep_data = &rep->rep_data[rep_type]; in mlx5_eswitch_register_vport_reps() 4085 atomic_set(&rep_data->state, REP_REGISTERED); in mlx5_eswitch_register_vport_reps() 4100 atomic_set(&rep->rep_data[rep_type].state, REP_UNREGISTERED); in mlx5_eswitch_unregister_vport_reps() [all …]
|
| H A D | en_rep.c | 1614 rep->rep_data[REP_ETH].priv = rpriv; in mlx5e_vport_rep_load()
|
| /linux-6.15/drivers/infiniband/core/ |
| H A D | cma.c | 2163 const struct ib_cm_rep_event_param *rep_data, in cma_set_rep_event_data() argument 2168 event->param.conn.responder_resources = rep_data->responder_resources; in cma_set_rep_event_data() 2169 event->param.conn.initiator_depth = rep_data->initiator_depth; in cma_set_rep_event_data() 2170 event->param.conn.flow_control = rep_data->flow_control; in cma_set_rep_event_data() 2171 event->param.conn.rnr_retry_count = rep_data->rnr_retry_count; in cma_set_rep_event_data() 2172 event->param.conn.srq = rep_data->srq; in cma_set_rep_event_data() 2173 event->param.conn.qp_num = rep_data->remote_qpn; in cma_set_rep_event_data() 2175 event->ece.vendor_id = rep_data->ece.vendor_id; in cma_set_rep_event_data() 2176 event->ece.attr_mod = rep_data->ece.attr_mod; in cma_set_rep_event_data()
|