Searched refs:tx_ring_end (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/ale/
H A Dif_ale.c990 bus_addr_t rx_page_end[ALE_RX_PAGES], tx_ring_end; local
996 tx_ring_end = sc->ale_cdata.ale_tx_ring_paddr + ALE_TX_RING_SZ;
1001 if ((ALE_ADDR_HI(tx_ring_end) !=
1015 if ((ALE_ADDR_HI(tx_ring_end) != ALE_ADDR_HI(rx_page_end[0])) ||
1016 (ALE_ADDR_HI(tx_ring_end) != ALE_ADDR_HI(rx_page_end[1])) ||
1017 (ALE_ADDR_HI(tx_ring_end) != ALE_ADDR_HI(rx_cmb_end[0])) ||
1018 (ALE_ADDR_HI(tx_ring_end) != ALE_ADDR_HI(rx_cmb_end[1])) ||
1019 (ALE_ADDR_HI(tx_ring_end) != ALE_ADDR_HI(tx_cmb_end)))
/freebsd-11-stable/sys/dev/age/
H A Dif_age.c819 bus_addr_t rx_ring_end, rr_ring_end, tx_ring_end; local
823 tx_ring_end = sc->age_rdata.age_tx_ring_paddr + AGE_TX_RING_SZ;
829 if ((AGE_ADDR_HI(tx_ring_end) !=
841 if ((AGE_ADDR_HI(tx_ring_end) != AGE_ADDR_HI(rx_ring_end)) ||
842 (AGE_ADDR_HI(tx_ring_end) != AGE_ADDR_HI(rr_ring_end)) ||
843 (AGE_ADDR_HI(tx_ring_end) != AGE_ADDR_HI(cmb_block_end)) ||
844 (AGE_ADDR_HI(tx_ring_end) != AGE_ADDR_HI(smb_block_end)))
/freebsd-11-stable/sys/dev/vge/
H A Dif_vge.c682 bus_addr_t lowaddr, tx_ring_end, rx_ring_end; local
798 tx_ring_end = sc->vge_rdata.vge_tx_ring_paddr + VGE_TX_LIST_SZ;
800 if ((VGE_ADDR_HI(tx_ring_end) !=
804 VGE_ADDR_HI(tx_ring_end) != VGE_ADDR_HI(rx_ring_end)) {
/freebsd-11-stable/sys/dev/sf/
H A Dif_sf.c1003 bus_addr_t tx_ring_end, tx_cring_end; local
1230 tx_ring_end = sc->sf_rdata.sf_tx_ring_paddr + SF_TX_DLIST_SIZE;
1237 SF_ADDR_HI(tx_ring_end)) ||
/freebsd-11-stable/sys/dev/jme/
H A Dif_jme.c1142 bus_addr_t lowaddr, rx_ring_end, tx_ring_end; local
1249 tx_ring_end = sc->jme_rdata.jme_tx_ring_paddr +
1253 if ((JME_ADDR_HI(tx_ring_end) !=
/freebsd-11-stable/sys/dev/alc/
H A Dif_alc.c1931 bus_addr_t cmb_end, rx_ring_end, rr_ring_end, tx_ring_end; local
1936 tx_ring_end = sc->alc_rdata.alc_tx_ring_paddr + ALC_TX_RING_SZ;
1945 (ALC_ADDR_HI(tx_ring_end) !=

Completed in 134 milliseconds