safexcel_var.h (b356ddf07671c7e0c960231344da7bddf5df42c4) safexcel_var.h (8ba6acbbe6995efcd12c375e1826d55e35a8bdc9)
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright (c) 2020 Rubicon Communications, LLC (Netgate)
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 370 unchanged lines hidden (view full) ---

379
380 struct safexcel_request *requests;
381 STAILQ_HEAD(, safexcel_request) ready_requests;
382 STAILQ_HEAD(, safexcel_request) queued_requests;
383 STAILQ_HEAD(, safexcel_request) free_requests;
384
385 struct safexcel_dma_mem dma_atok;
386 bus_dma_tag_t data_dtag;
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright (c) 2020 Rubicon Communications, LLC (Netgate)
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 370 unchanged lines hidden (view full) ---

379
380 struct safexcel_request *requests;
381 STAILQ_HEAD(, safexcel_request) ready_requests;
382 STAILQ_HEAD(, safexcel_request) queued_requests;
383 STAILQ_HEAD(, safexcel_request) free_requests;
384
385 struct safexcel_dma_mem dma_atok;
386 bus_dma_tag_t data_dtag;
387
388 char lockname[32];
387};
388
389struct safexcel_intr_handle {
390 struct safexcel_softc *sc;
391 void *handle;
392 int ring;
393};
394

--- 26 unchanged lines hidden ---
389};
390
391struct safexcel_intr_handle {
392 struct safexcel_softc *sc;
393 void *handle;
394 int ring;
395};
396

--- 26 unchanged lines hidden ---