wp_rx_free_list 120 dev/pci/if_san_xilinx.c struct xilinx_rx_head wp_rx_free_list;
wp_rx_free_list 423 dev/pci/if_san_xilinx.c SIMPLEQ_INSERT_TAIL(&sc->wp_rx_free_list,
wp_rx_free_list 587 dev/pci/if_san_xilinx.c while ((buf = SIMPLEQ_FIRST(&sc->wp_rx_free_list)) != NULL) {
wp_rx_free_list 588 dev/pci/if_san_xilinx.c SIMPLEQ_REMOVE_HEAD(&sc->wp_rx_free_list, entry);
wp_rx_free_list 1678 dev/pci/if_san_xilinx.c sc->rx_dma_buf = SIMPLEQ_FIRST(&sc->wp_rx_free_list);
wp_rx_free_list 1686 dev/pci/if_san_xilinx.c sc->rx_dma_buf = SIMPLEQ_FIRST(&sc->wp_rx_free_list);
wp_rx_free_list 1689 dev/pci/if_san_xilinx.c SIMPLEQ_REMOVE_HEAD(&sc->wp_rx_free_list, entry);
wp_rx_free_list 2389 dev/pci/if_san_xilinx.c SIMPLEQ_INIT(&sc->wp_rx_free_list);
wp_rx_free_list 2412 dev/pci/if_san_xilinx.c while ((buf = SIMPLEQ_FIRST(&sc->wp_rx_free_list)) != NULL) {
wp_rx_free_list 2413 dev/pci/if_san_xilinx.c SIMPLEQ_REMOVE_HEAD(&sc->wp_rx_free_list, entry);
wp_rx_free_list 2470 dev/pci/if_san_xilinx.c SIMPLEQ_INSERT_TAIL(&sc->wp_rx_free_list, buf, entry);
wp_rx_free_list 2493 dev/pci/if_san_xilinx.c SIMPLEQ_INSERT_TAIL(&sc->wp_rx_free_list, buf, entry);