Home
last modified time | relevance | path

Searched defs:toe_tx_bd (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hsi_toe.h875 struct toe_tx_bd struct
877 struct regpair addr /* Address of buffer */;
878 __le16 size /* Size of buffer */;
879 __le16 flags;
888 __le32 next_bd_start_seq /* Tcp sequence of the first byte in the next buffer */;
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_toe.h875 struct toe_tx_bd struct
877 struct regpair addr /* Address of buffer */;
878 __le16 size /* Size of buffer */;
879 __le16 flags;
888 __le32 next_bd_start_seq /* Tcp sequence of the first byte in the next buffer */;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h9712 struct toe_tx_bd struct
9714 u32_t addr_lo /* tranasmit payload base address - Single continuous buffer (page) pointer */;
9715 u32_t addr_hi /* tranasmit payload base address - Single continuous buffer (page) pointer */;
9717 u16_t flags;
9728 u16_t size /* Size of the data represented by the BD */;
9730 u16_t size /* Size of the data represented by the BD */;
9731 u16_t flags;
9743 u32_t nextBdStartSeq;