| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_fltr.c | 57 return ice_add_mac(&vsi->back->hw, list); in ice_fltr_add_mac_list() 68 return ice_remove_mac(&vsi->back->hw, list); in ice_fltr_remove_mac_list() 79 return ice_add_vlan(&vsi->back->hw, list); in ice_fltr_add_vlan_list() 90 return ice_remove_vlan(&vsi->back->hw, list); in ice_fltr_remove_vlan_list() 101 return ice_add_eth_mac(&vsi->back->hw, list); in ice_fltr_add_eth_list() 112 return ice_remove_eth_mac(&vsi->back->hw, list); in ice_fltr_remove_eth_list() 121 ice_remove_vsi_fltr(&vsi->back->hw, vsi->idx); in ice_fltr_remove_all() 145 return ice_fltr_add_entry_to_list(ice_pf_to_dev(vsi->back), &info, in ice_fltr_add_mac_to_list() 169 return ice_fltr_add_entry_to_list(ice_pf_to_dev(vsi->back), &info, in ice_fltr_add_vlan_to_list() 199 return ice_fltr_add_entry_to_list(ice_pf_to_dev(vsi->back), &info, in ice_fltr_add_eth_to_list() [all …]
|
| H A D | ice_lib.c | 50 ice_flush(&vsi->back->hw); in ice_vsi_ctrl_all_rx_rings() 70 struct ice_pf *pf = vsi->back; in ice_vsi_alloc_arrays() 146 dev_dbg(ice_pf_to_dev(vsi->back), "Not setting number of Tx/Rx descriptors for VSI type %d\n", in ice_vsi_set_num_desc() 161 struct ice_pf *pf = vsi->back; in ice_vsi_set_num_qs() 263 struct ice_pf *pf = vsi->back; in ice_vsi_delete() 291 struct ice_pf *pf = vsi->back; in ice_vsi_free_arrays() 336 if (!vsi->back) in ice_vsi_clear() 339 pf = vsi->back; in ice_vsi_clear() 428 vsi->back = pf; in ice_vsi_alloc() 498 struct ice_pf *pf = vsi->back; in ice_alloc_fd_res() [all …]
|
| H A D | ice_base.c | 103 struct ice_pf *pf = vsi->back; in ice_vsi_alloc_q_vector() 145 struct ice_pf *pf = vsi->back; in ice_free_q_vector() 229 struct ice_hw *hw = &vsi->back->hw; in ice_setup_tx_ctx() 285 struct device *dev = ice_pf_to_dev(ring->vsi->back); in ice_setup_rx_ctx() 295 hw = &vsi->back->hw; in ice_setup_rx_ctx() 411 if (!vsi->netdev || test_bit(ICE_FLAG_LEGACY_RX, vsi->back->flags)) in ice_setup_rx_ctx() 478 struct ice_pf *pf = vsi->back; in ice_vsi_ctrl_one_rx_ring() 516 struct ice_pf *pf = vsi->back; in ice_vsi_wait_one_rx_ring() 530 struct device *dev = ice_pf_to_dev(vsi->back); in ice_vsi_alloc_q_vectors() 641 struct ice_pf *pf = vsi->back; in ice_vsi_cfg_txq() [all …]
|
| H A D | ice_arfs.c | 27 struct ice_pf *pf = hw->back; in ice_is_arfs_using_perfect_flow() 90 …dev_err(ice_pf_to_dev(vsi->back), "aRFS: Failed to update filter counters, invalid filter type %d\… in ice_arfs_update_active_fltr_cntrs() 111 dev = ice_pf_to_dev(vsi->back); in ice_arfs_del_flow_rules() 116 result = ice_fdir_write_fltr(vsi->back, &e->fltr_info, false, in ice_arfs_del_flow_rules() 148 dev = ice_pf_to_dev(vsi->back); in ice_arfs_add_flow_rules() 153 result = ice_fdir_write_fltr(vsi->back, in ice_arfs_add_flow_rules() 222 dev = ice_pf_to_dev(vsi->back); in ice_arfs_update_flow_rules() 307 arfs_entry = devm_kzalloc(ice_pf_to_dev(vsi->back), in ice_arfs_build_entry() 413 pf = vsi->back; in ice_rx_flow_steer() 546 if (!vsi || vsi->type != ICE_VSI_PF || !vsi->back || in ice_clear_arfs() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/crypto/ |
| H A D | tls.c | 189 return &req->back; in nfp_net_tls_set_ipv4() 209 return &req->back; in nfp_net_tls_set_ipv6() 214 struct nfp_crypto_req_add_back *back, struct sock *sk, in nfp_net_tls_set_l4() argument 222 back->src_port = 0; in nfp_net_tls_set_l4() 223 back->dst_port = 0; in nfp_net_tls_set_l4() 225 back->src_port = inet->inet_dport; in nfp_net_tls_set_l4() 226 back->dst_port = inet->inet_sport; in nfp_net_tls_set_l4() 273 struct nfp_crypto_req_add_back *back; in nfp_net_tls_add() local 328 back = nfp_net_tls_set_ipv6(nn, req, sk, direction); in nfp_net_tls_add() 330 back = nfp_net_tls_set_ipv4(nn, req, sk, direction); in nfp_net_tls_add() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | copy_move_algo.hpp | 295 F back = r; in uninitialized_move_alloc() local 303 for (; back != r; ++back){ in uninitialized_move_alloc() 304 allocator_traits<Allocator>::destroy(a, boost::movelib::iterator_to_raw_pointer(back)); in uninitialized_move_alloc() 340 F back = r; in uninitialized_move_alloc_n() local 348 for (; back != r; ++back){ in uninitialized_move_alloc_n() 349 allocator_traits<Allocator>::destroy(a, boost::movelib::iterator_to_raw_pointer(back)); in uninitialized_move_alloc_n() 385 F back = r; in uninitialized_move_alloc_n_source() local 393 for (; back != r; ++back){ in uninitialized_move_alloc_n_source() 394 allocator_traits<Allocator>::destroy(a, boost::movelib::iterator_to_raw_pointer(back)); in uninitialized_move_alloc_n_source() 430 F back = r; in uninitialized_copy_alloc() local [all …]
|
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | namei.c | 51 int head, back; in find_target_dirent() local 57 back = ndirents - 1; in find_target_dirent() 60 while (head <= back) { in find_target_dirent() 61 const int mid = head + (back - head) / 2; in find_target_dirent() 82 back = mid - 1; in find_target_dirent() 95 int head, back; in find_target_block_classic() local 101 back = erofs_inode_datablocks(dir) - 1; in find_target_block_classic() 103 while (head <= back) { in find_target_block_classic() 104 const int mid = head + (back - head) / 2; in find_target_block_classic() 155 back = mid - 1; in find_target_block_classic()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/intrinsic/ |
| H A D | back.hpp | 24 struct back struct 31 inline typename result_of::back<Sequence>::type 32 back(Sequence& seq) in back() function 39 inline typename result_of::back<Sequence const>::type 40 back(Sequence const& seq) in back() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | wagyu.hpp | 83 max = lm.left_bound.edges.back().bot; in get_bounds() 87 max.y = std::max(max.y, lm.left_bound.edges.back().bot.y); in get_bounds() 88 max.x = std::max(max.x, lm.left_bound.edges.back().top.x); in get_bounds() 89 min.x = std::min(min.x, lm.left_bound.edges.back().top.x); in get_bounds() 99 max = lm.right_bound.edges.back().bot; in get_bounds() 103 max.y = std::max(max.y, lm.right_bound.edges.back().bot.y); in get_bounds() 104 max.x = std::max(max.x, lm.right_bound.edges.back().top.x); in get_bounds() 105 min.x = std::min(min.x, lm.right_bound.edges.back().top.x); in get_bounds()
|
| H A D | topology_correction.hpp | 957 point_ptr<T> back = pt_a; in find_start_and_end_of_collinear_edges() local 961 while (*(back->prev) == *back && back != forward) { in find_start_and_end_of_collinear_edges() 962 back = back->prev; in find_start_and_end_of_collinear_edges() 963 if (back == pt_a) { in find_start_and_end_of_collinear_edges() 967 if (back == forward) { in find_start_and_end_of_collinear_edges() 968 back = back->prev; in find_start_and_end_of_collinear_edges() 972 while (*(forward->next) == *forward && back != forward) { in find_start_and_end_of_collinear_edges() 978 if (!first && (back == pt_a || forward == pt_b)) { in find_start_and_end_of_collinear_edges() 981 if (back == forward) { in find_start_and_end_of_collinear_edges() 982 back = back->prev; in find_start_and_end_of_collinear_edges() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/doc/ |
| H A D | DMXSpec-v1.txt | 39 about the characteristics of the Xdmx server and the back-end X 87 This request returns the number of back-end screens that the Xdmx 88 server controls. A back-end screen may be managed as a regular X 89 screen in the Xdmx server or may be joined with other back-end 110 This request returns information about individual back-end screens. 117 back-end screen. This request will always return non-negative 146 about how the window is represented on the back-end X servers. For 147 each back-end X server that displays a portion of the window, the 152 2) the window ID on the back-end X server of the window 154 3) the position and dimensions of the window on the back-end, in [all …]
|
| H A D | DMXSpec.txt | 39 about the characteristics of the Xdmx server and the back-end X 100 server and each back-end X server. It is used by clients that 101 talk directly to back-end X servers to ensure that all pending Xdmx 102 requests have reached all back-end servers and have been processed 122 created on the back-end X servers until they are required. This 138 area on a back-end server, there is usually a one-to-one 141 available area on a back-end server, and for more than one DMX 143 back-end server. 188 X(7x)) for the location of the DMX screen on the back-end screen. 189 The coordinant system of the back-end display is used. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | sd-parameters.rst | 16 write back 1 0 on on 17 write back, no read (daft) 1 1 on off 20 To set cache type to "write back" and save this setting to the drive:: 22 # echo "write back" > cache_type 27 # echo "temporary write back" > cache_type
|
| /OK3568_Linux_fs/kernel/lib/lz4/ |
| H A D | lz4hc_compress.c | 208 int back = 0; in LZ4HC_InsertAndGetWiderMatch() local 210 while ((ip + back > iLowLimit) in LZ4HC_InsertAndGetWiderMatch() 211 && (matchPtr + back > lowPrefixPtr) in LZ4HC_InsertAndGetWiderMatch() 212 && (ip[back - 1] == matchPtr[back - 1])) in LZ4HC_InsertAndGetWiderMatch() 213 back--; in LZ4HC_InsertAndGetWiderMatch() 215 mlt -= back; in LZ4HC_InsertAndGetWiderMatch() 219 *matchpos = matchPtr + back; in LZ4HC_InsertAndGetWiderMatch() 220 *startpos = ip + back; in LZ4HC_InsertAndGetWiderMatch() 229 int back = 0; in LZ4HC_InsertAndGetWiderMatch() local 241 while ((ip + back > iLowLimit) in LZ4HC_InsertAndGetWiderMatch() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/ |
| H A D | rga_iommu.c | 101 if ((t->back - t->front) > t->size) { in rga_mmu_buf_get_try() 102 if (t->front + size > t->back - t->size) { in rga_mmu_buf_get_try() 104 t->front, t->back, t->size, size); in rga_mmu_buf_get_try() 109 if ((t->front + size) > t->back) { in rga_mmu_buf_get_try() 111 t->front, t->back, t->size, size); in rga_mmu_buf_get_try() 117 if (size > (t->back - t->size)) { in rga_mmu_buf_get_try() 119 t->front, t->back, t->size, size); in rga_mmu_buf_get_try() 149 if (mmu_base->back + size > 2 * mmu_base->size) in rga_mmu_buf_get() 150 mmu_base->back = size + mmu_base->size; in rga_mmu_buf_get() 152 mmu_base->back += size; in rga_mmu_buf_get() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_simple/ |
| H A D | linear.hpp | 89 range::back(linestring))) in is_acceptable_turn() 121 range::back(linestring)) in is_boundary_point_of() 124 || geometry::equals(point, range::back(linestring))); in is_boundary_point_of() 137 geometry::equals(range::front(linestring), range::back(linestring)) in is_closing_point_of() 150 geometry::equals(range::back(ls1), range::back(ls2)) in have_same_boundary_points() 152 (geometry::equals(range::front(ls1), range::back(ls2)) in have_same_boundary_points() 154 geometry::equals(range::back(ls1), range::front(ls2))) in have_same_boundary_points()
|
| /OK3568_Linux_fs/u-boot/drivers/dfu/ |
| H A D | Kconfig | 16 bool "MMC back end for DFU" 21 bool "NAND back end for DFU" 27 bool "MTD back end for DFU" 33 bool "RAM back end for DFU" 38 bool "SPI flash back end for DFU"
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/md/ |
| H A D | raid5-cache.rst | 8 since 4.4) or write-back mode (supported since 4.10). mdadm (supported since 11 in write-through mode. A user can switch it to write-back mode by:: 13 echo "write-back" > /sys/block/md0/md/journal_mode 15 And switch it back to write-through mode by:: 30 tries to resync the array to bring it back to normal state. But before the 47 write-back mode 50 write-back mode fixes the 'write hole' issue too, since all write data is 51 cached on cache disk. But the main goal of 'write-back' cache is to speed up 56 overhead too. Write-back cache will aggregate the data and flush the data to 61 In write-back mode, MD reports IO completion to upper layer (usually [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/vector/aux_/preprocessed/no_ctps/ |
| H A D | vector10.hpp | 68 typedef T0 back; typedef 153 typedef typename Vector::back type; 202 typedef T1 back; typedef 290 typedef typename Vector::back type; 340 typedef T2 back; typedef 428 typedef typename Vector::back type; 479 typedef T3 back; typedef 571 typedef typename Vector::back type; 623 typedef T4 back; typedef 715 typedef typename Vector::back type; [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | dri2.c | 66 DRI2BufferPtr back; member 412 if (info->back) in ms_dri2_del_frame_event() 413 ms_dri2_destroy_buffer(NULL, info->back); in ms_dri2_del_frame_event() 480 ms_dri2_buffer_private_ptr back_priv = info->back->driverPrivate; in ms_dri2_schedule_flip() 531 DRI2BufferPtr front, DRI2BufferPtr back) in can_exchange() argument 534 ms_dri2_buffer_private_ptr back_priv = back->driverPrivate; in can_exchange() 590 DRI2BufferPtr front, DRI2BufferPtr back) in can_flip() argument 599 DRI2CanFlip(draw) && can_exchange(scrn, draw, front, back); in can_flip() 604 DRI2BufferPtr back) in ms_dri2_exchange_buffers() argument 607 ms_dri2_buffer_private_ptr back_priv = back->driverPrivate; in ms_dri2_exchange_buffers() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/ |
| H A D | move.hpp | 120 F back = r; in uninitialized_move() local 129 for (; back != r; ++back){ in uninitialized_move() 130 boost::movelib::iterator_to_raw_pointer(back)->~input_value_type(); in uninitialized_move()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mipoly.c | 178 AET->back = NULL; in miCreateETandAET() 260 AET->back = ETEs; in miloadAET() 261 ETEs->back = pPrevAET; in miloadAET() 330 while (pETEchase->back->bres.minor > AET->bres.minor) in miInsertionSort() 331 pETEchase = pETEchase->back; in miInsertionSort() 335 pETEchaseBackTMP = pETEchase->back; in miInsertionSort() 336 pETEinsert->back->next = AET; in miInsertionSort() 338 AET->back = pETEinsert->back; in miInsertionSort() 340 pETEchase->back->next = pETEinsert; in miInsertionSort() 341 pETEchase->back = pETEinsert; in miInsertionSort() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/ |
| H A D | back.hpp | 28 struct back struct 32 BOOST_MPL_AUX_LAMBDA_SUPPORT(1,back,(Sequence)) 35 BOOST_MPL_AUX_NA_SPEC(1, back)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | clip_lines.cpp | 55 …if (clippedLines.empty() || (!clippedLines.back().empty() && !(p0 == clippedLines.back().back())))… in clipLines() 57 clippedLines.back().push_back(p0); in clipLines() 60 clippedLines.back().push_back(p1); in clipLines()
|
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | util.h | 118 size_t front, back, size, mask; \ 124 c = (fifo)->data[iter], iter != (fifo)->back; \ 136 (fifo)->front = (fifo)->back = 0; \ 162 #define fifo_used(fifo) (((fifo)->back - (fifo)->front) & (fifo)->mask) 170 ((fifo)->data[((fifo)->back - 1) & (fifo)->mask]) 178 (fifo)->data[(fifo)->back++] = (i); \ 179 (fifo)->back &= (fifo)->mask; \ 209 --(fifo)->back; \ 210 (fifo)->back &= (fifo)->mask; \ 211 (i) = (fifo)->data[(fifo)->back] \ [all …]
|