| /freebsd-12.1/sys/dev/ixgbe/ |
| H A D | ixgbe.h | 307 struct rx_ring { struct 308 struct ix_rx_queue *que; 309 struct adapter *adapter; 310 u32 me; 311 u32 tail; 312 union ixgbe_adv_rx_desc *rx_base; 313 bool hw_rsc; 315 uint64_t rx_paddr; 316 bus_dma_tag_t ptag; 319 u32 packets; [all …]
|
| /freebsd-12.1/sys/dev/ixl/ |
| H A D | ixl.h | 362 struct rx_ring { struct 364 union i40e_rx_desc *rx_base; 365 uint64_t rx_paddr; 366 bool discard; 367 u32 itr; 368 u32 latency; 369 u32 mbuf_sz; 370 u32 tail; 371 u32 me; 374 u32 packets; [all …]
|
| /freebsd-12.1/sys/dev/e1000/ |
| H A D | if_em.h | 411 struct rx_ring { struct 412 struct adapter *adapter; 413 struct em_rx_queue *que; 414 u32 me; 415 u32 payload; 416 union e1000_rx_desc_extended *rx_base; 417 uint64_t rx_paddr; 420 void *tag; 444 struct rx_ring rxr; argument
|
| /freebsd-12.1/sys/dev/ena/ |
| H A D | ena.c | 768 validate_rx_req_id(struct ena_ring *rx_ring, uint16_t req_id) in validate_rx_req_id() 795 struct ena_ring *rx_ring = que->rx_ring; in ena_setup_rx_resources() local 889 struct ena_ring *rx_ring = &adapter->rx_ring[qid]; in ena_free_rx_resources() local 962 struct ena_ring *rx_ring, struct ena_rx_buffer *rx_info) in ena_alloc_rx_mbuf() 1045 ena_refill_rx_bufs(struct ena_ring *rx_ring, uint32_t num) in ena_refill_rx_bufs() 1103 struct ena_ring *rx_ring = &adapter->rx_ring[qid]; in ena_free_rx_bufs() local 1122 struct ena_ring *rx_ring; in ena_refill_all_rx_bufs() local 1621 struct ena_ring *rx_ring = arg; in ena_deferred_rx_cleanup() local 1641 ena_rx_cleanup(struct ena_ring *rx_ring) in ena_rx_cleanup() 1793 struct ena_ring *rx_ring; in ena_handle_msix() local [all …]
|
| H A D | ena_sysctl.c | 88 struct ena_ring *rx_ring; in ena_sysctl_add_stats() local
|
| H A D | ena.h | 174 struct ena_ring *rx_ring; member
|
| /freebsd-12.1/sys/dev/rtwn/pci/ |
| H A D | rtwn_pci_attach.c | 129 struct rtwn_rx_ring *rx_ring = &pc->rx_ring; in rtwn_pci_alloc_rx_list() local 213 struct rtwn_rx_ring *rx_ring = &pc->rx_ring; in rtwn_pci_reset_rx_list() local 229 struct rtwn_rx_ring *rx_ring = &pc->rx_ring; in rtwn_pci_free_rx_list() local
|
| H A D | rtwn_pci_var.h | 116 struct rtwn_rx_ring rx_ring; member
|
| /freebsd-12.1/sys/dev/qlxgbe/ |
| H A D | ql_isr.c | 72 qla_rx_ring_t *rx_ring; in qla_rx_intr() local 222 qla_rx_ring_t *rx_ring; in qla_lro_intr() local
|
| H A D | ql_os.c | 1830 qla_rx_ring_t *rx_ring; in qla_alloc_rcv_std() local
|
| H A D | ql_def.h | 201 qla_rx_ring_t rx_ring[MAX_RDS_RINGS]; member
|
| /freebsd-12.1/sys/dev/bnxt/ |
| H A D | bnxt_txrx.c | 257 struct bnxt_ring *rx_ring; in bnxt_isc_rxd_refill() local 304 struct bnxt_ring *rx_ring; in bnxt_isc_rxd_flush() local
|
| /freebsd-12.1/sys/dev/al_eth/ |
| H A D | al_eth.c | 1048 struct al_eth_ring *rx_ring, in al_eth_alloc_rx_buf() 1095 struct al_eth_ring *rx_ring = &adapter->rx_ring[qid]; in al_eth_refill_rx_bufs() local 1458 struct al_eth_ring *rx_ring = arg; in al_eth_rx_recv_irq_filter() local 1523 struct al_eth_ring *rx_ring, struct al_eth_pkt *hal_pkt, in al_eth_rx_mbuf() 1588 struct al_eth_ring *rx_ring = arg; in al_eth_rx_recv_work() local 2477 struct al_eth_ring *rx_ring = &adapter->rx_ring[qid]; in al_eth_setup_rx_resources() local 2582 struct al_eth_ring *rx_ring = &adapter->rx_ring[qid]; in al_eth_free_rx_resources() local
|
| H A D | al_eth.h | 154 #define AL_ETH_RX_RING_IDX_NEXT(rx_ring, idx) (((idx) + 1) & (AL_ETH_DEFAULT_RX_DESCS - 1)) argument 155 #define AL_ETH_RX_RING_IDX_ADD(rx_ring, idx, n) (((idx) + (n)) & (AL_ETH_DEFAULT_RX_DESCS - 1)) argument 279 struct al_eth_ring rx_ring[AL_ETH_NUM_QUEUES]; member
|
| /freebsd-12.1/sys/dev/et/ |
| H A D | if_et.c | 871 struct et_rxdesc_ring *rx_ring; in et_dma_alloc() local 1050 struct et_rxdesc_ring *rx_ring; in et_dma_free() local 1530 struct et_rxdesc_ring *rx_ring; in et_free_rx_ring() local 1748 struct et_rxdesc_ring *rx_ring; in et_init_rxdma() local 2047 struct et_rxdesc_ring *rx_ring; in et_rxeof() local
|
| /freebsd-12.1/sys/ofed/drivers/infiniband/ulp/sdp/ |
| H A D | sdp.h | 401 struct sdp_rx_ring rx_ring; member 464 static inline void rx_ring_unlock(struct sdp_rx_ring *rx_ring) in rx_ring_unlock() 469 static inline int rx_ring_trylock(struct sdp_rx_ring *rx_ring) in rx_ring_trylock() 479 static inline void rx_ring_destroy_lock(struct sdp_rx_ring *rx_ring) in rx_ring_destroy_lock()
|
| /freebsd-12.1/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_cm.c | 160 struct ipoib_cm_rx_buf *rx_ring) in ipoib_cm_free_rx_ring() 481 struct ipoib_cm_rx_buf *rx_ring; in ipoib_cm_handle_rx_wc() local
|
| H A D | ipoib.h | 266 struct ipoib_cm_rx_buf *rx_ring; member 369 struct ipoib_rx_buf *rx_ring; member
|
| /freebsd-12.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-mgmt-port.c | 100 cvmx_mgmt_port_ring_entry_t rx_ring[CVMX_MGMT_PORT_NUM_RX_BUFFERS]; member
|
| /freebsd-12.1/sys/dev/qlxge/ |
| H A D | qls_os.c | 1290 qla_rx_ring_t *rx_ring; in qls_alloc_rcv_mbufs() local
|
| H A D | qls_def.h | 314 qla_rx_ring_t rx_ring[MAX_RX_RINGS]; member
|
| /freebsd-12.1/sys/dev/axgbe/ |
| H A D | xgbe-drv.c | 132 struct xgbe_ring *tx_ring, *rx_ring; in xgbe_alloc_channels() local
|
| /freebsd-12.1/sys/dev/mlx4/mlx4_en/ |
| H A D | mlx4_en_netdev.c | 68 struct mlx4_en_rx_ring *rx_ring = priv->rx_ring[cq->ring]; in mlx4_en_low_latency_recv() local 2736 struct mlx4_en_rx_ring *rx_ring; in mlx4_en_sysctl_stat() local
|
| /freebsd-12.1/sys/dev/neta/ |
| H A D | if_mvnetavar.h | 293 struct mvneta_rx_ring rx_ring[MVNETA_RX_QNUM_MAX]; member
|
| /freebsd-12.1/sys/dev/rt/ |
| H A D | if_rtvar.h | 234 struct rt_softc_rx_ring rx_ring[RT_SOFTC_RX_RING_COUNT]; member
|