Home
last modified time | relevance | path

Searched refs:dsn (Results 1 – 12 of 12) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_devlink.c901 bp->dsn[7], bp->dsn[6], bp->dsn[5], bp->dsn[4], in bnxt_dl_info_get()
902 bp->dsn[3], bp->dsn[2], bp->dsn[1], bp->dsn[0]); in bnxt_dl_info_get()
1297 memcpy(attrs.switch_id.id, bp->dsn, sizeof(bp->dsn)); in bnxt_dl_register()
1298 attrs.switch_id.id_len = sizeof(bp->dsn); in bnxt_dl_register()
Dbnxt.h2152 u8 dsn[8]; member
Dbnxt.c13081 ppid->id_len = sizeof(bp->dsn); in bnxt_get_port_parent_id()
13082 memcpy(ppid->id, bp->dsn, ppid->id_len); in bnxt_get_port_parent_id()
13492 static int bnxt_pcie_dsn_get(struct bnxt *bp, u8 dsn[]) in bnxt_pcie_dsn_get() argument
13503 put_unaligned_le64(qword, dsn); in bnxt_pcie_dsn_get()
13660 rc = bnxt_pcie_dsn_get(bp, bp->dsn); in bnxt_init_one()
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-module4 Contact: masa-korg@dsn.okisemi.com
10 Contact: masa-korg@dsn.okisemi.com
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp6000_pcie.c1246 u64 dsn; in nfp6000_read_serial() local
1248 dsn = pci_get_dsn(pdev); in nfp6000_read_serial()
1249 if (!dsn) { in nfp6000_read_serial()
1254 put_unaligned_be32((u32)(dsn >> 32), serial); in nfp6000_read_serial()
1255 put_unaligned_be16((u16)(dsn >> 16), serial + 4); in nfp6000_read_serial()
1263 u64 dsn; in nfp6000_get_interface() local
1265 dsn = pci_get_dsn(pdev); in nfp6000_get_interface()
1266 if (!dsn) { in nfp6000_get_interface()
1271 return dsn & 0xffff; in nfp6000_get_interface()
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c972 u64 dsn; in ixgbe_fcoe_get_hbainfo() local
988 dsn = pci_get_dsn(adapter->pdev); in ixgbe_fcoe_get_hbainfo()
989 if (dsn) in ixgbe_fcoe_get_hbainfo()
991 "%016llX", dsn); in ixgbe_fcoe_get_hbainfo()
/linux-6.1.9/net/mac802154/
Diface.c380 hdr.seq = atomic_inc_return(&dev->ieee802154_ptr->dsn) & 0xFF; in ieee802154_header_create()
445 hdr.seq = atomic_inc_return(&dev->ieee802154_ptr->dsn) & 0xFF; in mac802154_header_create()
568 atomic_set(&wpan_dev->dsn, tmp); in ieee802154_setup_sdata()
/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_devlink.c35 u8 dsn[8]; in ice_info_get_dsn() local
38 put_unaligned_be64(pci_get_dsn(pf->pdev), dsn); in ice_info_get_dsn()
40 snprintf(ctx->buf, sizeof(ctx->buf), "%8phD", dsn); in ice_info_get_dsn()
Dice_main.c4502 u64 dsn; in ice_get_opt_fw_name() local
4507 dsn = pci_get_dsn(pdev); in ice_get_opt_fw_name()
4508 if (!dsn) in ice_get_opt_fw_name()
4516 ICE_DDP_PKG_PATH, dsn); in ice_get_opt_fw_name()
/linux-6.1.9/include/net/
Dcfg802154.h359 atomic_t dsn; member
/linux-6.1.9/drivers/net/wireless/marvell/libertas/
Dhost.h952 __le32 dsn; member
/linux-6.1.9/drivers/pci/
Dpci.c617 u64 dsn; in pci_get_dsn() local
631 dsn = (u64)dword; in pci_get_dsn()
633 dsn |= ((u64)dword) << 32; in pci_get_dsn()
635 return dsn; in pci_get_dsn()