Searched refs:ops (Results 76 - 100 of 999) sorted by relevance

1234567891011>>

/netbsd-current/sys/dev/pci/ixgbe/
H A Dixgbe_82599.c78 if ((mac->ops.get_media_type(hw) == ixgbe_media_type_fiber) &&
80 mac->ops.disable_tx_laser =
82 mac->ops.enable_tx_laser =
84 mac->ops.flap_tx_laser = ixgbe_flap_tx_laser_multispeed_fiber;
87 mac->ops.disable_tx_laser = NULL;
88 mac->ops.enable_tx_laser = NULL;
89 mac->ops.flap_tx_laser = NULL;
94 mac->ops.setup_link = ixgbe_setup_mac_link_multispeed_fiber;
95 mac->ops.setup_mac_link = ixgbe_setup_mac_link_82599;
96 mac->ops
[all...]
H A Dixgbe_mbx.c71 if (mbx->ops[mbx_id].read)
72 return mbx->ops[mbx_id].read(hw, msg, size, mbx_id);
93 if (!mbx->ops[mbx_id].read || !mbx->ops[mbx_id].check_for_msg ||
108 return mbx->ops[mbx_id].read(hw, msg, size, mbx_id);
134 if (!mbx->ops[mbx_id].write || !mbx->ops[mbx_id].check_for_ack ||
135 !mbx->ops[mbx_id].release || !mbx->timeout)
143 ret_val = mbx->ops[mbx_id].write(hw, msg, size, mbx_id);
163 if (mbx->ops[mbx_i
[all...]
H A Dixgbe_vf.c66 hw->mac.ops.init_hw = ixgbe_init_hw_vf;
67 hw->mac.ops.reset_hw = ixgbe_reset_hw_vf;
68 hw->mac.ops.start_hw = ixgbe_start_hw_vf;
70 hw->mac.ops.clear_hw_cntrs = NULL;
71 hw->mac.ops.get_media_type = NULL;
72 hw->mac.ops.get_mac_addr = ixgbe_get_mac_addr_vf;
73 hw->mac.ops.stop_adapter = ixgbe_stop_adapter_vf;
74 hw->mac.ops.get_bus_info = NULL;
75 hw->mac.ops.negotiate_api_version = ixgbevf_negotiate_api_version;
78 hw->mac.ops
[all...]
/netbsd-current/sys/dev/pci/igc/
H A Digc_nvm.c27 nvm->ops.init_params = igc_null_ops_generic;
28 nvm->ops.acquire = igc_null_ops_generic;
29 nvm->ops.read = igc_null_read_nvm;
30 nvm->ops.release = igc_null_nvm_generic;
31 nvm->ops.reload = igc_reload_nvm_generic;
32 nvm->ops.update = igc_null_ops_generic;
33 nvm->ops.validate = igc_null_ops_generic;
34 nvm->ops.write = igc_null_write_nvm;
222 ret_val = hw->nvm.ops.read(hw, i, 1, &nvm_data);
H A Digc_i225.c62 nvm->ops.acquire = igc_acquire_nvm_i225;
63 nvm->ops.release = igc_release_nvm_i225;
66 nvm->ops.read = igc_read_nvm_srrd_i225;
67 nvm->ops.write = igc_write_nvm_srwr_i225;
68 nvm->ops.validate = igc_validate_nvm_checksum_i225;
69 nvm->ops.update = igc_update_nvm_checksum_i225;
72 nvm->ops.write = igc_null_write_nvm;
73 nvm->ops.validate = igc_null_ops_generic;
74 nvm->ops.update = igc_null_ops_generic;
103 mac->ops
[all...]
/netbsd-current/lib/libc/rpc/
H A Dsvc_raw.c239 static struct xp_ops ops; local
244 /* VARIABLES PROTECTED BY ops_lock: ops */
247 if (ops.xp_recv == NULL) {
248 ops.xp_recv = svc_raw_recv;
249 ops.xp_stat = svc_raw_stat;
250 ops.xp_getargs = svc_raw_getargs;
251 ops.xp_reply = svc_raw_reply;
252 ops.xp_freeargs = svc_raw_freeargs;
253 ops.xp_destroy = svc_raw_destroy;
256 xprt->xp_ops = &ops;
[all...]
/netbsd-current/sys/dev/ic/
H A Di82596var.h248 #define IEE_SCPSYNC(sc, ops) \
250 (sc)->sc_scb_off, (sc)->sc_scp_sz, (ops))
251 #define IEE_ISCPSYNC(sc, ops) \
253 (sc)->sc_iscp_off, (sc)->sc_iscp_sz, (ops))
254 #define IEE_SCBSYNC(sc, ops) \
256 (sc)->sc_scb_off, (sc)->sc_scb_sz, (ops))
257 #define IEE_RFDSYNC(sc, n, ops) \
260 (sc)->sc_rfd_sz, (ops))
261 #define IEE_RBDSYNC(sc, n, ops) \
264 (sc)->sc_rbd_sz, (ops))
[all...]
H A Dbhavar.h60 #define BHA_CCB_SYNC(sc, ccb, ops) \
65 BHA_CCB_OFFSET(ccb), sizeof(struct bha_ccb), (ops)); \
76 #define BHA_MBI_SYNC(sc, mbi, ops) \
79 BHA_MBX_OFFSET((sc), (mbi)), sizeof(struct bha_mbx_in), (ops)); \
82 #define BHA_MBO_SYNC(sc, mbo, ops) \
85 BHA_MBX_OFFSET((sc), (mbo)), sizeof(struct bha_mbx_out), (ops)); \
H A Daic6915var.h162 #define SF_CDTXDSYNC(sc, x, ops) \
164 SF_CDTXDOFF((x)), sizeof(struct sf_txdesc0), (ops))
166 #define SF_CDTXCSYNC(sc, x, ops) \
168 SF_CDTXCOFF((x)), sizeof(struct sf_tcd), (ops))
170 #define SF_CDRXDSYNC(sc, x, ops) \
172 SF_CDRXDOFF((x)), sizeof(struct sf_rbd32), (ops))
174 #define SF_CDRXCSYNC(sc, x, ops) \
176 SF_CDRXCOFF((x)), sizeof(struct sf_rcd_full), (ops))
H A Di82557var.h265 #define FXP_CDTXSYNC(sc, x, ops) \
267 FXP_CDTXOFF((x)), sizeof(struct fxp_txdesc), (ops))
269 #define FXP_CDCONFIGSYNC(sc, ops) \
271 FXP_CDCONFIGOFF, sizeof(struct fxp_cb_config), (ops))
273 #define FXP_CDIASSYNC(sc, ops) \
275 FXP_CDIASOFF, sizeof(struct fxp_cb_ias), (ops))
277 #define FXP_CDMCSSYNC(sc, ops) \
279 FXP_CDMCSOFF, sizeof(struct fxp_cb_mcs), (ops))
281 #define FXP_CDUCODESYNC(sc, ops) \
283 FXP_CDUCODEOFF, sizeof(struct fxp_cb_ucode), (ops))
[all...]
H A Ddp83932var.h243 #define SONIC_CDTXSYNC16(sc, x, ops) \
245 SONIC_CDTXOFF16((x)), sizeof(struct sonic_tda16), (ops))
247 #define SONIC_CDTXSYNC32(sc, x, ops) \
249 SONIC_CDTXOFF32((x)), sizeof(struct sonic_tda32), (ops))
251 #define SONIC_CDRXSYNC16(sc, x, ops) \
253 SONIC_CDRXOFF16((x)), sizeof(struct sonic_rda16), (ops))
255 #define SONIC_CDRXSYNC32(sc, x, ops) \
257 SONIC_CDRXOFF32((x)), sizeof(struct sonic_rda32), (ops))
259 #define SONIC_CDRRSYNC16(sc, x, ops) \
261 SONIC_CDRROFF16((x)), sizeof(struct sonic_rra16), (ops))
[all...]
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dautoscan.c46 const struct autoscan_ops *ops = NULL; local
75 ops = autoscan_modules[i];
80 if (ops == NULL) {
92 wpa_s->autoscan_priv = ops->init(wpa_s, params);
103 wpa_s->autoscan = ops;
106 "parameters '%s'", ops->name, params);
/netbsd-current/sys/arch/arm/arm/
H A Dbus_stubs.c103 int ops)
105 kasan_dma_sync(p, o, l, ops);
107 if ((ops & (BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE)) != 0 &&
109 (*t->_dmamap_sync_pre)(t, p, o, l, ops);
110 else if ((ops & (BUS_DMASYNC_POSTREAD|BUS_DMASYNC_POSTWRITE)) != 0 &&
112 (*t->_dmamap_sync_post)(t, p, o, l, ops);
102 bus_dmamap_sync(bus_dma_tag_t t, bus_dmamap_t p, bus_addr_t o, bus_size_t l, int ops) argument
/netbsd-current/external/lgpl3/gmp/dist/demos/
H A Dpexpr.c105 struct {struct expr *lhs, *rhs;} ops; member in union:expr::__anon15742
871 res -> operands.ops.lhs = lhs;
872 res -> operands.ops.rhs = rhs;
883 free_expr (e->operands.ops.lhs);
884 if (e->operands.ops.rhs != NULL)
885 free_expr (e->operands.ops.rhs);
906 mpz_eval_expr (lhs, e->operands.ops.lhs);
907 mpz_eval_expr (rhs, e->operands.ops.rhs);
913 mpz_eval_expr (lhs, e->operands.ops.lhs);
914 mpz_eval_expr (rhs, e->operands.ops
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcache.c106 * Add a new ccache type with operations `ops', overwriting any
110 * @param ops type of plugin symbol
112 * an existing ops with the same name.
121 const krb5_cc_ops *ops,
127 if(strcmp(context->cc_ops[i]->prefix, ops->prefix) == 0) {
132 ops->prefix);
151 context->cc_ops[i] = ops;
157 * `ops'. Returns 0 or and error code.
162 const krb5_cc_ops *ops,
173 p->ops
120 krb5_cc_register(krb5_context context, const krb5_cc_ops *ops, krb5_boolean override) argument
161 _krb5_cc_allocate(krb5_context context, const krb5_cc_ops *ops, krb5_ccache *id) argument
185 allocate_ccache(krb5_context context, const krb5_cc_ops *ops, const char *residual, krb5_ccache *id) argument
307 const krb5_cc_ops *ops; local
498 const krb5_cc_ops *ops; local
518 const krb5_cc_ops *ops = KRB5_DEFAULT_CCTYPE; local
1096 const krb5_cc_ops *ops; member in struct:krb5_cc_cache_cursor_data
1119 const krb5_cc_ops *ops; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dinternal-fn.c153 class expand_operand ops[2]; local
167 create_output_operand (&ops[0], target, TYPE_MODE (type));
168 create_fixed_operand (&ops[1], mem);
169 expand_insn (get_multi_vector_move (type, optab), 2, ops); local
170 if (!rtx_equal_p (target, ops[0].value))
171 emit_move_insn (target, ops[0].value);
179 class expand_operand ops[2]; local
193 create_fixed_operand (&ops[0], target);
194 create_input_operand (&ops[1], reg, TYPE_MODE (type));
195 expand_insn (get_multi_vector_move (type, optab), 2, ops); local
233 class expand_operand ops[3]; local
248 class expand_operand ops[1]; local
291 class expand_operand ops[2]; local
310 class expand_operand ops[2]; local
330 class expand_operand ops[2]; local
351 class expand_operand ops[3]; local
372 class expand_operand ops[3]; local
780 class expand_operand ops[4]; local
1001 class expand_operand ops[4]; local
1152 class expand_operand ops[3]; local
1339 struct separate_ops ops; local
1384 struct separate_ops ops; local
1434 struct separate_ops ops; local
1550 class expand_operand ops[4]; local
1578 struct separate_ops ops; local
2143 struct separate_ops ops; local
2161 struct separate_ops ops; local
2285 struct separate_ops ops; local
2486 class expand_operand ops[3]; local
2523 class expand_operand ops[3]; local
2784 class expand_operand ops[6]; local
2819 class expand_operand ops[6]; local
2926 expand_operand *ops = XALLOCAVEC (expand_operand, nargs + 1); local
2994 expand_operand ops[3]; local
3451 can_interpret_as_conditional_op_p(gimple *stmt, tree *cond_out, tree_code *code_out, tree (&ops)[3], tree *else_out) argument
[all...]
H A Dtree-ssa-reassoc.c103 We start with our merge worklist empty, and the ops list with all of
128 Continue building binary ops of these operations until you have only
154 reassociating have 3 or less ops. If they have 2 ops, they already
155 will be written into a nice single binary op. If you have 3 ops, a
170 Thus, this is what we do. When we have three ops left, we check to see
172 reduction, we check if any of the ops are really a phi node that is a
570 add_to_ops_vec (vec<operand_entry *> *ops, tree op, gimple *stmt_to_insert = NULL)
579 ops->safe_push (oe);
586 add_repeat_to_ops_vec (vec<operand_entry *> *ops, tre
712 eliminate_duplicate_pair(enum tree_code opcode, vec<operand_entry *> *ops, bool *all_done, unsigned int i, operand_entry *curr, operand_entry *last) argument
790 eliminate_plus_minus_pair(enum tree_code opcode, vec<operand_entry *> *ops, unsigned int currindex, operand_entry *curr) argument
875 eliminate_not_pairs(enum tree_code opcode, vec<operand_entry *> *ops, unsigned int currindex, operand_entry *curr) argument
941 eliminate_using_constants(enum tree_code opcode, vec<operand_entry *> *ops) argument
1570 undistribute_ops_list(enum tree_code opcode, vec<operand_entry *> *ops, class loop *loop) argument
1852 undistribute_bitref_for_vector(enum tree_code opcode, vec<operand_entry *> *ops, struct loop *loop) argument
2136 eliminate_redundant_comparison(enum tree_code opcode, vec<operand_entry *> *ops, unsigned int currindex, operand_entry *curr) argument
2332 optimize_ops_list(enum tree_code opcode, vec<operand_entry *> *ops) argument
2690 update_range_test(struct range_entry *range, struct range_entry *otherrange, struct range_entry **otherrangep, unsigned int count, enum tree_code opcode, vec<operand_entry *> *ops, tree exp, gimple_seq seq, bool in_p, tree low, tree high, bool strict_overflow_p) argument
2878 optimize_range_tests_xor(enum tree_code opcode, tree type, tree lowi, tree lowj, tree highi, tree highj, vec<operand_entry *> *ops, struct range_entry *rangei, struct range_entry *rangej) argument
2934 optimize_range_tests_diff(enum tree_code opcode, tree type, tree lowi, tree lowj, tree highi, tree highj, vec<operand_entry *> *ops, struct range_entry *rangei, struct range_entry *rangej) argument
2987 optimize_range_tests_1(enum tree_code opcode, int first, int length, bool optimize_xor, vec<operand_entry *> *ops, struct range_entry *ranges) argument
3124 optimize_range_tests_to_bit_test(enum tree_code opcode, int first, int length, vec<operand_entry *> *ops, struct range_entry *ranges) argument
3292 optimize_range_tests_cmp_bitwise(enum tree_code opcode, int first, int length, vec<operand_entry *> *ops, struct range_entry *ranges) argument
3421 optimize_range_tests_var_bound(enum tree_code opcode, int first, int length, vec<operand_entry *> *ops, struct range_entry *ranges, basic_block first_bb) argument
3735 optimize_range_tests(enum tree_code opcode, vec<operand_entry *> *ops, basic_block first_bb) argument
3893 optimize_vec_cond_expr(tree_code opcode, vec<operand_entry *> *ops) argument
4227 get_ops(tree var, enum tree_code code, vec<operand_entry *> *ops, class loop *loop) argument
4262 update_ops(tree var, enum tree_code code, vec<operand_entry *> ops, unsigned int *pidx, class loop *loop) argument
4328 auto_vec<operand_entry *> ops; local
4866 rewrite_expr_tree(gimple *stmt, enum tree_code rhs_code, unsigned int opindex, vec<operand_entry *> ops, bool changed, bool next_changed) argument
5095 rewrite_expr_tree_parallel(gassign *stmt, int width, vec<operand_entry *> ops) argument
5804 attempt_builtin_powi(gimple *stmt, vec<operand_entry *> *ops) argument
6322 auto_vec<operand_entry *> ops; local
6581 dump_ops_vector(FILE *file, vec<operand_entry *> ops) argument
[all...]
/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dfile.cpp38 FileManager::FileManager(Console *&cons, enum FileOps ops) argument
42 switch(ops) {
/netbsd-current/sys/arch/powerpc/pic/
H A Dpic_mpcsoc.c88 struct openpic_ops *ops; local
94 ops = kmem_alloc(sizeof(*ops), KM_SLEEP);
95 self = &ops->pic;
117 ops->isu = NULL;
118 ops->nrofisus = 0; /* internal only */
119 ops->flags = 0; /* no flags (yet) */
120 ops->irq_per = NULL; /* internal ISU only */
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dcache.s7 .macro cache ops:vararg
8 pref \ops
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arc/
H A Dcpu-fpuda-err.s1 ;;; Check if .cpu em4_fpuda has code-density and fpuda ops.
/netbsd-current/lib/libc/citrus/modules/
H A Dcitrus_iconv_none.c55 _citrus_iconv_none_iconv_getops(struct _citrus_iconv_ops *ops, size_t lenops, argument
58 if (expected_version<_CITRUS_ICONV_ABI_VERSION || lenops<sizeof(*ops))
61 memcpy(ops, &_citrus_iconv_none_iconv_ops,
H A Dcitrus_mapper_none.c56 _citrus_mapper_none_mapper_getops(struct _citrus_mapper_ops *ops, argument
59 if (expected_version<_CITRUS_MAPPER_ABI_VERSION || lenops<sizeof(*ops))
62 memcpy(ops, &_citrus_mapper_none_mapper_ops,
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_virt.c105 if (virt->ops && virt->ops->req_full_gpu) {
106 r = virt->ops->req_full_gpu(adev, init);
128 if (virt->ops && virt->ops->rel_full_gpu) {
129 r = virt->ops->rel_full_gpu(adev, init);
149 if (virt->ops && virt->ops->reset_gpu) {
150 r = virt->ops->reset_gpu(adev);
170 if (!virt->ops || !vir
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp-patterns.cc354 bool two_operands = true, vec<slp_tree> *ops = NULL)
373 if (result != CMPLX_NONE && ops != NULL)
385 ops->safe_push (node1);
386 ops->safe_push (node2);
397 vec<slp_tree> *ops = NULL)
409 ops);
653 slp_tree *node, vec<slp_tree> *ops)
676 gcc_assert (ops->length () == 2);
678 vec<slp_tree> children = SLP_TREE_CHILDREN ((*ops)[0]);
701 auto_vec<slp_tree> ops; local
650 matches(complex_operation_t op, slp_tree_to_load_perm_map_t *perm_cache, slp_compat_nodes_map_t * , slp_tree *node, vec<slp_tree> *ops) argument
852 auto_vec<slp_tree> ops; local
1016 matches(complex_operation_t op, slp_tree_to_load_perm_map_t *perm_cache, slp_compat_nodes_map_t *compat_cache, slp_tree *node, vec<slp_tree> *ops) argument
1128 auto_vec<slp_tree> ops; local
1246 matches(complex_operation_t op, slp_tree_to_load_perm_map_t *perm_cache, slp_compat_nodes_map_t *compat_cache, slp_tree * ref_node, vec<slp_tree> *ops) argument
1328 auto_vec<slp_tree> ops; local
1415 auto_vec<slp_tree> ops; local
[all...]

Completed in 267 milliseconds

1234567891011>>