Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/
H A Dlm_l5st.h195 lm_address_t phys_db_data; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h419 lm_address_t phys_db_data; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c1683 tcp->tx_con->phys_db_data = phy_mblk[block_idx].free_phy; in lm_tcp_init_tcp_phys_mem()
1703 tcp->rx_con->phys_db_data = phy_mblk[block_idx].free_phy; in lm_tcp_init_tcp_phys_mem()
2044 xctx_st->toe.driver_doorbell_info_ptr_lo = tcp->tx_con->phys_db_data.as_u32.low; in _lm_tcp_init_xstorm_toe_context()
2045 xctx_st->toe.driver_doorbell_info_ptr_hi = tcp->tx_con->phys_db_data.as_u32.high; in _lm_tcp_init_xstorm_toe_context()
2065 uctx_ag->driver_doorbell_info_ptr_hi = tcp->rx_con->phys_db_data.as_u32.high; in _lm_tcp_init_ustorm_toe_context()
2066 uctx_ag->driver_doorbell_info_ptr_lo = tcp->rx_con->phys_db_data.as_u32.low; in _lm_tcp_init_ustorm_toe_context()