Home
last modified time | relevance | path

Searched refs:hwd (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_rx.c432 nge_hot_rxd_fill(void *hwd, const ddi_dma_cookie_t *cookie, size_t len) in nge_hot_rxd_fill() argument
437 hw_bd_p = (hot_rx_bd *)hwd; in nge_hot_rxd_fill()
451 nge_sum_rxd_fill(void *hwd, const ddi_dma_cookie_t *cookie, size_t len) in nge_sum_rxd_fill() argument
455 hw_bd_p = hwd; in nge_sum_rxd_fill()
468 nge_hot_rxd_check(const void *hwd, size_t *len) in nge_hot_rxd_check() argument
473 hrbdp = hwd; in nge_hot_rxd_check()
480 nge_sum_rxd_check(const void *hwd, size_t *len) in nge_sum_rxd_check() argument
485 hrbdp = hwd; in nge_sum_rxd_check()
H A Dnge_tx.c705 nge_hot_txd_check(const void *hwd) in nge_hot_txd_check() argument
710 htbdp = hwd; in nge_hot_txd_check()
716 nge_sum_txd_check(const void *hwd) in nge_sum_txd_check() argument
721 htbdp = hwd; in nge_sum_txd_check()
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c388 hwd_sb_t *hwd; in drmach_setup_mc_info() local
405 rv = opl_read_hwd(mp->dev.bp->bnum, NULL, NULL, NULL, &hwd); in drmach_setup_mc_info()
412 pm = &hwd->sb_cmu.cmu_memory; in drmach_setup_mc_info()