Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlxfw/
Dmlxfw_mfa2.c117 const struct mlxfw_mfa2_tlv_psid *psid; in mlxfw_mfa2_file_dev_validate() local
142 psid = mlxfw_mfa2_tlv_psid_get(mfa2_file, tlv); in mlxfw_mfa2_file_dev_validate()
143 if (!psid) { in mlxfw_mfa2_file_dev_validate()
149 psid->psid, be16_to_cpu(tlv->len), true); in mlxfw_mfa2_file_dev_validate()
330 const char *psid, u16 psid_size) in mlxfw_mfa2_tlv_dev_get() argument
360 if (memcmp(psid, tlv_psid->psid, psid_size) == 0) in mlxfw_mfa2_tlv_dev_get()
368 const char *psid, u32 psid_size, in mlxfw_mfa2_file_component_count() argument
375 dev_multi = mlxfw_mfa2_tlv_dev_get(mfa2_file, psid, psid_size); in mlxfw_mfa2_file_component_count()
503 const char *psid, int psid_size, in mlxfw_mfa2_file_component_find() argument
511 dev_multi = mlxfw_mfa2_tlv_dev_get(mfa2_file, psid, psid_size); in mlxfw_mfa2_file_component_find()
[all …]
Dmlxfw_mfa2.h23 const char *psid, u32 psid_size,
28 const char *psid, int psid_size,
Dmlxfw_mfa2_format.h47 u8 psid[0]; member
50 MLXFW_MFA2_TLV_VARSIZE(psid, struct mlxfw_mfa2_tlv_psid,
Dmlxfw_fsm.c183 err = mlxfw_mfa2_file_component_count(mfa2_file, mlxfw_dev->psid, in mlxfw_flash_components()
195 comp = mlxfw_mfa2_file_component_get(mfa2_file, mlxfw_dev->psid, in mlxfw_flash_components()
Dmlxfw.h69 const char *psid; member
/Linux-v5.4/fs/cifs/
Dcifsacl.c216 is_well_known_sid(const struct cifs_sid *psid, uint32_t *puid, bool is_group) in is_well_known_sid() argument
222 if (!psid || (puid == NULL)) in is_well_known_sid()
225 num_subauth = psid->num_subauth; in is_well_known_sid()
242 if (psid->revision != pwell_known_sid->revision) in is_well_known_sid()
247 if (psid->authority[i] != pwell_known_sid->authority[i]) { in is_well_known_sid()
254 if (psid->sub_auth[0] != pwell_known_sid->sub_auth[0]) in is_well_known_sid()
257 *puid = le32_to_cpu(psid->sub_auth[1]); in is_well_known_sid()
259 *puid = le32_to_cpu(psid->sub_auth[0]); in is_well_known_sid()
260 if ((psid->sub_auth[0] != pwell_known_sid->sub_auth[0]) || in is_well_known_sid()
261 (psid->sub_auth[1] != pwell_known_sid->sub_auth[1])) in is_well_known_sid()
[all …]
/Linux-v5.4/net/ipv6/netfilter/
Dip6t_srh.c120 struct in6_addr *psid, *nsid, *lsid; in srh1_mt6() local
208 psid = skb_header_pointer(skb, psidoff, sizeof(_psid), &_psid); in srh1_mt6()
209 if (!psid) in srh1_mt6()
212 ipv6_masked_addr_cmp(psid, &srhinfo->psid_msk, in srh1_mt6()
/Linux-v5.4/Documentation/networking/
Ddevlink-info-versions.rst61 fw.psid
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dcore.h389 u8 psid[MLXSW_CMD_BOARDINFO_PSID_LEN]; member
Dcmd.h373 MLXSW_ITEM_BUF(cmd_mbox, boardinfo, psid, 0xF0, MLXSW_CMD_BOARDINFO_PSID_LEN);
Dpci.c1205 mlxsw_cmd_mbox_boardinfo_psid_memcpy_from(mbox, bus_info->psid); in mlxsw_pci_boardinfo()
Dspectrum.c365 .psid = mlxsw_sp->bus_info->psid, in mlxsw_sp_firmware_flash()
366 .psid_size = strlen(mlxsw_sp->bus_info->psid), in mlxsw_sp_firmware_flash()
/Linux-v5.4/drivers/media/radio/si4713/
Dsi4713.c762 static int si4713_tx_rds_ps(struct si4713_device *sdev, u8 psid, in si4713_tx_rds_ps() argument
769 psid & SI4713_RDSPS_PSID_MASK, in si4713_tx_rds_ps()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dfw.c625 .psid = dev->board_id, in mlx5_firmware_flash()
/Linux-v5.4/Documentation/networking/device_drivers/mellanox/
Dmlx5.rst120 fw.psid MT_0000000009
/Linux-v5.4/block/
Dsed-opal.c2215 static int opal_reverttper(struct opal_dev *dev, struct opal_key *opal, bool psid) in opal_reverttper() argument
2231 if (psid) in opal_reverttper()