Home
last modified time | relevance | path

Searched refs:work (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/f-stack/freebsd/mips/cavium/octe/
H A Dethernet-rx.c93 if ((work->word2.snoip.err_code == 10) && (work->word1.s.len <= 64)) { in cvm_oct_check_rcv_error()
141 cvm_oct_free_work(work); in cvm_oct_check_rcv_error()
147 cvm_oct_free_work(work); in cvm_oct_check_rcv_error()
181 cvmx_wqe_t *work; in cvm_oct_tasklet_rx() local
186 work = NULL; in cvm_oct_tasklet_rx()
187 CVMX_PREFETCH(work, 0); in cvm_oct_tasklet_rx()
188 if (work == NULL) in cvm_oct_tasklet_rx()
220 m->m_data += (work->packet_ptr.s.back << 7) + (work->packet_ptr.s.addr & 0x7f); in cvm_oct_tasklet_rx()
227 cvm_oct_free_work(work); in cvm_oct_tasklet_rx()
289 if ((work->word2.s.not_IP || work->word2.s.IP_exc || work->word2.s.L4_error)) in cvm_oct_tasklet_rx()
[all …]
H A Dethernet-tx.c75 cvmx_wqe_t *work; in cvm_oct_xmit() local
148 work = NULL; in cvm_oct_xmit()
158 work = cvmx_fpa_alloc(CVMX_FPA_WQE_POOL); in cvm_oct_xmit()
159 if (work == NULL) { in cvm_oct_xmit()
166 gp = (uint64_t *)work; in cvm_oct_xmit()
184 hw_buffer.s.addr = cvmx_ptr_to_phys(work); in cvm_oct_xmit()
H A Dethernet.c279 cvmx_wqe_t *work = work_queue_entry; in cvm_oct_free_work() local
281 int segments = work->word2.s.bufs; in cvm_oct_free_work()
282 cvmx_buf_ptr_t segment_ptr = work->packet_ptr; in cvm_oct_free_work()
290 cvmx_fpa_free(work, CVMX_FPA_WQE_POOL, DONT_WRITEBACK(1)); in cvm_oct_free_work()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-wqe.h603 grp = work->word1.cn68xx.grp; in cvmx_wqe_get_grp()
605 grp = work->word1.cn38xx.grp; in cvmx_wqe_get_grp()
613 work->word1.cn68xx.grp = grp; in cvmx_wqe_set_grp()
615 work->word1.cn38xx.grp = grp; in cvmx_wqe_set_grp()
623 qos = work->word1.cn68xx.qos; in cvmx_wqe_get_qos()
625 qos = work->word1.cn38xx.qos; in cvmx_wqe_get_qos()
633 work->word1.cn68xx.qos = qos; in cvmx_wqe_set_qos()
635 work->word1.cn38xx.qos = qos; in cvmx_wqe_set_qos()
643 len = work->word1.cn68xx.len; in cvmx_wqe_get_len()
660 return work->word1.s.tag; in cvmx_wqe_get_tag()
[all …]
H A Dcvmx-helper-errata.c104 cvmx_wqe_t *work; in __cvmx_helper_errata_fix_ipd_ptr_alignment() local
206 work = cvmx_pow_work_request_sync(CVMX_POW_WAIT); in __cvmx_helper_errata_fix_ipd_ptr_alignment()
208 } while ((work == NULL) && (retry_cnt > 0)); in __cvmx_helper_errata_fix_ipd_ptr_alignment()
215 if (work) in __cvmx_helper_errata_fix_ipd_ptr_alignment()
216 cvmx_helper_free_packet_data(work); in __cvmx_helper_errata_fix_ipd_ptr_alignment()
258 int cvmx_helper_fix_ipd_packet_chain(cvmx_wqe_t *work) in cvmx_helper_fix_ipd_packet_chain() argument
260 uint64_t number_buffers = work->word2.s.bufs; in cvmx_helper_fix_ipd_packet_chain()
265 cvmx_buf_ptr_t buffer_ptr = work->packet_ptr; in cvmx_helper_fix_ipd_packet_chain()
275 work->packet_ptr = buffer_ptr; in cvmx_helper_fix_ipd_packet_chain()
H A Dcvmx-helper-util.h87 extern int cvmx_helper_dump_packet(cvmx_wqe_t *work);
268 static inline void cvmx_helper_free_packet_data(cvmx_wqe_t *work) in cvmx_helper_free_packet_data() argument
275 number_buffers = work->word2.s.bufs; in cvmx_helper_free_packet_data()
278 buffer_ptr = work->packet_ptr; in cvmx_helper_free_packet_data()
286 if (cvmx_ptr_to_phys(work) == start_of_buffer) in cvmx_helper_free_packet_data()
H A Dcvmx-helper-util.c153 int cvmx_helper_dump_packet(cvmx_wqe_t *work) in cvmx_helper_dump_packet() argument
162 cvmx_dprintf("Packet Length: %u\n", cvmx_wqe_get_len(work)); in cvmx_helper_dump_packet()
163 cvmx_dprintf(" Input Port: %u\n", cvmx_wqe_get_port(work)); in cvmx_helper_dump_packet()
164 cvmx_dprintf(" QoS: %u\n", cvmx_wqe_get_qos(work)); in cvmx_helper_dump_packet()
165 cvmx_dprintf(" Buffers: %u\n", work->word2.s.bufs); in cvmx_helper_dump_packet()
167 if (work->word2.s.bufs == 0) in cvmx_helper_dump_packet()
174 buffer_ptr.s.addr = cvmx_ptr_to_phys(work->packet_data); in cvmx_helper_dump_packet()
175 if (cvmx_likely(!work->word2.s.not_IP)) in cvmx_helper_dump_packet()
180 buffer_ptr.s.addr += (work->word2.s.is_v6^1)<<2; in cvmx_helper_dump_packet()
193 buffer_ptr = work->packet_ptr; in cvmx_helper_dump_packet()
[all …]
H A Dcvmx-pip.h671 static inline int cvmx_pip_get_bsel_table_index(cvmx_wqe_t *work) in cvmx_pip_get_bsel_table_index() argument
673 int bit = cvmx_wqe_get_port(work) & 0x3; in cvmx_pip_get_bsel_table_index()
738 static inline int cvmx_pip_get_bsel_qos(cvmx_wqe_t *work) in cvmx_pip_get_bsel_qos() argument
740 int index = cvmx_pip_get_bsel_table_index(work); in cvmx_pip_get_bsel_qos()
752 static inline int cvmx_pip_get_bsel_grp(cvmx_wqe_t *work) in cvmx_pip_get_bsel_grp() argument
754 int index = cvmx_pip_get_bsel_table_index(work); in cvmx_pip_get_bsel_grp()
766 static inline int cvmx_pip_get_bsel_tt(cvmx_wqe_t *work) in cvmx_pip_get_bsel_tt() argument
768 int index = cvmx_pip_get_bsel_table_index(work); in cvmx_pip_get_bsel_tt()
780 static inline int cvmx_pip_get_bsel_tag(cvmx_wqe_t *work) in cvmx_pip_get_bsel_tag() argument
782 int index = cvmx_pip_get_bsel_table_index(work); in cvmx_pip_get_bsel_tag()
[all …]
H A Dcvmx-helper-errata.h83 extern int cvmx_helper_fix_ipd_packet_chain(cvmx_wqe_t *work);
/f-stack/freebsd/contrib/zlib/
H A Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
38 unsigned short FAR *work;
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
183 base = extra = work; /* dummy value--not used */
217 if (work[sym] + 1U < match) {
219 here.val = work[sym];
221 else if (work[sym] >= match) {
222 here.op = (unsigned char)(extra[work[sym] - match]);
223 here.val = base[work[sym] - match];
254 len = lens[work[sym]];
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c128 tsd_hash_dtor(struct hlist_head *work) in tsd_hash_dtor() argument
132 while (!hlist_empty(work)) { in tsd_hash_dtor()
368 HLIST_HEAD(work); in tsd_hash_table_fini()
388 tsd_hash_dtor(&work); in tsd_hash_table_fini()
403 HLIST_HEAD(work); in tsd_remove_entry()
426 hlist_add_head(&entry->he_list, &work); in tsd_remove_entry()
444 tsd_hash_dtor(&work); in tsd_remove_entry()
590 HLIST_HEAD(work); in tsd_destroy()
637 tsd_hash_dtor(&work); in tsd_destroy()
653 HLIST_HEAD(work); in tsd_exit()
[all …]
H A DTHIRDPARTYLICENSE.gplv262 0. This License applies to any program or other work which contains
65 refers to any such program or work, and a "work based on the Program"
66 means either the Program or any derivative work under copyright law:
67 that is to say, a work containing the Program or a portion of it,
75 is covered only if its contents constitute a work based on the
91 of it, thus forming a work based on the Program, and copy and
92 distribute such modifications or work under the terms of Section 1
111 does not normally print such an announcement, your work based on
114 These requirements apply to the modified work as a whole. If
155 The source code for a work means the preferred form of the work for
[all …]
/f-stack/freebsd/kern/
H A Dgenassym.sh11 work() function
68 work $1 3>"$outfile" >&3 3>&-
70 work $1
H A Dgenoffset.sh38 work() function
137 work $1 3>"$outfile" >&3 3>&-
139 work $1
/f-stack/freebsd/netinet/libalias/
H A Dalias_smedia.c437 char *work; in alias_pna_out() local
441 work = data; in alias_pna_out()
442 work += 5; in alias_pna_out()
443 while (work + 4 < data + dlen) { in alias_pna_out()
444 memcpy(&msg_id, work, 2); in alias_pna_out()
445 work += 2; in alias_pna_out()
446 memcpy(&msg_len, work, 2); in alias_pna_out()
447 work += 2; in alias_pna_out()
453 memcpy(&port, work, 2); in alias_pna_out()
463 memcpy(work, &alias_port, 2); in alias_pna_out()
[all …]
/f-stack/dpdk/license/
H A Dlgpl-2.1.txt111 "work based on the library" and a "work that uses the library". The
130 Library" means either the Library or any derivative work under
136 "Source code" for a work means the preferred form of the work for
163 of it, thus forming a work based on the Library, and copy and
167 a) The modified work must itself be a software library.
190 These requirements apply to the modified work as a whole. If
243 work, in isolation, is not a derivative work of the Library, and
268 Any executables containing that work also fall under Section 6,
273 work containing portions of the Library, and distribute that work
286 a) Accompany the work with the complete corresponding
[all …]
H A Dgpl-2.0.txt62 0. This License applies to any program or other work which contains
65 refers to any such program or work, and a "work based on the Program"
66 means either the Program or any derivative work under copyright law:
67 that is to say, a work containing the Program or a portion of it,
75 is covered only if its contents constitute a work based on the
91 of it, thus forming a work based on the Program, and copy and
92 distribute such modifications or work under the terms of Section 1
111 does not normally print such an announcement, your work based on
114 These requirements apply to the modified work as a whole. If
155 The source code for a work means the preferred form of the work for
[all …]
/f-stack/freebsd/contrib/openzfs/
H A DNOTICE1 This work was produced under the auspices of the U.S. Department of Energy by
4 This work was prepared as an account of work sponsored by an agency of the
/f-stack/freebsd/contrib/zstd/
H A DCOPYING62 0. This License applies to any program or other work which contains
65 refers to any such program or work, and a "work based on the Program"
66 means either the Program or any derivative work under copyright law:
67 that is to say, a work containing the Program or a portion of it,
75 is covered only if its contents constitute a work based on the
91 of it, thus forming a work based on the Program, and copy and
92 distribute such modifications or work under the terms of Section 1
111 does not normally print such an announcement, your work based on
114 These requirements apply to the modified work as a whole. If
155 The source code for a work means the preferred form of the work for
[all …]
/f-stack/
H A DLICENSE7 This work contains some softwares from:
14 This work uses some codes from:
15 …f=lib/libplebnet;h=ae446dba0b4f8593b69b339ea667e12d5b709cfb;hb=refs/heads/work/svn_trunk_libplebne…
162work which contains a notice placed by the copyright holder saying it may be distributed under the…
170 … or any portion of it, thus forming a work based on the Program, and copy and distribute such modi…
174 b) You must cause any work that you distribute or publish, that in whole or in part contains or is …
177work as a whole. If identifiable sections of that work are not derived from the Program, and can b…
181work not based on the Program with the Program (or with a work based on the Program) on a volume o…
183 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code …
190 The source code for a work means the preferred form of the work for making modifications to it. For…
[all …]
/f-stack/freebsd/contrib/openzfs/etc/init.d/
H A DREADME.md18 If you find that they don't work for your platform, please report this
30 suspect that what you're writing/modifying won't work on anything else
34 It currently MUST be bash (or fully compatible) for this to work.
37 work on that, the biggest problem you'll (probably) have is the part
/f-stack/dpdk/drivers/event/octeontx/
H A Dssovf_worker.h93 ssovf_octeontx_wqe_to_pkt(uint64_t work, uint16_t port_info, in ssovf_octeontx_wqe_to_pkt() argument
97 octtx_wqe_t *wqe = (octtx_wqe_t *)(uintptr_t)work; in ssovf_octeontx_wqe_to_pkt()
137 ssovf_octeontx_wqe_free(uint64_t work) in ssovf_octeontx_wqe_free() argument
139 octtx_wqe_t *wqe = (octtx_wqe_t *)(uintptr_t)work; in ssovf_octeontx_wqe_free()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlgc.c1000 l_mem work = -cast(l_mem, g->GCmemtrav); /* start counting work */ in atomic() local
1010 work += g->GCmemtrav; /* stop counting (do not (re)count grays) */ in atomic()
1013 work -= g->GCmemtrav; /* restart counting */ in atomic()
1024 work -= g->GCmemtrav; /* restart counting */ in atomic()
1034 work += g->GCmemtrav; /* complete counting */ in atomic()
1035 return work; /* estimate of memory marked by 'atomic' */ in atomic()
1057 lu_mem work; in singlestep() local
1061 work = atomic(L); /* add what was traversed by 'atomic' */ in singlestep()
1064 return work + sw * GCSWEEPCOST; in singlestep()
1147 lu_mem work = singlestep(L); /* do some work */ in incstep() local
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/sodium/
H A Dcore.c26 # warning It might not compile. It might not work as expected.
36 # warning work as expected, and performance is likely to be suboptimal.
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dtwl4030-power.txt15 3530 that needs a special configuration for warm reset to work.
22 down during off-idle. Note that this does not work on all boards

12345678910>>...15