Searched refs:vsec (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_pci.c | 196 efx_oword_t vsec; in efx_pci_read_ext_cap_xilinx_table() local 222 &vsec.eo_dword[0]); in efx_pci_read_ext_cap_xilinx_table() 228 vsec_len = EFX_OWORD_FIELD32(vsec, ESF_GZ_VSEC_LEN); in efx_pci_read_ext_cap_xilinx_table() 229 vsec_id = EFX_OWORD_FIELD32(vsec, ESF_GZ_VSEC_ID); in efx_pci_read_ext_cap_xilinx_table() 230 vsec_rev = EFX_OWORD_FIELD32(vsec, ESF_GZ_VSEC_VER); in efx_pci_read_ext_cap_xilinx_table() 249 &vsec.eo_dword[1]); in efx_pci_read_ext_cap_xilinx_table() 255 bar = EFX_OWORD_FIELD32(vsec, ESF_GZ_VSEC_TBL_BAR); in efx_pci_read_ext_cap_xilinx_table() 256 offset_low = EFX_OWORD_FIELD32(vsec, ESF_GZ_VSEC_TBL_OFF_LO); in efx_pci_read_ext_cap_xilinx_table() 261 &vsec.eo_dword[2]); in efx_pci_read_ext_cap_xilinx_table() 267 offset_high = EFX_OWORD_FIELD32(vsec, ESF_GZ_VSEC_TBL_OFF_HI); in efx_pci_read_ext_cap_xilinx_table()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_replay.c | 299 vsecattr_t vsec = { 0 }; in zfs_replay_create_acl() local 373 vsec.vsa_mask = VSA_ACE | VSA_ACE_ACLFLAGS; in zfs_replay_create_acl() 375 vsec.vsa_aclcnt = lracl->lr_aclcnt; in zfs_replay_create_acl() 376 vsec.vsa_aclentsz = lracl->lr_acl_bytes; in zfs_replay_create_acl() 377 vsec.vsa_aclflags = lracl->lr_acl_flags; in zfs_replay_create_acl() 388 0, 0, &zp, kcred, vflg, &vsec); in zfs_replay_create_acl() 404 vsec.vsa_mask = VSA_ACE | VSA_ACE_ACLFLAGS; in zfs_replay_create_acl() 406 vsec.vsa_aclcnt = lracl->lr_aclcnt; in zfs_replay_create_acl() 407 vsec.vsa_aclentsz = lracl->lr_acl_bytes; in zfs_replay_create_acl() 408 vsec.vsa_aclflags = lracl->lr_acl_flags; in zfs_replay_create_acl() [all …]
|