iPXE
|
#include <vxge_config.h>
Data Fields | |
struct vxge_hw_vpath_reg * | vp_reg |
struct __vxge_hw_non_offload_db_wrapper * | nofl_db |
u32 | vp_id |
u32 | tx_intr_num |
struct vxge_hw_fifo_txd * | txdl |
u16 | depth |
u16 | hw_offset |
u16 | sw_offset |
struct __vxge_hw_virtualpath * | vpathh |
Definition at line 322 of file vxge_config.h.
struct vxge_hw_vpath_reg* __vxge_hw_fifo::vp_reg |
Definition at line 323 of file vxge_config.h.
Referenced by __vxge_hw_fifo_create().
struct __vxge_hw_non_offload_db_wrapper* __vxge_hw_fifo::nofl_db |
Definition at line 324 of file vxge_config.h.
Referenced by __vxge_hw_fifo_create(), and __vxge_hw_non_offload_db_post().
u32 __vxge_hw_fifo::vp_id |
Definition at line 325 of file vxge_config.h.
Referenced by __vxge_hw_fifo_create().
u32 __vxge_hw_fifo::tx_intr_num |
Definition at line 326 of file vxge_config.h.
Referenced by __vxge_hw_fifo_create(), and vxge_hw_fifo_txdl_buffer_set().
struct vxge_hw_fifo_txd* __vxge_hw_fifo::txdl |
Definition at line 328 of file vxge_config.h.
Referenced by __vxge_hw_fifo_create(), __vxge_hw_fifo_delete(), vxge_hw_fifo_free_txdl_get(), and vxge_hw_vpath_poll_tx().
u16 __vxge_hw_fifo::depth |
Definition at line 330 of file vxge_config.h.
Referenced by __vxge_hw_fifo_create(), and __vxge_hw_fifo_delete().
u16 __vxge_hw_fifo::hw_offset |
Definition at line 331 of file vxge_config.h.
Referenced by __vxge_hw_fifo_create(), __vxge_hw_fifo_delete(), and vxge_hw_vpath_poll_tx().
u16 __vxge_hw_fifo::sw_offset |
Definition at line 332 of file vxge_config.h.
Referenced by __vxge_hw_fifo_create(), __vxge_hw_fifo_delete(), vxge_hw_fifo_free_txdl_get(), vxge_hw_fifo_txdl_post(), and vxge_xmit().
struct __vxge_hw_virtualpath* __vxge_hw_fifo::vpathh |
Definition at line 334 of file vxge_config.h.
Referenced by __vxge_hw_fifo_create(), and vxge_xmit_compl().