Searched refs:ring_map (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | assign_parents.hpp | 225 RingMap& ring_map, in assign_parents() argument 247 std::size_t count_total = ring_map.size(); in assign_parents() 255 for (map_iterator_type it = boost::begin(ring_map); in assign_parents() 256 it != boost::end(ring_map); ++it, ++index) in assign_parents() 302 ring_info_type& outer = ring_map[id_of_positive]; in assign_parents() 309 ring_info_type& inner = ring_map[it->id]; in assign_parents() 323 > visitor(geometry1, geometry2, collection, ring_map, strategy, check_for_orientation); in assign_parents() 334 for (map_iterator_type it = boost::begin(ring_map); in assign_parents() 335 it != boost::end(ring_map); ++it) in assign_parents() 344 const ring_info_type& parent = ring_map[it->second.parent]; in assign_parents() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/ |
| H A D | dp_tx.c | 95 u8 ring_selector = 0, ring_map = 0; in ath11k_dp_tx() local 124 ring_map |= BIT(ti.ring_id); in ath11k_dp_tx() 134 if (ring_map == (BIT(DP_TCL_NUM_RING_MAX) - 1)) { in ath11k_dp_tx() 242 if (ring_map != (BIT(DP_TCL_NUM_RING_MAX) - 1) && in ath11k_dp_tx()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/ |
| H A D | cnic.c | 4537 dma_addr_t buf_map, ring_map = udev->l2_ring_map; in cnic_init_bnx2_tx_ring() local 4586 val = (u64) ring_map >> 32; in cnic_init_bnx2_tx_ring() 4590 val = (u64) ring_map & 0xffffffff; in cnic_init_bnx2_tx_ring() 4604 dma_addr_t ring_map = udev->l2_ring_map; in cnic_init_bnx2_rx_ring() local 4649 val = (u64) (ring_map + CNIC_PAGE_SIZE) >> 32; in cnic_init_bnx2_rx_ring() 4653 val = (u64) (ring_map + CNIC_PAGE_SIZE) & 0xffffffff; in cnic_init_bnx2_rx_ring() 4921 dma_addr_t buf_map, ring_map = udev->l2_ring_map; in cnic_init_bnx2x_tx_ring() local 4955 val = (u64) ring_map >> 32; in cnic_init_bnx2x_tx_ring() 4960 val = (u64) ring_map & 0xffffffff; in cnic_init_bnx2x_tx_ring() 4995 dma_addr_t ring_map = udev->l2_ring_map; in cnic_init_bnx2x_rx_ring() local [all …]
|
| H A D | bcmsysport.h | 793 struct bcm_sysport_tx_ring *ring_map[DSA_MAX_PORTS * 8]; member
|
| H A D | bcmsysport.c | 2293 tx_ring = priv->ring_map[q + port * priv->per_port_num_tx_queues]; in bcm_sysport_select_queue() 2375 priv->ring_map[qp + port * num_tx_queues] = ring; in bcm_sysport_map_queues() 2417 priv->ring_map[qp + port * num_tx_queues] = NULL; in bcm_sysport_unmap_queues()
|