Home
last modified time | relevance | path

Searched defs:occ_port (Results 1 – 1 of 1) sorted by relevance

/external/iproute2/devlink/
Ddevlink.c2154 struct occ_port { struct
2155 struct list_head list;
2156 char *bus_name;
2157 char *dev_name;
2181 static struct occ_port *occ_port_alloc(uint32_t port_index) in occ_port_alloc() argument
2183 struct occ_port *occ_port; in occ_port_alloc() local
2195 static void occ_port_free(struct occ_port *occ_port) in occ_port_free()
2221 struct occ_port *occ_port, *tmp; in occ_show_free() local
2230 struct occ_port *occ_port; in occ_port_get() local
2292 static void pr_out_occ_show_port(struct dl *dl, struct occ_port *occ_port) in pr_out_occ_show_port()
[all …]