Searched refs:ops (Results 1 - 25 of 279) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/wpa/src/pae/
H A Dieee802_1x_secy_ops.c30 struct ieee802_1x_kay_ctx *ops; local
37 ops = kay->ctx;
38 if (!ops || !ops->enable_protect_frames) {
44 return ops->enable_protect_frames(ops->ctx, enabled);
50 struct ieee802_1x_kay_ctx *ops; local
57 ops = kay->ctx;
58 if (!ops || !ops
70 struct ieee802_1x_kay_ctx *ops; local
90 struct ieee802_1x_kay_ctx *ops; local
118 struct ieee802_1x_kay_ctx *ops; local
138 struct ieee802_1x_kay_ctx *ops; local
159 struct ieee802_1x_kay_ctx *ops; local
180 struct ieee802_1x_kay_ctx *ops; local
201 struct ieee802_1x_kay_ctx *ops; local
222 struct ieee802_1x_kay_ctx *ops; local
242 struct ieee802_1x_kay_ctx *ops; local
262 struct ieee802_1x_kay_ctx *ops; local
282 struct ieee802_1x_kay_ctx *ops; local
302 struct ieee802_1x_kay_ctx *ops; local
322 struct ieee802_1x_kay_ctx *ops; local
344 struct ieee802_1x_kay_ctx *ops; local
367 struct ieee802_1x_kay_ctx *ops; local
388 struct ieee802_1x_kay_ctx *ops; local
409 struct ieee802_1x_kay_ctx *ops; local
430 struct ieee802_1x_kay_ctx *ops; local
451 struct ieee802_1x_kay_ctx *ops; local
474 struct ieee802_1x_kay_ctx *ops; local
497 struct ieee802_1x_kay_ctx *ops; local
524 struct ieee802_1x_kay_ctx *ops; local
[all...]
/freebsd-13-stable/sys/dev/mii/
H A Dmii_bitbang.c51 static void mii_bitbang_sendbits(device_t dev, mii_bitbang_ops_t ops,
56 ops->mbo_write(dev, (x)); \
60 #define MREAD ops->mbo_read(dev)
62 #define MDO ops->mbo_bits[MII_BIT_MDO]
63 #define MDI ops->mbo_bits[MII_BIT_MDI]
64 #define MDC ops->mbo_bits[MII_BIT_MDC]
65 #define MDIRPHY ops->mbo_bits[MII_BIT_DIR_HOST_PHY]
66 #define MDIRHOST ops->mbo_bits[MII_BIT_DIR_PHY_HOST]
74 mii_bitbang_sync(device_t dev, mii_bitbang_ops_t ops) argument
94 mii_bitbang_sendbits(device_t dev, mii_bitbang_ops_t ops, uint32_ argument
120 mii_bitbang_readreg(device_t dev, mii_bitbang_ops_t ops, int phy, int reg) argument
168 mii_bitbang_writereg(device_t dev, mii_bitbang_ops_t ops, int phy, int reg, int val) argument
[all...]
H A Dmii_bitbang.h52 int mii_bitbang_readreg(device_t dev, mii_bitbang_ops_t ops,
54 void mii_bitbang_sync(device_t dev, mii_bitbang_ops_t ops);
55 void mii_bitbang_writereg(device_t dev, mii_bitbang_ops_t ops,
/freebsd-13-stable/sys/dev/e1000/
H A De1000_api.c49 if (hw->mac.ops.init_params) {
50 ret_val = hw->mac.ops.init_params(hw);
75 if (hw->nvm.ops.init_params) {
76 ret_val = hw->nvm.ops.init_params(hw);
101 if (hw->phy.ops.init_params) {
102 ret_val = hw->phy.ops.init_params(hw);
127 if (hw->mbx.ops.init_params) {
128 ret_val = hw->mbx.ops.init_params(hw);
566 if (hw->mac.ops.get_bus_info)
567 return hw->mac.ops
[all...]
H A De1000_82541.c99 phy->ops.check_polarity = e1000_check_polarity_igp;
100 phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_igp;
101 phy->ops.get_cable_length = e1000_get_cable_length_igp_82541;
102 phy->ops.get_cfg_done = e1000_get_cfg_done_generic;
103 phy->ops.get_info = e1000_get_phy_info_igp;
104 phy->ops.read_reg = e1000_read_phy_reg_igp;
105 phy->ops.reset = e1000_phy_hw_reset_82541;
106 phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_82541;
107 phy->ops.write_reg = e1000_write_phy_reg_igp;
108 phy->ops
[all...]
H A De1000_82540.c78 phy->ops.check_polarity = e1000_check_polarity_m88;
79 phy->ops.commit = e1000_phy_sw_reset_generic;
80 phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_m88;
81 phy->ops.get_cable_length = e1000_get_cable_length_m88;
82 phy->ops.get_cfg_done = e1000_get_cfg_done_generic;
83 phy->ops.read_reg = e1000_read_phy_reg_m88;
84 phy->ops.reset = e1000_phy_hw_reset_generic;
85 phy->ops.write_reg = e1000_write_phy_reg_m88;
86 phy->ops.get_info = e1000_get_phy_info_m88;
87 phy->ops
[all...]
H A De1000_phy.c77 phy->ops.init_params = e1000_null_ops_generic;
78 phy->ops.acquire = e1000_null_ops_generic;
79 phy->ops.check_polarity = e1000_null_ops_generic;
80 phy->ops.check_reset_block = e1000_null_ops_generic;
81 phy->ops.commit = e1000_null_ops_generic;
82 phy->ops.force_speed_duplex = e1000_null_ops_generic;
83 phy->ops.get_cfg_done = e1000_null_ops_generic;
84 phy->ops.get_cable_length = e1000_null_ops_generic;
85 phy->ops.get_info = e1000_null_ops_generic;
86 phy->ops
[all...]
H A De1000_vf.c66 hw->phy.ops.acquire = e1000_acquire_vf;
67 hw->phy.ops.release = e1000_release_vf;
82 hw->nvm.ops.acquire = e1000_acquire_vf;
83 hw->nvm.ops.release = e1000_release_vf;
119 mac->ops.setup_link = e1000_setup_link_vf;
121 mac->ops.get_bus_info = e1000_get_bus_info_pcie_vf;
123 mac->ops.reset_hw = e1000_reset_hw_vf;
125 mac->ops.init_hw = e1000_init_hw_vf;
127 mac->ops.check_for_link = e1000_check_for_link_vf;
129 mac->ops
[all...]
H A De1000_80003es2lan.c99 phy->ops.power_up = e1000_power_up_phy_copper;
100 phy->ops.power_down = e1000_power_down_phy_copper_80003es2lan;
108 phy->ops.acquire = e1000_acquire_phy_80003es2lan;
109 phy->ops.check_polarity = e1000_check_polarity_m88;
110 phy->ops.check_reset_block = e1000_check_reset_block_generic;
111 phy->ops.commit = e1000_phy_sw_reset_generic;
112 phy->ops.get_cfg_done = e1000_get_cfg_done_80003es2lan;
113 phy->ops.get_info = e1000_get_phy_info_m88;
114 phy->ops.release = e1000_release_phy_80003es2lan;
115 phy->ops
[all...]
H A De1000_82571.c108 phy->ops.check_reset_block = e1000_check_reset_block_generic;
109 phy->ops.reset = e1000_phy_hw_reset_generic;
110 phy->ops.set_d0_lplu_state = e1000_set_d0_lplu_state_82571;
111 phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_generic;
112 phy->ops.power_up = e1000_power_up_phy_copper;
113 phy->ops.power_down = e1000_power_down_phy_copper_82571;
119 phy->ops.get_cfg_done = e1000_get_cfg_done_82571;
120 phy->ops.get_info = e1000_get_phy_info_igp;
121 phy->ops.check_polarity = e1000_check_polarity_igp;
122 phy->ops
[all...]
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_api.c70 if (hw->mac.ops.get_rtrup2tc)
71 hw->mac.ops.get_rtrup2tc(hw, map);
234 return ixgbe_call_func(hw, hw->mac.ops.init_hw, (hw),
247 return ixgbe_call_func(hw, hw->mac.ops.reset_hw, (hw),
263 return ixgbe_call_func(hw, hw->mac.ops.start_hw, (hw),
277 if (hw->mac.ops.enable_relaxed_ordering)
278 hw->mac.ops.enable_relaxed_ordering(hw);
290 return ixgbe_call_func(hw, hw->mac.ops.clear_hw_cntrs, (hw),
302 return ixgbe_call_func(hw, hw->mac.ops.get_media_type, (hw),
318 return ixgbe_call_func(hw, hw->mac.ops
[all...]
H A Dixgbe_x540.c74 eeprom->ops.init_params = ixgbe_init_eeprom_params_X540;
75 eeprom->ops.read = ixgbe_read_eerd_X540;
76 eeprom->ops.read_buffer = ixgbe_read_eerd_buffer_X540;
77 eeprom->ops.write = ixgbe_write_eewr_X540;
78 eeprom->ops.write_buffer = ixgbe_write_eewr_buffer_X540;
79 eeprom->ops.update_checksum = ixgbe_update_eeprom_checksum_X540;
80 eeprom->ops.validate_checksum = ixgbe_validate_eeprom_checksum_X540;
81 eeprom->ops.calc_checksum = ixgbe_calc_eeprom_checksum_X540;
84 phy->ops.init = ixgbe_init_phy_ops_generic;
85 phy->ops
[all...]
/freebsd-13-stable/sys/amd64/vmm/io/
H A Diommu.c62 static struct iommu_ops *ops; variable in typeref:struct:iommu_ops
69 if (ops != NULL)
70 return ((*ops->init)());
78 if (ops != NULL && iommu_avail)
79 (*ops->cleanup)();
86 if (ops != NULL && iommu_avail)
87 return ((*ops->create_domain)(maxaddr));
96 if (ops != NULL && iommu_avail)
97 (*ops->destroy_domain)(dom);
104 if (ops !
[all...]
/freebsd-13-stable/sys/netgraph/
H A Dng_patch.c77 offsetof(struct ng_patch_config, ops));
240 switch (conf->ops[i].length)
243 conf->ops[i].val.v8 = conf->ops[i].val.v1;
246 conf->ops[i].val.v8 = conf->ops[i].val.v2;
249 conf->ops[i].val.v8 = conf->ops[i].val.v4;
266 switch (conf->ops[i].length)
269 conf->ops[
[all...]
/freebsd-13-stable/sys/kern/
H A Dsubr_kobj.c101 kobj_class_compile_common(kobj_class_t cls, kobj_ops_t ops) argument
109 if (cls->ops)
121 * Then initialise the ops table.
124 ops->cache[i] = &null_method;
125 ops->cls = cls;
126 cls->ops = ops;
132 kobj_ops_t ops; local
136 ops = malloc(sizeof(struct kobj_ops), M_KOBJ, mflags);
137 if (ops
166 kobj_class_compile_static(kobj_class_t cls, kobj_ops_t ops) argument
235 void* ops = NULL; local
[all...]
/freebsd-13-stable/contrib/less/
H A Dcvt.c23 cvt_length(len, ops)
25 int ops;
53 * Convert text. Perform the transformations specified by ops.
58 cvt_text(odst, osrc, chpos, lenp, ops)
63 int ops;
82 if ((ops & CVT_BS) && ch == '\b' && dst > odst)
89 } else if ((ops & CVT_ANSI) && (pansi = ansi_start(ch)) != NULL)
102 if ((ops & CVT_TO_LC) && IS_UPPER(ch))
112 if ((ops & CVT_CRLF) && edst > odst && edst[-1] == '\r')
/freebsd-13-stable/contrib/ipfilter/lib/
H A Dparseipfexpr.c40 char *temp, *arg, *s, *t, *ops, *error; local
77 for (ops = strtok(temp, ";"); ops != NULL; ops = strtok(NULL, ";")) {
78 arg = strchr(ops, '=');
79 if ((arg < ops + 2) || (arg == NULL)) {
94 if (strcmp(ops, e->ipoe_word) == 0)
101 ops);
151 if (!strcasecmp(ops, "ip.addr") ||
152 !strcasecmp(ops, "i
[all...]
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dbacklight.h66 const struct backlight_ops *ops; member in struct:backlight_device
76 struct device *dev, void *data, const struct backlight_ops *ops, struct backlight_properties *props);
78 #define backlight_device_register(name, dev, data, ops, props) \
79 linux_backlight_device_register(name, dev, data, ops, props)
85 bd->ops->update_status(bd);
91 bd->props.brightness = bd->ops->get_brightness(bd);
/freebsd-13-stable/lib/libc/xdr/
H A Dxdr_sizeof.c130 struct xdr_ops ops; local
136 ops.x_putlong = x_putlong;
137 ops.x_putbytes = x_putbytes;
138 ops.x_inline = x_inline;
139 ops.x_getpostn = x_getpostn;
140 ops.x_setpostn = x_setpostn;
141 ops.x_destroy = x_destroy;
144 ops.x_getlong = (dummyfunc1) harmless;
145 ops.x_getbytes = (dummyfunc2) harmless;
148 x.x_ops = &ops;
[all...]
/freebsd-13-stable/sys/xdr/
H A Dxdr_sizeof.c135 struct xdr_ops ops; local
141 ops.x_putlong = x_putlong;
142 ops.x_putbytes = x_putbytes;
143 ops.x_inline = x_inline;
144 ops.x_getpostn = x_getpostn;
145 ops.x_setpostn = x_setpostn;
146 ops.x_destroy = x_destroy;
149 ops.x_getlong = (dummyfunc1) harmless;
150 ops.x_getbytes = (dummyfunc2) harmless;
153 x.x_ops = &ops;
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/casenorm/
H A Dmixed_create_failure.ksh53 typeset -A ops
54 ops['file']='touch'
55 ops['dir']='mkdir'
56 ops['symlink']='ln -s'
57 ops['hardlink']='ln'
76 op="${ops[$obj_type]}"
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/aes/
H A Daes_impl.c44 const aes_impl_ops_t *ops = aes_impl_get_ops(); local
76 if (!ops->needs_byteswap) {
94 ops->generate(newbie, keyarr.ka32, keyBits);
95 newbie->ops = ops;
118 const aes_impl_ops_t *ops = ksch->ops; local
120 if (IS_P2ALIGNED2(pt, ct, sizeof (uint32_t)) && !ops->needs_byteswap) {
122 ops->encrypt(&ksch->encr_ks.ks32[0], ksch->nr,
129 if (ops
165 const aes_impl_ops_t *ops = ksch->ops; local
266 const aes_impl_ops_t *ops = NULL; local
[all...]
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dbgscan.c34 const struct bgscan_ops *ops = NULL; local
49 ops = bgscan_modules[i];
54 if (ops == NULL) {
60 wpa_s->bgscan_priv = ops->init(wpa_s, params, ssid);
63 wpa_s->bgscan = ops;
65 "parameters '%s'", ops->name, params);
/freebsd-13-stable/lib/libc/rpc/
H A Dauth_none.c163 static struct auth_ops ops; local
165 /* VARIABLES PROTECTED BY ops_lock: ops */
168 if (ops.ah_nextverf == NULL) {
169 ops.ah_nextverf = authnone_verf;
170 ops.ah_marshal = authnone_marshal;
171 ops.ah_validate = authnone_validate;
172 ops.ah_refresh = authnone_refresh;
173 ops.ah_destroy = authnone_destroy;
176 return (&ops);
/freebsd-13-stable/sys/contrib/openzfs/lib/libshare/
H A Dlibshare_impl.h57 const sa_share_ops_t *ops; member in struct:sa_fstype
61 sa_fstype_t *register_fstype(const char *name, const sa_share_ops_t *ops);

Completed in 233 milliseconds

1234567891011>>