Searched defs:ns_dev (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/atm/ |
H A D | nicstar.h | 708 typedef struct ns_dev { struct 709 int index; /* Card ID to the device driver */ 710 int sram_size; /* In k x 32bit words. 32 or 128 */ 711 void __iomem *membase; /* Card's memory base address */ 712 unsigned long max_pcr; 713 int rct_size; /* Number of entries */ 714 int vpibits; 715 int vcibits; 716 struct pci_dev *pcidev; 717 struct idr idr; [all …]
|
/openbmc/u-boot/board/freescale/common/ |
H A D | ns_access.c | 13 static struct csu_ns_dev ns_dev[] = { variable 98 static struct csu_ns_dev ns_dev[] = { variable 198 static void enable_devices_ns_access(struct csu_ns_dev *ns_dev, uint32_t num) in enable_devices_ns_access()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | common.c | 653 ifindex_to_name_ns(__u32 ifindex, __u32 ns_dev, __u32 ns_ino, char *buf) in ifindex_to_name_ns() 709 ifindex_to_arch(__u32 ifindex, __u64 ns_dev, __u64 ns_ino, const char **opt) in ifindex_to_arch() 746 void print_dev_plain(__u32 ifindex, __u64 ns_dev, __u64 ns_inode) in print_dev_plain() 761 void print_dev_json(__u32 ifindex, __u64 ns_dev, __u64 ns_inode) in print_dev_json()
|