/freebsd/sys/dev/mlxfw/ |
H A D | mlxfw_mfa2.c | 146 const struct mlxfw_mfa2_tlv_psid *psid; in mlxfw_mfa2_file_dev_validate() local 171 psid = mlxfw_mfa2_tlv_psid_get(mfa2_file, tlv); in mlxfw_mfa2_file_dev_validate() 172 if (!psid) { in mlxfw_mfa2_file_dev_validate() 178 psid->psid, be16_to_cpu(tlv->len), true); in mlxfw_mfa2_file_dev_validate() 359 const char *psid, u16 psid_size) in mlxfw_mfa2_tlv_dev_get() argument 389 if (memcmp(psid, tlv_psid->psid, psid_size) == 0) in mlxfw_mfa2_tlv_dev_get() 397 const char *psid, u32 psid_size, in mlxfw_mfa2_file_component_count() argument 404 dev_multi = mlxfw_mfa2_tlv_dev_get(mfa2_file, psid, psid_size); in mlxfw_mfa2_file_component_count() 532 const char *psid, int psid_size, in mlxfw_mfa2_file_component_find() argument 540 dev_multi = mlxfw_mfa2_tlv_dev_get(mfa2_file, psid, psid_size); in mlxfw_mfa2_file_component_find() [all …]
|
H A D | mlxfw_mfa2.h | 50 const char *psid, u32 psid_size, 55 const char *psid, int psid_size,
|
H A D | mlxfw_mfa2_format.h | 75 u8 psid[0]; member 78 MLXFW_MFA2_TLV_VARSIZE(psid, struct mlxfw_mfa2_tlv_psid,
|
H A D | mlxfw_fsm.c | 182 err = mlxfw_mfa2_file_component_count(mfa2_file, mlxfw_dev->psid, in mlxfw_flash_components() 193 comp = mlxfw_mfa2_file_component_get(mfa2_file, mlxfw_dev->psid, in mlxfw_flash_components()
|
H A D | mlxfw.h | 96 const char *psid; member
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 2253 #define __sanitizer_syscall_pre_pset_create(psid) \ argument 2254 __sanitizer_syscall_pre_impl_pset_create((long long)(psid)) 2255 #define __sanitizer_syscall_post_pset_create(res, psid) \ argument 2256 __sanitizer_syscall_post_impl_pset_create(res, (long long)(psid)) 2257 #define __sanitizer_syscall_pre_pset_destroy(psid) \ argument 2258 __sanitizer_syscall_pre_impl_pset_destroy((long long)(psid)) 2259 #define __sanitizer_syscall_post_pset_destroy(res, psid) \ argument 2260 __sanitizer_syscall_post_impl_pset_destroy(res, (long long)(psid)) 2261 #define __sanitizer_syscall_pre_pset_assign(psid, cpuid, opsid) \ argument 2263 (long long)(psid), (long long)(cpuid), (long long)(opsid)) [all …]
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | vendstat.c | 85 uint8_t psid[16]; member 497 printf("fw_psid: '%s'\n", gi_is3->fw_info.psid); in main()
|
H A D | ibmirror.c | 103 uint8_t psid[16]; member
|
/freebsd/sys/netpfil/pf/ |
H A D | pf.h | 377 u_int16_t psid; member
|
H A D | pf_nv.c | 197 PFNV_CHK(pf_nvuint16(nvl, "psid", &mape->psid)); in pf_nvmape_to_mape() 214 nvlist_add_number(nvl, "psid", mape->psid); in pf_mape_to_nvmape()
|
H A D | pf_lb.c | 433 psmask = r->rdr.mape.psid & ((1U << r->rdr.mape.psidlen) - 1); in pf_get_mape_sport() 827 r->rdr.mape.psid)); in pf_get_translation()
|
H A D | pf_nl.c | 486 {. type = PF_MET_PSID, .off = _OUT(psid), .cb = nlattr_get_uint16 }, 498 nlattr_add_u16(nw, PF_MET_PSID, m->psid); in nlattr_add_mape_portset()
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_fw.c | 620 .psid = dev->board_id, in mlx5_firmware_flash()
|
/freebsd/lib/libpfctl/ |
H A D | libpfctl.c | 662 mape->psid = nvlist_get_number(nvl, "psid"); in pf_nvmape_to_mape() 1161 snl_add_msg_attr_u16(nw, PF_MET_PSID, me->psid); in snl_add_msg_attr_mape() 1510 {. type = PF_MET_PSID, .off = _OUT(psid), .cb = snl_attr_get_uint16 },
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.c | 500 pool->mape.offset, pool->mape.psidlen, pool->mape.psid); in print_pool()
|
H A D | parse.y | 4755 pool_opts.mape.psid = $6;
|
/freebsd/sys/dev/mlx5/ |
H A D | mlx5_ifc.h | 3796 u8 psid[16][0x8]; member
|