Searched refs:coproc (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_bgx.c | 18 hdr.coproc = OCTEONTX_BGX_COPROC; in octeontx_bgx_port_open() 48 hdr.coproc = OCTEONTX_BGX_COPROC; in octeontx_bgx_port_close() 65 hdr.coproc = OCTEONTX_BGX_COPROC; in octeontx_bgx_port_start() 82 hdr.coproc = OCTEONTX_BGX_COPROC; in octeontx_bgx_port_stop() 101 hdr.coproc = OCTEONTX_BGX_COPROC; in octeontx_bgx_port_get_config() 134 hdr.coproc = OCTEONTX_BGX_COPROC; in octeontx_bgx_port_status() 155 hdr.coproc = OCTEONTX_BGX_COPROC; in octeontx_bgx_port_stats() 180 hdr.coproc = OCTEONTX_BGX_COPROC; in octeontx_bgx_port_stats_clr() 199 hdr.coproc = OCTEONTX_BGX_COPROC; in octeontx_bgx_port_link_status() 215 hdr.coproc = OCTEONTX_BGX_COPROC; in octeontx_bgx_port_set_link_state() [all …]
|
| H A D | octeontx_pkivf.c | 47 hdr.coproc = OCTEONTX_PKI_COPROC; in octeontx_pki_port_open() 67 hdr.coproc = OCTEONTX_PKI_COPROC; in octeontx_pki_port_hash_config() 87 hdr.coproc = OCTEONTX_PKI_COPROC; in octeontx_pki_port_pktbuf_config() 106 hdr.coproc = OCTEONTX_PKI_COPROC; in octeontx_pki_port_create_qos() 128 hdr.coproc = OCTEONTX_PKI_COPROC; in octeontx_pki_port_errchk_config() 149 hdr.coproc = OCTEONTX_PKI_COPROC; in octeontx_pki_port_vlan_fltr_config() 169 hdr.coproc = OCTEONTX_PKI_COPROC; in octeontx_pki_port_vlan_fltr_entry_config()
|
| H A D | octeontx_pkivf.h | 264 hdr.coproc = OCTEONTX_PKI_COPROC; in octeontx_pki_port_modify_qos() 284 hdr.coproc = OCTEONTX_PKI_COPROC; in octeontx_pki_port_delete_qos() 306 hdr.coproc = OCTEONTX_PKI_COPROC; in octeontx_pki_port_close() 328 hdr.coproc = OCTEONTX_PKI_COPROC; in octeontx_pki_port_start() 350 hdr.coproc = OCTEONTX_PKI_COPROC; in octeontx_pki_port_stop()
|
| H A D | octeontx_pkovf.c | 477 hdr.coproc = OCTEONTX_PKO_COPROC; in octeontx_pko_send_mtu()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | undefined.c | 109 install_coproc_handler(int coproc, undef_handler_t handler) in install_coproc_handler() argument 113 KASSERT(coproc >= 0 && coproc < MAX_COPROCS, ("bad coproc")); in install_coproc_handler() 119 install_coproc_handler_static(coproc, uh); in install_coproc_handler() 124 install_coproc_handler_static(int coproc, struct undefined_handler *uh) in install_coproc_handler_static() argument 127 LIST_INSERT_HEAD(&undefined_handlers[coproc], uh, uh_link); in install_coproc_handler_static()
|
| H A D | vfp.c | 108 u_int coproc, vfp_arch; in vfp_init() local 110 coproc = get_coprocessorACR(); in vfp_init() 111 coproc |= COPROC10 | COPROC11; in vfp_init() 112 set_coprocessorACR(coproc); in vfp_init()
|
| /f-stack/dpdk/drivers/common/octeontx/ |
| H A D | octeontx_mbox.c | 54 uint8_t coproc : 7; member 105 new_hdr.coproc = hdr->coproc; in mbox_send_request() 167 m->tag_own, rx_hdr.tag, hdr->coproc, hdr->msg, res, in mbox_wait_response() 261 hdr.coproc = NO_COPROC; in octeontx_start_domain() 283 hdr.coproc = NO_COPROC; in octeontx_check_mbox_version()
|
| H A D | octeontx_mbox.h | 32 uint8_t coproc; /* Coprocessor id */ member
|
| /f-stack/dpdk/drivers/mempool/octeontx/ |
| H A D | octeontx_fpavf.c | 252 hdr.coproc = FPA_COPROC; in octeontx_fpapf_pool_setup() 303 hdr.coproc = FPA_COPROC; in octeontx_fpapf_pool_destroy() 343 hdr.coproc = FPA_COPROC; in octeontx_fpapf_aura_attach() 378 hdr.coproc = FPA_COPROC; in octeontx_fpapf_aura_detach() 426 hdr.coproc = FPA_COPROC; in octeontx_fpapf_start_count()
|
| /f-stack/dpdk/drivers/event/octeontx/ |
| H A D | timvf_evdev.c | 30 hdr.coproc = TIM_COPROC; in timvf_mbox_dev_info_get() 56 hdr.coproc = TIM_COPROC; in timvf_ring_conf_set() 71 hdr.coproc = TIM_COPROC; in timvf_get_start_cyc()
|
| H A D | ssovf_evdev.c | 41 hdr.coproc = SSO_COPROC; in ssovf_mbox_dev_info() 61 hdr.coproc = SSO_COPROC; in ssovf_mbox_getwork_tmo_set() 89 hdr.coproc = SSO_COPROC; in ssovf_mbox_priority_set() 118 hdr.coproc = SSO_COPROC; in ssovf_mbox_timeout_ticks()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | exception.S | 1147 lw a0, 4(a2) # a0 = coproc instruction 1153 lw a0, 0(a2) # a0 = coproc instruction
|