Home
last modified time | relevance | path

Searched refs:p_rxq (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_l2_api.h264 void *p_rxq,
H A Decore_l2.c1133 void *p_rxq, in ecore_eth_rx_queue_stop() argument
1137 struct ecore_queue_cid *p_cid = (struct ecore_queue_cid *)p_rxq; in ecore_eth_rx_queue_stop()
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c512 yge_set_prefetch(port->p_dev, port->p_rxq, ring); in yge_init_rx_ring()
516 Y2_PREF_Q_ADDR(port->p_rxq, PREF_UNIT_PUT_IDX_REG), in yge_init_rx_ring()
927 port->p_rxq = Q_R1; in yge_init_port()
931 port->p_rxq = Q_R2; in yge_init_port()
1866 Y2_PREF_Q_ADDR(port->p_rxq, PREF_UNIT_PUT_IDX_REG), in yge_rxeof()
2078 CSR_WRITE_4(dev, Q_ADDR(port->p_rxq, Q_CSR), BMU_CLR_IRQ_PAR); in yge_handle_hwerr()
2423 rxq = port->p_rxq; in yge_start_port()
2641 rxq = port->p_rxq; in yge_set_rambuffer()
2710 uint32_t rxq = port->p_rxq; in yge_stop_port()
H A Dyge.h2249 uint32_t p_rxq; /* Rx. Qeueue offset */ member