Searched refs:occ_port (Results 1 – 1 of 1) sorted by relevance
2154 struct occ_port { struct2181 static struct occ_port *occ_port_alloc(uint32_t port_index) in occ_port_alloc() argument2183 struct occ_port *occ_port; in occ_port_alloc() local2185 occ_port = calloc(1, sizeof(*occ_port)); in occ_port_alloc()2186 if (!occ_port) in occ_port_alloc()2188 occ_port->port_index = port_index; in occ_port_alloc()2189 INIT_LIST_HEAD(&occ_port->pool_list); in occ_port_alloc()2190 INIT_LIST_HEAD(&occ_port->ing_tc_list); in occ_port_alloc()2191 INIT_LIST_HEAD(&occ_port->eg_tc_list); in occ_port_alloc()2192 return occ_port; in occ_port_alloc()[all …]