FreeBSD kernel CXGBE device code
txpkts Struct Reference

#include <adapter.h>

Data Fields

uint8_t wr_type
 
uint8_t npkt
 
uint8_t len16
 
uint8_t score
 
uint8_t max_npkt
 
uint16_t plen
 
__u8 ethmacdst [6]
 
__u8 ethmacsrc [6]
 
__be16 ethtype
 
__be16 vlantci
 
struct mbuf * mb [15]
 

Detailed Description

Definition at line 580 of file adapter.h.

Field Documentation

◆ ethmacdst

__u8 txpkts::ethmacdst[6]

Definition at line 589 of file adapter.h.

Referenced by cmp_l2hdr(), save_l2hdr(), and write_txpkts_vm_wr().

◆ ethmacsrc

__u8 txpkts::ethmacsrc[6]

Definition at line 590 of file adapter.h.

◆ ethtype

__be16 txpkts::ethtype

Definition at line 591 of file adapter.h.

Referenced by cmp_l2hdr().

◆ len16

uint8_t txpkts::len16

◆ max_npkt

uint8_t txpkts::max_npkt

Definition at line 585 of file adapter.h.

Referenced by add_to_txpkts_pf(), add_to_txpkts_vf(), alloc_txq(), and sysctl_tx_vm_wr().

◆ mb

struct mbuf* txpkts::mb[15]

◆ npkt

◆ plen

uint16_t txpkts::plen

Definition at line 586 of file adapter.h.

Referenced by add_to_txpkts_pf(), add_to_txpkts_vf(), write_txpkts_vm_wr(), and write_txpkts_wr().

◆ score

uint8_t txpkts::score

Definition at line 584 of file adapter.h.

Referenced by eth_tx().

◆ vlantci

__be16 txpkts::vlantci

Definition at line 592 of file adapter.h.

◆ wr_type

uint8_t txpkts::wr_type

Definition at line 581 of file adapter.h.

Referenced by add_to_txpkts_pf(), add_to_txpkts_vf(), write_txpkts_vm_wr(), and write_txpkts_wr().


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