Home
last modified time | relevance | path

Searched defs:octeon_device (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/liquidio/base/
H A Dlio_device.h378 device_t device;
381 void *chip;
404 uint16_t flags;
461 struct {
495 void *tag;
504 int msix_on;
509 int rx_pause;
510 int tx_pause;
528 int uboot_len;
529 int uboot_sidx, uboot_eidx;
[all …]
H A Dlio_device.c175 static struct octeon_device *octeon_device[LIO_MAX_DEVICES]; variable