Searched refs:bxe_prev_list_node (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c243 struct bxe_prev_list_node { struct
244 LIST_ENTRY(bxe_prev_list_node) node;
251 static LIST_HEAD(, bxe_prev_list_node) bxe_prev_list = LIST_HEAD_INITIALIZER(bxe_prev_list);
15372 static struct bxe_prev_list_node *
15375 struct bxe_prev_list_node *tmp;
15391 struct bxe_prev_list_node *tmp;
15419 struct bxe_prev_list_node *tmp;
15444 tmp = malloc(sizeof(struct bxe_prev_list_node), M_DEVBUF,
15447 BLOGE(sc, "Failed to allocate 'bxe_prev_list_node'\n");

Completed in 83 milliseconds