FreeBSD kernel CXGBE device code
rx_buf_info Struct Reference

#include <adapter.h>

Data Fields

uma_zone_t zone
 
uint16_t size1
 
uint16_t size2
 
int8_t hwidx1
 
int8_t hwidx2
 
uint8_t type
 

Detailed Description

Definition at line 491 of file adapter.h.

Field Documentation

◆ hwidx1

int8_t rx_buf_info::hwidx1

Definition at line 497 of file adapter.h.

Referenced by bufidx_used(), find_refill_source(), refill_fl(), and t4_init_rx_buf_info().

◆ hwidx2

int8_t rx_buf_info::hwidx2

Definition at line 498 of file adapter.h.

Referenced by bufidx_used(), find_refill_source(), refill_fl(), and t4_init_rx_buf_info().

◆ size1

uint16_t rx_buf_info::size1

◆ size2

uint16_t rx_buf_info::size2

◆ type

uint8_t rx_buf_info::type

Definition at line 499 of file adapter.h.

Referenced by get_scatter_segment(), and t4_init_rx_buf_info().

◆ zone

uma_zone_t rx_buf_info::zone

Definition at line 492 of file adapter.h.

Referenced by free_fl_buffers(), get_scatter_segment(), refill_fl(), and t4_init_rx_buf_info().


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