Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_l2_api.h302 void *p_txq);
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c532 yge_set_prefetch(port->p_dev, port->p_txq, ring); in yge_init_tx_ring()
925 port->p_txq = Q_XA1; in yge_init_port()
929 port->p_txq = Q_XA2; in yge_init_port()
2083 CSR_WRITE_4(dev, Q_ADDR(port->p_txq, Q_CSR), BMU_CLR_IRQ_TCP); in yge_handle_hwerr()
2422 txq = port->p_txq; in yge_start_port()
2642 txq = port->p_txq; in yge_set_rambuffer()
2709 uint32_t txq = port->p_txq; in yge_stop_port()
3212 Y2_PREF_Q_ADDR(port->p_txq, PREF_UNIT_PUT_IDX_REG), in yge_m_tx()
H A Dyge.h2247 uint32_t p_txq; /* Tx. Async Queue offset */ member