HomeSort by: relevance | last modified time | path
    Searched defs:rx_slots (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_mcx.c 2316 struct mcx_slot *rx_slots; member in struct:mcx_rx
6755 ms = &rx->rx_slots[slot];
6945 ms = &rx->rx_slots[slot];
7247 rx->rx_slots = kmem_zalloc(sizeof(*ms) * (1 << MCX_LOG_RQ_SIZE),
7251 ms = &rx->rx_slots[i];
7301 mcx_free_slots(sc, rx->rx_slots, i, (1 << MCX_LOG_RQ_SIZE));
7302 rx->rx_slots = NULL;
7596 if (rx->rx_slots != NULL) {
7597 mcx_free_slots(sc, rx->rx_slots,
7599 rx->rx_slots = NULL
    [all...]

Completed in 106 milliseconds