Searched defs:ns_dev (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/atm/ | 
| D | nicstar.h | 708 typedef struct ns_dev {  struct709 	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 …]
 
 | 
| /Linux-v5.4/tools/bpf/bpftool/ | 
| D | common.c | 457 ifindex_to_name_ns(__u32 ifindex, __u32 ns_dev, __u32 ns_ino, char *buf)  in ifindex_to_name_ns()513 ifindex_to_bfd_params(__u32 ifindex, __u64 ns_dev, __u64 ns_ino,  in ifindex_to_bfd_params()
 548 void print_dev_plain(__u32 ifindex, __u64 ns_dev, __u64 ns_inode)  in print_dev_plain()
 563 void print_dev_json(__u32 ifindex, __u64 ns_dev, __u64 ns_inode)  in print_dev_json()
 
 |