Home
last modified time | relevance | path

Searched refs:ops (Results 176 – 200 of 605) sorted by relevance

12345678910>>...25

/freebsd/sys/dev/ixgbe/
H A Dif_ix.c922 if (hw->mac.ops.fw_recovery_mode && hw->mac.ops.fw_recovery_mode(hw)) { in ixgbe_if_attach_pre()
931 if (hw->mbx.ops.init_params) in ixgbe_if_attach_pre()
932 hw->mbx.ops.init_params(hw); in ixgbe_if_attach_pre()
1411 if (hw->mac.ops.check_link) in ixgbe_config_link()
1452 if (hw->mac.ops.setup_link) in ixgbe_config_link()
2854 hw->phy.ops.enter_lplu) { in ixgbe_setup_low_power_mode()
3170 err = hw->phy.ops.identify(hw); in ixgbe_if_init()
3514 ret = hw->phy.ops.reset(hw); in ixgbe_sfp_probe()
3570 err = hw->phy.ops.reset(hw); in ixgbe_handle_mod()
3605 if (hw->mac.ops.setup_link) in ixgbe_handle_msf()
[all …]
H A Dif_ixv.c431 error = hw->mac.ops.reset_hw(hw); in ixv_if_attach_pre()
442 error = hw->mac.ops.init_hw(hw); in ixv_if_attach_pre()
459 error = hw->mac.ops.get_link_state(hw, &sc->link_enabled); in ixv_if_attach_pre()
605 hw->mac.ops.stop_adapter(hw); in ixv_if_init()
608 hw->mac.ops.set_rar(hw, 0, hw->mac.addr, 0, IXGBE_RAH_AV); in ixv_if_init()
612 hw->mac.ops.set_rar(hw, 0, hw->mac.addr, 0, 1); in ixv_if_init()
615 hw->mac.ops.reset_hw(hw); in ixv_if_init()
616 hw->mac.ops.start_hw(hw); in ixv_if_init()
657 hw->mac.ops.check_link(hw, &sc->link_speed, &sc->link_up, in ixv_if_init()
965 hw->mac.ops.reset_hw(hw); in ixv_if_stop()
[all …]
H A Dif_sriov.c103 sc->hw.mbx.ops.write(&sc->hw, &msg, 1, vf->pool); in ixgbe_send_vf_msg()
377 hw->mbx.ops.write(hw, resp, IXGBE_VF_PERMADDR_MSG_LEN, vf->pool); in ixgbe_vf_reset_msg()
568 hw->mbx.ops.write(hw, resp, IXGBE_VF_GET_QUEUES_RESP_LEN, vf->pool); in ixgbe_vf_get_queues()
585 error = hw->mbx.ops.read(hw, msg, IXGBE_VFMAILBOX_SIZE, vf->pool); in ixgbe_process_vf_msg()
646 if (hw->mbx.ops.check_for_rst(hw, vf->pool) == 0) in ixgbe_handle_mbx()
649 if (hw->mbx.ops.check_for_msg(hw, vf->pool) == 0) in ixgbe_handle_mbx()
652 if (hw->mbx.ops.check_for_ack(hw, vf->pool) == 0) in ixgbe_handle_mbx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dinit.c205 dev->ops->hw_scan = NULL; in mt7615_check_offload_capability()
206 dev->ops->cancel_hw_scan = NULL; in mt7615_check_offload_capability()
207 dev->ops->sched_scan_start = NULL; in mt7615_check_offload_capability()
208 dev->ops->sched_scan_stop = NULL; in mt7615_check_offload_capability()
209 dev->ops->set_rekey_data = NULL; in mt7615_check_offload_capability()
210 dev->ops->remain_on_channel = NULL; in mt7615_check_offload_capability()
211 dev->ops->cancel_remain_on_channel = NULL; in mt7615_check_offload_capability()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcomplex.inc15 // [complex.ops], operators
27 // [complex.value.ops], values
/freebsd/sys/contrib/dev/athk/
H A Dkey.c25 #define REG_READ (common->ops->read)
26 #define REG_WRITE(_ah, _reg, _val) (common->ops->write)(_ah, _val, _reg)
28 if (common->ops->enable_write_buffer) \
29 common->ops->enable_write_buffer((_ah));
32 if (common->ops->write_flush) \
33 common->ops->write_flush((_ah));
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleE500.td135 2>, // 2 micro-ops
141 2>, // 2 micro-ops
151 2>, // 2 micro-ops
157 2>, // 2 micro-ops
271 let IssueWidth = 2; // 2 micro-ops are dispatched per cycle.
H A DPPCInstrAltivec.td33 def vpkuhum_shuffle : PatFrag<(ops node:$lhs, node:$rhs),
37 def vpkuwum_shuffle : PatFrag<(ops node:$lhs, node:$rhs),
41 def vpkudum_shuffle : PatFrag<(ops node:$lhs, node:$rhs),
73 def vmrglb_shuffle : PatFrag<(ops node:$lhs, node:$rhs),
77 def vmrglh_shuffle : PatFrag<(ops node:$lhs, node:$rhs),
81 def vmrglw_shuffle : PatFrag<(ops node:$lhs, node:$rhs),
85 def vmrghb_shuffle : PatFrag<(ops node:$lhs, node:$rhs),
89 def vmrghh_shuffle : PatFrag<(ops node:$lhs, node:$rhs),
93 def vmrghw_shuffle : PatFrag<(ops node:$lhs, node:$rhs),
457 // VA-Form instructions. 3-input AltiVec ops.
[all …]
H A DP9InstrResources.td1048 // Two ALU ops can be done in parallel.
1065 // ALU ops are 3 cycles each.
1076 // ALU ops are 3 cycles each.
1085 // Cracked instruction made of two ALU ops.
1086 // The two ops cannot be done in parallel.
1087 // One of the ALU ops is restricted and takes 3 dispatches.
1100 // Cracked instruction made of two ALU ops.
1101 // The two ops cannot be done in parallel.
1102 // Both of the ALU ops are restricted and take 3 dispatches.
1118 // Cracked instruction made of two ALU ops.
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dce.c177 if (ce_state->ops->ce_set_src_ring_base_addr_hi) { in ath10k_ce_src_ring_base_addr_set()
178 ce_state->ops->ce_set_src_ring_base_addr_hi(ar, ce_ctrl_addr, in ath10k_ce_src_ring_base_addr_set()
282 if (ce_state->ops->ce_set_dest_ring_base_addr_hi) { in ath10k_ce_dest_ring_base_addr_set()
742 ret = pipe->ops->ce_rx_post_buf(pipe, ctx, paddr); in ath10k_ce_rx_post_buf()
871 ret = ce_state->ops->ce_completed_recv_next_nolock(ce_state, in ath10k_ce_completed_recv_next()
992 return ce_state->ops->ce_revoke_recv_next(ce_state, in ath10k_ce_revoke_recv_next()
1782 ce_state->ops->ce_free_pipe(ar, ce_id); in ath10k_ce_free_pipe()
1864 ce_state->ops = &ce_64_ops; in ath10k_ce_set_ops()
1867 ce_state->ops = &ce_ops; in ath10k_ce_set_ops()
1906 ce_state->ops->ce_alloc_src_ring(ar, ce_id, attr); in ath10k_ce_alloc_pipe()
[all …]
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c670 ((aes_key_t *)gcm_ctx->gcm_keysched)->ops->needs_byteswap; in gcm_init_ctx_impl()
804 const gcm_impl_ops_t *ops = NULL; in gcm_impl_get_ops() local
810 ops = &gcm_fastest_impl; in gcm_impl_get_ops()
818 ops = gcm_supp_impl[idx]; in gcm_impl_get_ops()
827 ops = &gcm_generic_impl; in gcm_impl_get_ops()
834 ops = gcm_supp_impl[impl]; in gcm_impl_get_ops()
838 ASSERT3P(ops, !=, NULL); in gcm_impl_get_ops()
840 return (ops); in gcm_impl_get_ops()
1156 ASSERT3S(((aes_key_t *)ctx->gcm_keysched)->ops->needs_byteswap, ==, in gcm_mode_encrypt_contiguous_blocks_avx()
1302 ASSERT3S(((aes_key_t *)ctx->gcm_keysched)->ops->needs_byteswap, ==, in gcm_encrypt_final_avx()
[all …]
/freebsd/sys/amd64/vmm/io/
H A Dvlapic.c289 if (vlapic->ops.set_intr_ready) in vlapic_set_intr_ready()
1238 if (vlapic->ops.pending_intr) in vlapic_pending_intr()
1239 return ((*vlapic->ops.pending_intr)(vlapic, vecptr)); in vlapic_pending_intr()
1268 if (vlapic->ops.intr_accepted) in vlapic_intr_accepted()
1269 return ((*vlapic->ops.intr_accepted)(vlapic, vector)); in vlapic_intr_accepted()
1672 if (vlapic->ops.enable_x2apic_mode) in vlapic_set_x2apic_state()
1673 (*vlapic->ops.enable_x2apic_mode)(vlapic); in vlapic_set_x2apic_state()
1723 if (vlapic->ops.post_intr) in vlapic_post_intr()
1724 (*vlapic->ops.post_intr)(vlapic, hostcpu); in vlapic_post_intr()
1757 if (vlapic->ops.set_tmr != NULL) in vlapic_set_tmr()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrSIMD.td281 defvar pat = PatFrag<(ops node:$ptr),
327 PatFrag<(ops node:$ptr, node:$vec, node:$idx),
330 PatFrag<(ops node:$ptr, node:$vec, node:$idx),
333 PatFrag<(ops node:$ptr, node:$vec, node:$idx),
336 PatFrag<(ops node:$ptr, node:$vec, node:$idx),
407 PatFrag<(ops node:$ptr, node:$vec, node:$idx),
410 PatFrag<(ops node:$ptr, node:$vec, node:$idx),
413 PatFrag<(ops node:$ptr, node:$vec, node:$idx),
416 PatFrag<(ops node:$ptr, node:$vec, node:$idx),
434 defm CONST_V128_#vec : SIMD_I<(outs V128:$dst), ops, (outs), ops,
[all …]
/freebsd/sys/kern/
H A Dvfs_aio.c1518 ops->store_status(ujob, -1); in aio_aqueue()
1519 ops->store_error(ujob, 0); in aio_aqueue()
1520 ops->store_kernelinfo(ujob, -1); in aio_aqueue()
1741 ops->store_error(ujob, error); in aio_aqueue()
1937 ops->store_error(ujob, error); in kern_aio_return()
1938 ops->store_status(ujob, status); in kern_aio_return()
2228 struct aiocb_ops *ops) in kern_lio_listio() argument
2519 ops->store_aiocb(ujobp, NULL); in kern_aio_waitcomplete()
2568 ops->store_aiocb(ujobp, ujob); in kern_aio_waitcomplete()
2569 ops->store_error(ujob, error); in kern_aio_waitcomplete()
[all …]
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Druntime.h107 const struct iwl_fw_runtime_ops *ops; member
179 const struct iwl_fw_runtime_ops *ops, void *ops_ctx,
H A Ddbg.h208 fwrt->trans->cfg->d3_debug_data_length && fwrt->ops && in iwl_fw_dbg_is_d3_debug_enabled()
209 fwrt->ops->d3_debug_enable && in iwl_fw_dbg_is_d3_debug_enabled()
210 fwrt->ops->d3_debug_enable(fwrt->ops_ctx) && in iwl_fw_dbg_is_d3_debug_enabled()
/freebsd/sys/dev/netmap/
H A Dnetmap_mem2.c182 struct netmap_mem_ops *ops; member
196 rv = nmd->ops->nmd_get_lut(nmd, lut); in netmap_mem_get_lut()
244 return nmd->ops->nmd_config(nmd); in netmap_mem_config()
262 nmd->ops->nmd_delete(nmd); in netmap_mem_delete()
284 nmd->ops->nmd_if_delete(nmd, na, nif); in netmap_mem_if_delete()
307 nmd->ops->nmd_rings_delete(nmd, na); in netmap_mem_rings_delete()
489 nmd->ops->nmd_deref(nmd, na); in netmap_mem_deref()
583 .ops = &netmap_mem_global_ops,
621 .ops = &netmap_mem_global_ops,
1691 d->ops = ops; in _netmap_mem_private_new()
[all …]
H A Dnetmap_bdg.h172 struct netmap_mem_d *nmd, int create, struct netmap_bdg_ops *ops);
174 struct nm_bridge *nm_find_bridge(const char *name, int create, struct netmap_bdg_ops *ops);
/freebsd/sys/dev/liquidio/base/
H A Dlio_droq.h262 struct lio_droq_ops ops; member
376 struct lio_droq_ops *ops);
/freebsd/crypto/heimdal/lib/krb5/
H A Dtest_cc.c492 const krb5_cc_ops *ops; in test_move() local
497 ops = krb5_cc_get_prefix_ops(context, type); in test_move()
498 if (ops == NULL) in test_move()
539 test_prefix_ops(krb5_context context, const char *name, const krb5_cc_ops *ops) in test_prefix_ops() argument
546 if (strcmp(o->prefix, ops->prefix) != 0) in test_prefix_ops()
548 "the expected %s != %s", name, o->prefix, ops->prefix); in test_prefix_ops()
/freebsd/sys/vm/
H A Dvm_pager.h284 int vm_pager_alloc_dyn_type(struct pagerops *ops, int base_type);
299 const struct cdev_pager_ops *ops, vm_ooffset_t size, vm_prot_t prot,
317 vm_object_t phys_pager_allocate(void *handle, const struct phys_pager_ops *ops,
H A Dvm_pager.c399 vm_pager_alloc_dyn_type(struct pagerops *ops, int base_type) in vm_pager_alloc_dyn_type() argument
417 if (ops->pgo_##n == NULL) \ in vm_pager_alloc_dyn_type()
418 ops->pgo_##n = pagertab[base_type]->pgo_##n in vm_pager_alloc_dyn_type()
439 pagertab[res] = ops; /* XXXKIB should be rel, but acq is too much */ in vm_pager_alloc_dyn_type()
/freebsd/sys/cam/
H A Dcam_xpt_internal.h63 struct xpt_xport_ops *ops; member
83 struct xpt_proto_ops *ops; member
/freebsd/sys/contrib/dev/rtw88/
H A Dphy.c171 if (chip->ops->adaptivity_init) in rtw_phy_adaptivity_init()
172 chip->ops->adaptivity_init(rtwdev); in rtw_phy_adaptivity_init()
177 if (rtwdev->chip->ops->adaptivity) in rtw_phy_adaptivity()
178 rtwdev->chip->ops->adaptivity(rtwdev); in rtw_phy_adaptivity()
185 if (chip->ops->cfo_init) in rtw_phy_cfo_init()
186 chip->ops->cfo_init(rtwdev); in rtw_phy_cfo_init()
608 if (chip->ops->dpk_track) in rtw_phy_dpk_track()
609 chip->ops->dpk_track(rtwdev); in rtw_phy_dpk_track()
664 if (chip->ops->cfo_track) in rtw_phy_cfo_track()
665 chip->ops->cfo_track(rtwdev); in rtw_phy_cfo_track()
[all …]
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h1464 struct ibv_context_ops ops; member
1774 if (!pd->context->ops.alloc_mw) { in ibv_alloc_mw()
1779 mw = pd->context->ops.alloc_mw(pd, type); in ibv_alloc_mw()
1788 return mw->context->ops.dealloc_mw(mw); in ibv_dealloc_mw()
1811 return mw->context->ops.bind_mw(qp, mw, mw_bind); in ibv_bind_mw()
1919 return cq->context->ops.poll_cq(cq, num_entries, wc); in ibv_poll_cq()
1933 return cq->context->ops.req_notify_cq(cq, solicited_only); in ibv_req_notify_cq()
2023 return srq->context->ops.post_srq_recv(srq, recv_wr, bad_recv_wr); in ibv_post_srq_recv()
2265 return qp->context->ops.post_send(qp, wr, bad_wr); in ibv_post_send()
2274 return qp->context->ops.post_recv(qp, wr, bad_wr); in ibv_post_recv()

12345678910>>...25