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

/openbsd-current/sys/dev/pci/
H A Dif_bnxt.c196 struct bnxt_slot *rx_ag_slots; member in struct:bnxt_rx_queue
908 rx->rx_ag_slots = mallocarray(sizeof(*bs), rx->rx_ag_ring.ring_size,
910 if (rx->rx_ag_slots == NULL) {
916 bs = &rx->rx_ag_slots[i];
973 bnxt_free_slots(sc, rx->rx_ag_slots, i, rx->rx_ag_ring.ring_size);
974 rx->rx_ag_slots = NULL;
1013 bnxt_free_slots(sc, rx->rx_ag_slots, rx->rx_ag_ring.ring_size,
1015 rx->rx_ag_slots = NULL;
2240 rx->rx_ag_slots, &rx->rx_ag_prod,
2326 bs = &rx->rx_ag_slots[a
[all...]

Completed in 140 milliseconds