Searched refs:swid (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_flash.c226 struct iosm_swid_table *swid; local
251 swid = (struct iosm_swid_table *)mdm_rsp;
252 dev_dbg(ipc_devlink->dev, "SWID %x RF_ENGINE_ID %x", swid->sw_id_val,
253 swid->rf_engine_id_val);
256 swid->sw_id_val, swid->rf_engine_id_val);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_lag.c1057 u16 buf_len, swid; local
1100 swid = primary_swid;
1102 swid = local_lag->pf->hw.port_info->sw_id;
1107 cmd->swid = cpu_to_le16(ICE_AQC_PORT_SWID_VALID | swid);
1137 u16 swid; local
1140 swid = hw->port_info->sw_id;
1142 if (ice_share_res(hw, ICE_AQC_RES_TYPE_SWID, link, swid))
1279 u16 swid; local
1281 swid
[all...]
H A Dice_switch.c2309 * @swid: switch ID of the switch the element is attached to
2315 u16 swid, u16 pf_vf_num, bool is_vf)
2320 pi->sw_id = swid;
2360 u16 pf_vf_num, swid, vsi_port_num; local
2370 swid = le16_to_cpu(ele->swid);
2385 res_type, swid, pf_vf_num, is_vf);
3793 * (represented by swid)
2314 ice_init_port_info(struct ice_port_info *pi, u16 vsi_port_num, u8 type, u16 swid, u16 pf_vf_num, bool is_vf) argument
H A Dice_adminq_cmd.h221 __le16 swid; member in struct:ice_aqc_get_sw_cfg_resp_elem
238 __le16 swid; member in struct:ice_aqc_set_port_params
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci.c1147 const struct mlxsw_swid_config *swid)
1151 if (swid->used_type) {
1153 mbox, index, swid->type);
1156 if (swid->used_properties) {
1158 mbox, index, swid->properties);
1145 mlxsw_pci_config_profile_swid_config(struct mlxsw_pci *mlxsw_pci, char *mbox, int index, const struct mlxsw_swid_config *swid) argument
H A Dreg.h67 * base_mac + swid
132 MLXSW_ITEM32(reg, sfdat, swid, 0x00, 24, 8);
170 MLXSW_ITEM32(reg, sfd, swid, 0x00, 24, 8);
598 MLXSW_ITEM32(reg, sfn, swid, 0x00, 24, 8);
1137 MLXSW_ITEM32(reg, sfdf, swid, 0x00, 24, 8);
1561 MLXSW_ITEM32(reg, svfa, swid, 0x00, 24, 8);
2332 MLXSW_ITEM32(reg, smid2, swid, 0x00, 24, 8);
4974 * Note: while external ports uses unique local port numbers (and thus swid is
4975 * redundant), router ports use the same local port number where swid is the
4979 MLXSW_ITEM32(reg, paos, swid,
5930 mlxsw_reg_pspa_pack(char *payload, u8 swid, u16 local_port) argument
[all...]
H A Dspectrum.c142 MLXSW_ITEM32(tx, hdr, swid, 0x00, 12, 3);
437 u16 local_port, u8 swid)
441 mlxsw_reg_pspa_pack(pspa_pl, swid, local_port);
436 mlxsw_sp_port_swid_set(struct mlxsw_sp *mlxsw_sp, u16 local_port, u8 swid) argument
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc.h9579 u8 swid[0x8]; member in struct:mlx5_ifc_pude_reg_bits
9683 u8 swid[0x8]; member in struct:mlx5_ifc_pspa_reg_bits
9800 u8 swid[0x8]; member in struct:mlx5_ifc_ppcnt_reg_bits
10382 u8 swid[0x8]; member in struct:mlx5_ifc_paos_reg_bits

Completed in 490 milliseconds