Home
last modified time | relevance | path

Searched refs:ftid (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dblock.hpp181 int ftid = flattenedThreadId(); in reduce_n() local
186 for (unsigned int i = sft + ftid; i < n; i += sft) in reduce_n()
187 data[ftid] = op(data[ftid], data[i]); in reduce_n()
198 if (ftid < half) in reduce_n()
199 data[ftid] = op(data[ftid], data[n - ftid - 1]); in reduce_n()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dblock.hpp181 int ftid = flattenedThreadId(); in reduce_n() local
186 for (unsigned int i = sft + ftid; i < n; i += sft) in reduce_n()
187 data[ftid] = op(data[ftid], data[i]); in reduce_n()
198 if (ftid < half) in reduce_n()
199 data[ftid] = op(data[ftid], data[n - ftid - 1]); in reduce_n()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dblock.hpp181 int ftid = flattenedThreadId(); in reduce_n() local
186 for (unsigned int i = sft + ftid; i < n; i += sft) in reduce_n()
187 data[ftid] = op(data[ftid], data[i]); in reduce_n()
198 if (ftid < half) in reduce_n()
199 data[ftid] = op(data[ftid], data[n - ftid - 1]); in reduce_n()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c57 unsigned int ftid, u16 word, u64 mask, u64 val, in set_tcb_field() argument
68 INIT_TP_WR_CPL(req, CPL_SET_TCB_FIELD, ftid); in set_tcb_field()
72 req->word_cookie = htons(TCB_WORD_V(word) | TCB_COOKIE_V(ftid)); in set_tcb_field()
83 unsigned int ftid, unsigned int bit_pos, in set_tcb_tflag() argument
86 return set_tcb_field(adap, f, ftid, TCB_T_FLAGS_W, 1ULL << bit_pos, in set_tcb_tflag()
556 int ftid = 0; in cxgb4_get_free_ftid() local
600 ftid = (tc_prio <= t->nhpftids) ? 0 : t->nhpftids; in cxgb4_get_free_ftid()
602 while (ftid < max_ftid) { in cxgb4_get_free_ftid()
603 if (ftid < t->nhpftids) { in cxgb4_get_free_ftid()
614 (ftid + n) > t->nhpftids) { in cxgb4_get_free_ftid()
[all …]
H A Dcxgb4_ethtool.c1624 u32 ftid) in cxgb4_get_filter_entry() argument
1628 if (ftid >= t->hpftid_base && ftid < t->hpftid_base + t->nhpftids) in cxgb4_get_filter_entry()
1629 return &t->hpftid_tab[ftid - t->hpftid_base]; in cxgb4_get_filter_entry()
1631 if (ftid >= t->ftid_base && ftid < t->ftid_base + t->nftids) in cxgb4_get_filter_entry()
1632 return &t->ftid_tab[ftid - t->ftid_base]; in cxgb4_get_filter_entry()
1634 return lookup_tid(t, ftid); in cxgb4_get_filter_entry()
1703 int ftid; in cxgb4_ntuple_get_filter() local
1718 ftid = adap->ethtool_filters->port[pi->port_id].loc_array[loc]; in cxgb4_ntuple_get_filter()
1721 f = cxgb4_get_filter_entry(adap, ftid); in cxgb4_ntuple_get_filter()
H A Dcxgb4.h1963 void t4_mk_filtdelwr(unsigned int ftid, struct fw_filter_wr *wr, int qid);
H A Dt4_hw.c6517 void t4_mk_filtdelwr(unsigned int ftid, struct fw_filter_wr *wr, int qid) in t4_mk_filtdelwr() argument
6522 wr->tid_to_iq = cpu_to_be32(FW_FILTER_WR_TID_V(ftid) | in t4_mk_filtdelwr()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls.h390 __be32 ftid; member