FreeBSD kernel WPI device code
wpi_tx_desc Struct Reference

#include <if_wpireg.h>

Data Fields

uint8_t reserved1 [3]
 
uint8_t nsegs
 
struct {
   uint32_t   addr
 
   uint32_t   len
 
segs [WPI_MAX_SCATTER]
 
uint8_t reserved2 [28]
 

Detailed Description

Definition at line 238 of file if_wpireg.h.

Field Documentation

◆ addr

uint32_t wpi_tx_desc::addr

Definition at line 244 of file if_wpireg.h.

Referenced by wpi_cmd(), and wpi_cmd2().

◆ len

uint32_t wpi_tx_desc::len

Definition at line 245 of file if_wpireg.h.

Referenced by wpi_cmd(), and wpi_cmd2().

◆ nsegs

uint8_t wpi_tx_desc::nsegs

Definition at line 240 of file if_wpireg.h.

Referenced by wpi_cmd(), and wpi_cmd2().

◆ reserved1

uint8_t wpi_tx_desc::reserved1[3]

Definition at line 239 of file if_wpireg.h.

◆ reserved2

uint8_t wpi_tx_desc::reserved2[28]

Definition at line 247 of file if_wpireg.h.

◆ 

struct { ... } wpi_tx_desc::segs[WPI_MAX_SCATTER]

Referenced by wpi_cmd(), and wpi_cmd2().


The documentation for this struct was generated from the following file: