Home
last modified time | relevance | path

Searched defs:e1000_tx_desc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c146 struct e1000_tx_desc { struct
147 uint64_t buffer_addr; /* Address of the descriptor's data buffer */
148 union {
155 } lower;
156 union {
163 } upper;
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h528 struct e1000_tx_desc { struct
529 __le64 buffer_addr; /* Address of the descriptor's data buffer */
530 union {
537 } lower;
538 union {
545 } upper;
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h402 struct e1000_tx_desc { struct
403 uint64_t buffer_addr; /* Address of the descriptor's data buffer */
404 union {
411 } lower;
412 union {
419 } upper;