Home
last modified time | relevance | path

Searched refs:rx_offset (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.c758 uint32_t rxoff = sa->sge->rx_offset; in os_freelist_buffer_alloc()
813 uint32_t rxoff = sge->rx_offset; in t1_sge_rx()
1065 uint32_t rxoff = sge->rx_offset; in alloc_freelQ_buffers()
1261 sge->rx_offset = t1_is_T1B(sge->obj) ? SGE_RX_OFFSET: 0; in t1_sge_configure()
1452 SZ_CPL_RX_PKT - sge->rx_pkt_pad - sge->rx_offset + 1); in configure_sge()
1635 sizeof (struct cpl_rx_data) - sge->rx_pkt_pad - sge->rx_offset); in jumbo_payload_capacity()
H A Dsge.h408 uint32_t rx_offset; /* RX padding for T1 packets (sw) */ member
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h113 u64 *tx_stat, u64 *rx_offset,
H A Di40e_common.c7117 u64 *tx_stat, u64 *rx_offset, in i40e_lpi_stat_update() argument
7134 *rx_offset = rx_counter; in i40e_lpi_stat_update()
7140 *rx_stat = (rx_counter >= *rx_offset) ? in i40e_lpi_stat_update()
7141 (u32)(rx_counter - *rx_offset) : in i40e_lpi_stat_update()
7142 (u32)((rx_counter + BIT_ULL(32)) - *rx_offset); in i40e_lpi_stat_update()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.h2022 uint32_t rx_offset;