FreeBSD kernel CXGBE device code
t4_sched_params Struct Reference

#include <t4_ioctl.h>

Collaboration diagram for t4_sched_params:

Data Fields

int8_t subcmd
 
int8_t type
 
union {
   struct {
      int8_t   minmax
 
   }   config
 
   struct t4_sched_class_params   params
 
   uint8_t   reserved [6+8 *8]
 
u
 

Detailed Description

Definition at line 274 of file t4_ioctl.h.

Field Documentation

◆ 

struct { ... } t4_sched_params::config

Referenced by t4_set_sched_class().

◆ minmax

int8_t t4_sched_params::minmax

Definition at line 279 of file t4_ioctl.h.

Referenced by t4_set_sched_class().

◆ params

struct t4_sched_class_params t4_sched_params::params

Definition at line 281 of file t4_ioctl.h.

Referenced by t4_set_sched_class().

◆ reserved

uint8_t t4_sched_params::reserved[6+8 *8]

Definition at line 282 of file t4_ioctl.h.

◆ subcmd

int8_t t4_sched_params::subcmd

Definition at line 275 of file t4_ioctl.h.

Referenced by t4_set_sched_class().

◆ type

int8_t t4_sched_params::type

Definition at line 276 of file t4_ioctl.h.

Referenced by t4_set_sched_class().

◆ 

union { ... } t4_sched_params::u

Referenced by t4_set_sched_class().


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