Searched refs:rep_type (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/hid/intel-thc-hid/intel-quickspi/ |
| H A D | quickspi-protocol.c | 347 int rep_type; in quickspi_get_report() local 351 rep_type = GET_INPUT_REPORT; in quickspi_get_report() 353 rep_type = GET_FEATURE; in quickspi_get_report() 360 ret = write_cmd_to_txdma(qsdev, rep_type, report_id, NULL, 0); in quickspi_get_report() 384 int rep_type; in quickspi_set_report() local 388 rep_type = OUTPUT_REPORT; in quickspi_set_report() 390 rep_type = SET_FEATURE; in quickspi_set_report() 397 ret = write_cmd_to_txdma(qsdev, rep_type, report_id, buf + 1, buf_len - 1); in quickspi_set_report()
|
| /linux/include/linux/mlx5/ |
| H A D | eswitch.h | 65 u8 rep_type); 66 void mlx5_eswitch_unregister_vport_reps(struct mlx5_eswitch *esw, u8 rep_type); 69 u8 rep_type); 72 void *mlx5_eswitch_uplink_get_proto_dev(struct mlx5_eswitch *esw, u8 rep_type);
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch_offloads.c | 2525 int rep_type; in mlx5_esw_offloads_rep_add() local 2534 for (rep_type = 0; rep_type < NUM_REP_TYPES; rep_type++) { in mlx5_esw_offloads_rep_add() 2535 if (!esw->offloads.rep_ops[rep_type]) { in mlx5_esw_offloads_rep_add() 2536 atomic_set(&rep->rep_data[rep_type].state, in mlx5_esw_offloads_rep_add() 2545 atomic_set(&rep->rep_data[rep_type].state, REP_REGISTERED); in mlx5_esw_offloads_rep_add() 2690 struct mlx5_eswitch_rep *rep, u8 rep_type) in __esw_offloads_load_rep() argument 2692 if (atomic_cmpxchg(&rep->rep_data[rep_type].state, in __esw_offloads_load_rep() 2694 return esw->offloads.rep_ops[rep_type]->load(esw->dev, rep); in __esw_offloads_load_rep() 2700 struct mlx5_eswitch_rep *rep, u8 rep_type) in __esw_offloads_unload_rep() argument 2702 if (atomic_cmpxchg(&rep->rep_data[rep_type].state, in __esw_offloads_unload_rep() [all …]
|
| /linux/net/tipc/ |
| H A D | netlink_compat.c | 56 int rep_type; member 289 if (msg->rep_type) in tipc_nl_compat_dumpit() 290 tipc_tlv_init(msg->rep, msg->rep_type); in tipc_nl_compat_dumpit() 1220 msg->rep_type = TIPC_TLV_ULTRA_STRING; in tipc_nl_compat_handle() 1245 msg->rep_type = TIPC_TLV_ULTRA_STRING; in tipc_nl_compat_handle() 1252 msg->rep_type = TIPC_TLV_ULTRA_STRING; in tipc_nl_compat_handle()
|