Searched refs:dsn (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_devlink.c | 901 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()
|
D | bnxt.h | 2152 u8 dsn[8]; member
|
D | bnxt.c | 13081 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/ |
D | sysfs-module | 4 Contact: masa-korg@dsn.okisemi.com 10 Contact: masa-korg@dsn.okisemi.com
|
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp6000_pcie.c | 1246 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/ |
D | ixgbe_fcoe.c | 972 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/ |
D | iface.c | 380 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/ |
D | ice_devlink.c | 35 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()
|
D | ice_main.c | 4502 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/ |
D | cfg802154.h | 359 atomic_t dsn; member
|
/linux-6.1.9/drivers/net/wireless/marvell/libertas/ |
D | host.h | 952 __le32 dsn; member
|
/linux-6.1.9/drivers/pci/ |
D | pci.c | 617 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()
|