Home
last modified time | relevance | path

Searched refs:cvmx_wqe_t (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-wqe.h576 } CVMX_CACHE_LINE_ALIGNED cvmx_wqe_t; typedef
578 static inline int cvmx_wqe_get_port(cvmx_wqe_t *work) in cvmx_wqe_get_port()
598 static inline int cvmx_wqe_get_grp(cvmx_wqe_t *work) in cvmx_wqe_get_grp()
610 static inline void cvmx_wqe_set_grp(cvmx_wqe_t *work, int grp) in cvmx_wqe_set_grp()
618 static inline int cvmx_wqe_get_qos(cvmx_wqe_t *work) in cvmx_wqe_get_qos()
630 static inline void cvmx_wqe_set_qos(cvmx_wqe_t *work, int qos) in cvmx_wqe_set_qos()
638 static inline int cvmx_wqe_get_len(cvmx_wqe_t *work) in cvmx_wqe_get_len()
658 static inline uint32_t cvmx_wqe_get_tag(cvmx_wqe_t *work) in cvmx_wqe_get_tag()
668 static inline int cvmx_wqe_get_tt(cvmx_wqe_t *work) in cvmx_wqe_get_tt()
673 static inline void cvmx_wqe_set_tt(cvmx_wqe_t *work, int tt) in cvmx_wqe_set_tt()
[all …]
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()
H A Dcvmx-pow.h1395 static inline cvmx_wqe_t *cvmx_pow_get_current_wqp(void) in cvmx_pow_get_current_wqp()
1409 return (cvmx_wqe_t*)cvmx_phys_to_ptr(load_resp.s_sstatus3_cn68xx.wqp); in cvmx_pow_get_current_wqp()
1411 return (cvmx_wqe_t*)0; in cvmx_pow_get_current_wqp()
1421 return (cvmx_wqe_t*)cvmx_phys_to_ptr(load_resp.s_sstatus4.wqp); in cvmx_pow_get_current_wqp()
1474 static inline cvmx_wqe_t * cvmx_pow_work_request_sync_nocheck(cvmx_pow_wait_t wait) in cvmx_pow_work_request_sync_nocheck()
1493 return (cvmx_wqe_t*)cvmx_phys_to_ptr(result.s_work.addr); in cvmx_pow_work_request_sync_nocheck()
1507 static inline cvmx_wqe_t * cvmx_pow_work_request_sync(cvmx_pow_wait_t wait) in cvmx_pow_work_request_sync()
1606 static inline cvmx_wqe_t * cvmx_pow_work_response_async(int scr_addr) in cvmx_pow_work_response_async()
1616 return (cvmx_wqe_t*)cvmx_phys_to_ptr(result.s_work.addr); in cvmx_pow_work_response_async()
1630 static inline uint64_t cvmx_pow_work_invalid(cvmx_wqe_t *wqe_ptr) in cvmx_pow_work_invalid()
[all …]
H A Dcvmx-helper-errata.h83 extern int cvmx_helper_fix_ipd_packet_chain(cvmx_wqe_t *work);
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()
738 static inline int cvmx_pip_get_bsel_qos(cvmx_wqe_t *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()
766 static inline int cvmx_pip_get_bsel_tt(cvmx_wqe_t *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()
H A Dcvmx-helper-errata.c104 cvmx_wqe_t *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()
H A Dcvmx-tim.h205 static inline cvmx_tim_status_t cvmx_tim_add_entry(cvmx_wqe_t *work_entry, uint64_t ticks_from_now,… in cvmx_tim_add_entry()
H A Dcvmx-pko.h348 … cvmx_pow_tag_sw_full((cvmx_wqe_t *)cvmx_phys_to_ptr(0x80), tag, CVMX_POW_TAG_TYPE_ATOMIC, 0); in cvmx_pko_send_packet_prepare()
H A Dcvmx-dfa.h716 cvmx_dfa_result0_t *result, int max_results, cvmx_wqe_t *work) in cvmx_dfa_submit()
H A Dcvmx-helper-util.c153 int cvmx_helper_dump_packet(cvmx_wqe_t *work) in cvmx_helper_dump_packet()
H A Dcvmx-helper.c1404 cvmx_wqe_t *work; in cvmx_helper_shutdown_packet_io_global()
/f-stack/freebsd/mips/cavium/octe/
H A Dethernet-rx.c91 static inline int cvm_oct_check_rcv_error(cvmx_wqe_t *work) in cvm_oct_check_rcv_error()
181 cvmx_wqe_t *work; in cvm_oct_tasklet_rx()
H A Dethernet-tx.c75 cvmx_wqe_t *work; in cvm_oct_xmit()
H A Dethernet.c279 cvmx_wqe_t *work = work_queue_entry; in cvm_oct_free_work()