crypto/heimdal/kcm/glue.c
274
id->ops = &krb5_kcmss_ops;
crypto/heimdal/kuser/kswitch.c
148
const krb5_cc_ops *ops;
crypto/heimdal/kuser/kswitch.c
151
ops = krb5_cc_get_prefix_ops(kcc_context, opt->type_string);
crypto/heimdal/kuser/kswitch.c
152
if (ops == NULL)
crypto/heimdal/kuser/kswitch.c
155
asprintf(&str, "%s:%s", ops->prefix, opt->cache_string);
crypto/heimdal/lib/hx509/crypto.c
1516
if (pk->ops == NULL)
crypto/heimdal/lib/hx509/crypto.c
1519
keytype = pk->ops->key_oid;
crypto/heimdal/lib/hx509/crypto.c
1526
if (pk->ops->available &&
crypto/heimdal/lib/hx509/crypto.c
1527
pk->ops->available(pk, sig_algs[i]->sig_alg) == 0)
crypto/heimdal/lib/hx509/crypto.c
1810
struct hx509_private_key_ops *ops;
crypto/heimdal/lib/hx509/crypto.c
1815
ops = hx509_find_private_alg(&keyai->algorithm);
crypto/heimdal/lib/hx509/crypto.c
1816
if (ops == NULL) {
crypto/heimdal/lib/hx509/crypto.c
1821
ret = hx509_private_key_init(private_key, ops, NULL);
crypto/heimdal/lib/hx509/crypto.c
1827
ret = (*ops->import)(context, keyai, data, len, format, *private_key);
crypto/heimdal/lib/hx509/crypto.c
1843
const struct hx509_private_key_ops *ops = private_key->ops;
crypto/heimdal/lib/hx509/crypto.c
1844
if (ops == NULL || ops->get_spki == NULL) {
crypto/heimdal/lib/hx509/crypto.c
1849
return (*ops->get_spki)(context, private_key, spki);
crypto/heimdal/lib/hx509/crypto.c
1905
struct hx509_private_key_ops *ops;
crypto/heimdal/lib/hx509/crypto.c
1910
ops = hx509_find_private_alg(ctx->key_oid);
crypto/heimdal/lib/hx509/crypto.c
1911
if (ops == NULL) {
crypto/heimdal/lib/hx509/crypto.c
1916
ret = hx509_private_key_init(private_key, ops, NULL);
crypto/heimdal/lib/hx509/crypto.c
1922
ret = (*ops->generate_private_key)(context, ctx, *private_key);
crypto/heimdal/lib/hx509/crypto.c
2022
hx509_private_key_ops *ops,
crypto/heimdal/lib/hx509/crypto.c
2029
(*key)->ops = ops;
crypto/heimdal/lib/hx509/crypto.c
2048
return key->ops->pemtype;
crypto/heimdal/lib/hx509/crypto.c
2062
if ((*key)->ops && der_heim_oid_cmp((*key)->ops->key_oid, ASN1_OID_ID_PKCS1_RSAENCRYPTION) == 0) {
crypto/heimdal/lib/hx509/crypto.c
2066
} else if ((*key)->ops && der_heim_oid_cmp((*key)->ops->key_oid, ASN1_OID_ID_ECPUBLICKEY) == 0) {
crypto/heimdal/lib/hx509/crypto.c
2093
ret = der_copy_oid(key->ops->key_oid, data);
crypto/heimdal/lib/hx509/crypto.c
2102
if (key->ops->export == NULL)
crypto/heimdal/lib/hx509/crypto.c
2112
if (key->ops->get_internal == NULL)
crypto/heimdal/lib/hx509/crypto.c
2114
return (*key->ops->get_internal)(context, key, type);
crypto/heimdal/lib/hx509/crypto.c
2123
if (key->ops->export == NULL) {
crypto/heimdal/lib/hx509/crypto.c
2127
return (*key->ops->export)(context, key, format, data);
crypto/heimdal/lib/hx509/crypto.c
3093
if (der_heim_oid_cmp(key->ops->key_oid, ASN1_OID_ID_PKCS1_RSAENCRYPTION) == 0)
crypto/heimdal/lib/hx509/crypto.c
3095
if (der_heim_oid_cmp(key->ops->key_oid, ASN1_OID_ID_ECPUBLICKEY) == 0)
crypto/heimdal/lib/hx509/crypto.c
427
if (signer->ops && der_heim_oid_cmp(signer->ops->key_oid, ASN1_OID_ID_ECPUBLICKEY) != 0)
crypto/heimdal/lib/hx509/crypto.c
495
if (der_heim_oid_cmp(signer->ops->key_oid, &asn1_oid_id_ecPublicKey) != 0)
crypto/heimdal/lib/hx509/crypto.c
657
if (signer->ops && der_heim_oid_cmp(signer->ops->key_oid, ASN1_OID_ID_PKCS1_RSAENCRYPTION) != 0)
crypto/heimdal/lib/hx509/crypto.c
78
hx509_private_key_ops *ops;
crypto/heimdal/lib/hx509/keyset.c
118
struct hx509_keyset_ops *ops;
crypto/heimdal/lib/hx509/keyset.c
143
ops = _hx509_ks_type(context, type);
crypto/heimdal/lib/hx509/keyset.c
144
if (ops == NULL) {
crypto/heimdal/lib/hx509/keyset.c
156
c->ops = ops;
crypto/heimdal/lib/hx509/keyset.c
159
ret = (*ops->init)(context, c, &c->ops_data, flags, residue, lock);
crypto/heimdal/lib/hx509/keyset.c
190
if (certs->ops->store == NULL) {
crypto/heimdal/lib/hx509/keyset.c
194
certs->ops->name);
crypto/heimdal/lib/hx509/keyset.c
198
return (*certs->ops->store)(context, certs, certs->ops_data, flags, lock);
crypto/heimdal/lib/hx509/keyset.c
232
(*(*certs)->ops->free)(*certs, (*certs)->ops_data);
crypto/heimdal/lib/hx509/keyset.c
260
if (certs->ops->iter_start == NULL) {
crypto/heimdal/lib/hx509/keyset.c
263
certs->ops->name);
crypto/heimdal/lib/hx509/keyset.c
267
ret = (*certs->ops->iter_start)(context, certs, certs->ops_data, cursor);
crypto/heimdal/lib/hx509/keyset.c
296
return (*certs->ops->iter)(context, certs, certs->ops_data, cursor, cert);
crypto/heimdal/lib/hx509/keyset.c
316
(*certs->ops->iter_end)(context, certs, certs->ops_data, cursor);
crypto/heimdal/lib/hx509/keyset.c
471
if (certs->ops->add == NULL) {
crypto/heimdal/lib/hx509/keyset.c
474
certs->ops->name);
crypto/heimdal/lib/hx509/keyset.c
478
return (*certs->ops->add)(context, certs, certs->ops_data, cert);
crypto/heimdal/lib/hx509/keyset.c
509
if (certs->ops->query)
crypto/heimdal/lib/hx509/keyset.c
510
return (*certs->ops->query)(context, certs, certs->ops_data, q, r);
crypto/heimdal/lib/hx509/keyset.c
64
struct hx509_keyset_ops *ops;
crypto/heimdal/lib/hx509/keyset.c
741
if (certs->ops->printinfo == NULL) {
crypto/heimdal/lib/hx509/keyset.c
745
return (*certs->ops->printinfo)(context, certs, certs->ops_data,
crypto/heimdal/lib/hx509/keyset.c
770
if (certs->ops->getkeys == NULL) {
crypto/heimdal/lib/hx509/keyset.c
774
return (*certs->ops->getkeys)(context, certs, certs->ops_data, keys);
crypto/heimdal/lib/hx509/keyset.c
782
if (certs->ops->addkey == NULL) {
crypto/heimdal/lib/hx509/keyset.c
786
certs->ops->name);
crypto/heimdal/lib/hx509/keyset.c
789
return (*certs->ops->addkey)(context, certs, certs->ops_data, key);
crypto/heimdal/lib/hx509/keyset.c
81
_hx509_ks_register(hx509_context context, struct hx509_keyset_ops *ops)
crypto/heimdal/lib/hx509/keyset.c
85
if (_hx509_ks_type(context, ops->name))
crypto/heimdal/lib/hx509/keyset.c
92
val[context->ks_num_ops] = ops;
crypto/heimdal/lib/ipc/client.c
496
struct hipc_ops *ops;
crypto/heimdal/lib/ipc/client.c
522
c->ops = &ipcs[i];
crypto/heimdal/lib/ipc/client.c
524
ret = (c->ops->init)(name + prefix_len + 1, &c->ctx);
crypto/heimdal/lib/ipc/client.c
542
(ctx->ops->release)(ctx->ctx);
crypto/heimdal/lib/ipc/client.c
552
return (ctx->ops->ipc)(ctx->ctx, snd, rcv, cred);
crypto/heimdal/lib/ipc/client.c
559
if (ctx->ops->async == NULL) {
crypto/heimdal/lib/ipc/client.c
564
ret = (ctx->ops->ipc)(ctx->ctx, snd, &rcv, &cred);
crypto/heimdal/lib/ipc/client.c
570
return (ctx->ops->async)(ctx->ctx, snd, userctx, func);
crypto/heimdal/lib/krb5/cache.c
1010
const krb5_cc_ops *ops;
crypto/heimdal/lib/krb5/cache.c
1033
const krb5_cc_ops *ops;
crypto/heimdal/lib/krb5/cache.c
1039
ops = krb5_cc_get_prefix_ops(context, type);
crypto/heimdal/lib/krb5/cache.c
1040
if (ops == NULL) {
crypto/heimdal/lib/krb5/cache.c
1047
if (ops->get_cache_first == NULL) {
crypto/heimdal/lib/krb5/cache.c
1051
ops->prefix);
crypto/heimdal/lib/krb5/cache.c
1061
(*cursor)->ops = ops;
crypto/heimdal/lib/krb5/cache.c
1063
ret = ops->get_cache_first(context, &(*cursor)->cursor);
crypto/heimdal/lib/krb5/cache.c
1091
return cursor->ops->get_cache_next(context, cursor->cursor, id);
crypto/heimdal/lib/krb5/cache.c
1108
ret = cursor->ops->end_cache_get(context, cursor->cursor);
crypto/heimdal/lib/krb5/cache.c
1109
cursor->ops = NULL;
crypto/heimdal/lib/krb5/cache.c
119
const krb5_cc_ops *ops,
crypto/heimdal/lib/krb5/cache.c
1200
if (strcmp(from->ops->prefix, to->ops->prefix) != 0) {
crypto/heimdal/lib/krb5/cache.c
1207
ret = (*to->ops->move)(context, from, to);
crypto/heimdal/lib/krb5/cache.c
125
if(strcmp(context->cc_ops[i]->prefix, ops->prefix) == 0) {
crypto/heimdal/lib/krb5/cache.c
130
ops->prefix);
crypto/heimdal/lib/krb5/cache.c
149
context->cc_ops[i] = ops;
crypto/heimdal/lib/krb5/cache.c
1503
return (*id->ops->lastchange)(context, id, mtime);
crypto/heimdal/lib/krb5/cache.c
160
const krb5_cc_ops *ops,
crypto/heimdal/lib/krb5/cache.c
1673
if (id->ops->set_kdc_offset == NULL) {
crypto/heimdal/lib/krb5/cache.c
1678
return (*id->ops->set_kdc_offset)(context, id, offset);
crypto/heimdal/lib/krb5/cache.c
1698
if (id->ops->get_kdc_offset == NULL) {
crypto/heimdal/lib/krb5/cache.c
1702
return (*id->ops->get_kdc_offset)(context, id, offset);
crypto/heimdal/lib/krb5/cache.c
171
p->ops = ops;
crypto/heimdal/lib/krb5/cache.c
184
const krb5_cc_ops *ops,
crypto/heimdal/lib/krb5/cache.c
199
ret = _krb5_cc_allocate(context, ops, id);
crypto/heimdal/lib/krb5/cache.c
208
ret = (*id)->ops->resolve(context, id, residual);
crypto/heimdal/lib/krb5/cache.c
300
const krb5_cc_ops *ops;
crypto/heimdal/lib/krb5/cache.c
303
ops = krb5_cc_get_prefix_ops(context, type);
crypto/heimdal/lib/krb5/cache.c
304
if (ops == NULL) {
crypto/heimdal/lib/krb5/cache.c
310
ret = _krb5_cc_allocate(context, ops, id);
crypto/heimdal/lib/krb5/cache.c
313
ret = (*id)->ops->gen_new(context, id);
crypto/heimdal/lib/krb5/cache.c
332
return id->ops->get_name(context, id);
crypto/heimdal/lib/krb5/cache.c
346
return id->ops->prefix;
crypto/heimdal/lib/krb5/cache.c
403
return id->ops;
crypto/heimdal/lib/krb5/cache.c
471
if (id->ops->set_default == NULL)
crypto/heimdal/lib/krb5/cache.c
474
return (*id->ops->set_default)(context, id);
crypto/heimdal/lib/krb5/cache.c
486
const krb5_cc_ops *ops;
crypto/heimdal/lib/krb5/cache.c
488
ops = krb5_cc_get_prefix_ops(context, type);
crypto/heimdal/lib/krb5/cache.c
489
if (ops && ops->set_default)
crypto/heimdal/lib/krb5/cache.c
533
const krb5_cc_ops *ops = KRB5_DEFAULT_CCTYPE;
crypto/heimdal/lib/krb5/cache.c
537
ops = krb5_cc_get_prefix_ops(context, e);
crypto/heimdal/lib/krb5/cache.c
538
if (ops == NULL) {
crypto/heimdal/lib/krb5/cache.c
546
ret = (*ops->get_default_name)(context, &p);
crypto/heimdal/lib/krb5/cache.c
630
return (*id->ops->init)(context, id, primary_principal);
crypto/heimdal/lib/krb5/cache.c
649
ret = (*id->ops->destroy)(context, id);
crypto/heimdal/lib/krb5/cache.c
668
ret = (*id->ops->close)(context, id);
crypto/heimdal/lib/krb5/cache.c
687
return (*id->ops->store)(context, id, creds);
crypto/heimdal/lib/krb5/cache.c
718
if (id->ops->retrieve != NULL) {
crypto/heimdal/lib/krb5/cache.c
719
return (*id->ops->retrieve)(context, id, whichfields,
crypto/heimdal/lib/krb5/cache.c
751
return (*id->ops->get_princ)(context, id, principal);
crypto/heimdal/lib/krb5/cache.c
769
return (*id->ops->get_first)(context, id, cursor);
crypto/heimdal/lib/krb5/cache.c
788
return (*id->ops->get_next)(context, id, cursor, creds);
crypto/heimdal/lib/krb5/cache.c
803
return (*id->ops->end_get)(context, id, cursor);
crypto/heimdal/lib/krb5/cache.c
819
if(id->ops->remove_cred == NULL) {
crypto/heimdal/lib/krb5/cache.c
823
id->ops->prefix);
crypto/heimdal/lib/krb5/cache.c
826
return (*id->ops->remove_cred)(context, id, which, cred);
crypto/heimdal/lib/krb5/cache.c
841
return (*id->ops->set_flags)(context, id, flags);
crypto/heimdal/lib/krb5/cache.c
947
if(id->ops->get_version)
crypto/heimdal/lib/krb5/cache.c
948
return (*id->ops->get_version)(context, id);
crypto/heimdal/lib/krb5/deprecated.c
388
const krb5_cc_ops *ops,
crypto/heimdal/lib/krb5/deprecated.c
392
return krb5_cc_new_unique(context, ops->prefix, NULL, id);
crypto/heimdal/lib/krb5/kcm.c
852
kcm_get_cache_next(krb5_context context, krb5_cc_cursor cursor, const krb5_cc_ops *ops, krb5_ccache *id)
crypto/heimdal/lib/krb5/kcm.c
892
ret = _krb5_cc_allocate(context, ops, id);
crypto/heimdal/lib/krb5/kcm.c
959
kcm_get_default_name(krb5_context context, const krb5_cc_ops *ops,
crypto/heimdal/lib/krb5/kcm.c
984
asprintf(str, "%s:%s", ops->prefix, name);
crypto/heimdal/lib/krb5/keytab.c
144
const krb5_kt_ops *ops)
crypto/heimdal/lib/krb5/keytab.c
148
if (strlen(ops->prefix) > KRB5_KT_PREFIX_MAX_LEN - 1) {
crypto/heimdal/lib/krb5/keytab.c
161
memcpy(&tmp[context->num_kt_types], ops,
crypto/heimdal/lib/krb5/krb5.h
368
const struct krb5_cc_ops *ops;
crypto/heimdal/lib/krb5/test_cc.c
492
const krb5_cc_ops *ops;
crypto/heimdal/lib/krb5/test_cc.c
497
ops = krb5_cc_get_prefix_ops(context, type);
crypto/heimdal/lib/krb5/test_cc.c
498
if (ops == NULL)
crypto/heimdal/lib/krb5/test_cc.c
539
test_prefix_ops(krb5_context context, const char *name, const krb5_cc_ops *ops)
crypto/heimdal/lib/krb5/test_cc.c
546
if (strcmp(o->prefix, ops->prefix) != 0)
crypto/heimdal/lib/krb5/test_cc.c
548
"the expected %s != %s", name, o->prefix, ops->prefix);
crypto/krb5/src/include/k5-int.h
2065
const struct _krb5_kt_ops *ops;
crypto/krb5/src/kadmin/server/auth_acl.c
262
parse_entry(krb5_context context, const char *client, const char *ops,
crypto/krb5/src/kadmin/server/auth_acl.c
275
for (op = ops; *op; op++) {
crypto/krb5/src/kadmin/server/auth_acl.c
329
char *client, *client_end, *ops, *ops_end, *target, *target_end, *rs, *end;
crypto/krb5/src/kadmin/server/auth_acl.c
351
ops = client_end + strspn(client_end, ws);
crypto/krb5/src/kadmin/server/auth_acl.c
352
ops_end = ops + strcspn(ops, ws);
crypto/krb5/src/kadmin/server/auth_acl.c
366
if (*client != '\0' && *ops != '\0')
crypto/krb5/src/kadmin/server/auth_acl.c
367
entry = parse_entry(context, client, ops, target, rs, line, fname);
crypto/krb5/src/lib/gssapi/krb5/acquire_cred.c
141
if (kt->ops->start_seq_get == NULL)
crypto/krb5/src/lib/kdb/keytab.c
78
(*id)->ops = &krb5_kt_kdb_ops;
crypto/krb5/src/lib/kdb/keytab.c
94
kt->ops = NULL;
crypto/krb5/src/lib/krb5/ccache/cc-int.h
176
const struct _krb5_cc_ops *ops;
crypto/krb5/src/lib/krb5/ccache/cc-int.h
37
const struct _krb5_cc_ops *ops;
crypto/krb5/src/lib/krb5/ccache/cc-int.h
71
const struct _krb5_cc_ops **ops);
crypto/krb5/src/lib/krb5/ccache/cc_api_macos.c
118
cache->ops = &krb5_api_macos_ops;
crypto/krb5/src/lib/krb5/ccache/cc_api_macos.c
531
ptcursor->ops = &krb5_api_macos_ops;
crypto/krb5/src/lib/krb5/ccache/cc_dir.c
318
cache->ops = &krb5_dcc_ops;
crypto/krb5/src/lib/krb5/ccache/cc_dir.c
573
cursor->ops = &krb5_dcc_ops;
crypto/krb5/src/lib/krb5/ccache/cc_file.c
1191
n->ops = &krb5_fcc_ops;
crypto/krb5/src/lib/krb5/ccache/cc_file.c
690
lid->ops = &krb5_fcc_ops;
crypto/krb5/src/lib/krb5/ccache/cc_file.c
912
lid->ops = &krb5_fcc_ops;
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
1124
cursor->ops = &krb5_kcm_ops;
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
654
cache->ops = &krb5_kcm_ops;
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
1162
id->ops = &krb5_krcc_ops;
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
1521
cursor->ops = &krb5_krcc_ops;
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
917
ccache->ops = &krb5_krcc_ops;
crypto/krb5/src/lib/krb5/ccache/cc_memory.c
352
lid->ops = &krb5_mcc_ops;
crypto/krb5/src/lib/krb5/ccache/cc_memory.c
549
lid->ops = &krb5_mcc_ops;
crypto/krb5/src/lib/krb5/ccache/cc_memory.c
720
n->ops = &krb5_mcc_ops;
crypto/krb5/src/lib/krb5/ccache/cc_mslsa.c
1536
lid->ops = &krb5_lcc_ops;
crypto/krb5/src/lib/krb5/ccache/cc_mslsa.c
2140
new_cursor->ops = &krb5_lcc_ops;
crypto/krb5/src/lib/krb5/ccache/ccapi/stdcc.c
307
newCache->ops = &krb5_cc_stdcc_ops;
crypto/krb5/src/lib/krb5/ccache/ccapi/stdcc.c
381
ccache->ops = &krb5_cc_stdcc_ops;
crypto/krb5/src/lib/krb5/ccache/ccapi/stdcc.c
840
ptcursor->ops = &krb5_cc_stdcc_ops;
crypto/krb5/src/lib/krb5/ccache/ccapi/stdcc.c
910
newCache->ops = &krb5_cc_stdcc_ops;
crypto/krb5/src/lib/krb5/ccache/ccbase.c
161
krb5_cc_register(krb5_context context, const krb5_cc_ops *ops,
crypto/krb5/src/lib/krb5/ccache/ccbase.c
167
for (t = cc_typehead;t && strcmp(t->ops->prefix,ops->prefix);t = t->next)
crypto/krb5/src/lib/krb5/ccache/ccbase.c
171
t->ops = ops;
crypto/krb5/src/lib/krb5/ccache/ccbase.c
184
t->ops = ops;
crypto/krb5/src/lib/krb5/ccache/ccbase.c
208
const krb5_cc_ops *ops;
crypto/krb5/src/lib/krb5/ccache/ccbase.c
239
err = krb5int_cc_getops(context, pfx, &ops);
crypto/krb5/src/lib/krb5/ccache/ccbase.c
245
return ops->resolve(context, cache, resid);
crypto/krb5/src/lib/krb5/ccache/ccbase.c
251
return in->ops->resolve(context, out, in->ops->get_name(context, in));
crypto/krb5/src/lib/krb5/ccache/ccbase.c
263
const krb5_cc_ops **ops)
crypto/krb5/src/lib/krb5/ccache/ccbase.c
269
if (strcmp (tlist->ops->prefix, pfx) == 0) {
crypto/krb5/src/lib/krb5/ccache/ccbase.c
270
*ops = tlist->ops;
crypto/krb5/src/lib/krb5/ccache/ccbase.c
277
*ops = krb5_cc_dfl_ops;
crypto/krb5/src/lib/krb5/ccache/ccbase.c
296
const krb5_cc_ops *ops;
crypto/krb5/src/lib/krb5/ccache/ccbase.c
302
err = krb5int_cc_getops(context, type, &ops);
crypto/krb5/src/lib/krb5/ccache/ccbase.c
306
return ops->gen_new(context, id);
crypto/krb5/src/lib/krb5/ccache/ccbase.c
336
const krb5_cc_ops **ops)
crypto/krb5/src/lib/krb5/ccache/ccbase.c
338
*ops = NULL;
crypto/krb5/src/lib/krb5/ccache/ccbase.c
34
const krb5_cc_ops *ops;
crypto/krb5/src/lib/krb5/ccache/ccbase.c
343
*ops = t->tptr->ops;
crypto/krb5/src/lib/krb5/ccache/ccbase.c
442
if (dst->ops->replace == NULL)
crypto/krb5/src/lib/krb5/ccache/ccbase.c
445
ret = dst->ops->replace(context, dst, princ, creds);
crypto/krb5/src/lib/krb5/ccache/ccbase.c
460
const krb5_cc_ops *ops;
crypto/krb5/src/lib/krb5/ccache/ccbase.c
463
err = krb5int_cc_getops(context, type, &ops);
crypto/krb5/src/lib/krb5/ccache/ccbase.c
464
return (err ? FALSE : (ops->switch_to != NULL));
crypto/krb5/src/lib/krb5/ccache/cccursor.c
106
ret = cursor->ops->ptcursor_free(context, &cursor->ptcursor);
crypto/krb5/src/lib/krb5/ccache/cccursor.c
113
&cursor->ops);
crypto/krb5/src/lib/krb5/ccache/cccursor.c
116
if (cursor->ops == NULL)
crypto/krb5/src/lib/krb5/ccache/cccursor.c
118
} while (cursor->ops->ptcursor_new == NULL);
crypto/krb5/src/lib/krb5/ccache/cccursor.c
120
ret = cursor->ops->ptcursor_new(context, &cursor->ptcursor);
crypto/krb5/src/lib/krb5/ccache/cccursor.c
136
c->ops->ptcursor_free(context, &c->ptcursor);
crypto/krb5/src/lib/krb5/ccache/cccursor.c
39
const krb5_cc_ops *ops;
crypto/krb5/src/lib/krb5/ccache/cccursor.c
58
n->ops = NULL;
crypto/krb5/src/lib/krb5/ccache/cccursor.c
66
ret = krb5int_cc_typecursor_next(context, n->typecursor, &n->ops);
crypto/krb5/src/lib/krb5/ccache/cccursor.c
67
if (ret || n->ops == NULL)
crypto/krb5/src/lib/krb5/ccache/cccursor.c
69
} while (n->ops->ptcursor_new == NULL);
crypto/krb5/src/lib/krb5/ccache/cccursor.c
71
ret = n->ops->ptcursor_new(context, &n->ptcursor);
crypto/krb5/src/lib/krb5/ccache/cccursor.c
94
if (cursor->ops == NULL)
crypto/krb5/src/lib/krb5/ccache/cccursor.c
98
ret = cursor->ops->ptcursor_next(context, cursor->ptcursor, &ccache);
crypto/krb5/src/lib/krb5/ccache/ccfns.c
108
ret = cache->ops->retrieve(context, cache, flags, mcreds, creds);
crypto/krb5/src/lib/krb5/ccache/ccfns.c
118
return cache->ops->get_princ(context, cache, principal);
crypto/krb5/src/lib/krb5/ccache/ccfns.c
125
return cache->ops->get_first(context, cache, cursor);
crypto/krb5/src/lib/krb5/ccache/ccfns.c
132
return cache->ops->get_next(context, cache, cursor, creds);
crypto/krb5/src/lib/krb5/ccache/ccfns.c
139
return cache->ops->end_get(context, cache, cursor);
crypto/krb5/src/lib/krb5/ccache/ccfns.c
147
return cache->ops->remove_cred(context, cache, flags, creds);
crypto/krb5/src/lib/krb5/ccache/ccfns.c
153
return cache->ops->set_flags(context, cache, flags);
crypto/krb5/src/lib/krb5/ccache/ccfns.c
159
return cache->ops->get_flags(context, cache, flags);
crypto/krb5/src/lib/krb5/ccache/ccfns.c
165
return cache->ops->prefix;
crypto/krb5/src/lib/krb5/ccache/ccfns.c
171
return ccache->ops->lock(context, ccache);
crypto/krb5/src/lib/krb5/ccache/ccfns.c
177
return ccache->ops->unlock(context, ccache);
crypto/krb5/src/lib/krb5/ccache/ccfns.c
297
if (cache->ops->switch_to == NULL)
crypto/krb5/src/lib/krb5/ccache/ccfns.c
299
return cache->ops->switch_to(context, cache);
crypto/krb5/src/lib/krb5/ccache/ccfns.c
34
return cache->ops->get_name(context, cache);
crypto/krb5/src/lib/krb5/ccache/ccfns.c
44
if (asprintf(&name, "%s:%s", cache->ops->prefix,
crypto/krb5/src/lib/krb5/ccache/ccfns.c
45
cache->ops->get_name(context, cache)) < 0)
crypto/krb5/src/lib/krb5/ccache/ccfns.c
55
return (*cache)->ops->gen_new(context, cache);
crypto/krb5/src/lib/krb5/ccache/ccfns.c
63
return cache->ops->init(context, cache, principal);
crypto/krb5/src/lib/krb5/ccache/ccfns.c
70
return cache->ops->destroy(context, cache);
crypto/krb5/src/lib/krb5/ccache/ccfns.c
76
return cache->ops->close(context, cache);
crypto/krb5/src/lib/krb5/ccache/ccfns.c
84
return cache->ops->store(context, cache, creds);
crypto/krb5/src/lib/krb5/ccache/ccfns.c
95
ret = cache->ops->retrieve(context, cache, flags, mcreds, creds);
crypto/krb5/src/lib/krb5/keytab/kt_file.c
202
id->ops = &krb5_ktf_ops;
crypto/krb5/src/lib/krb5/keytab/kt_file.c
251
id->ops = 0;
crypto/krb5/src/lib/krb5/keytab/kt_file.c
427
result = snprintf(name, len, "%s:%s", id->ops->prefix, KTFILENAME(id));
crypto/krb5/src/lib/krb5/keytab/kt_memory.c
201
list->keytab->ops = &krb5_mkt_ops;
crypto/krb5/src/lib/krb5/keytab/kt_memory.c
459
result = snprintf(name, len, "%s:%s", id->ops->prefix, KTNAME(id));
crypto/krb5/src/lib/krb5/keytab/ktadd.c
34
if (id->ops->add)
crypto/krb5/src/lib/krb5/keytab/ktadd.c
35
return (*id->ops->add)(context, id, entry);
crypto/krb5/src/lib/krb5/keytab/ktbase.c
117
krb5_kt_register(krb5_context context, const krb5_kt_ops *ops)
crypto/krb5/src/lib/krb5/keytab/ktbase.c
123
for (t = kt_typehead; t && strcmp(t->ops->prefix,ops->prefix);t = t->next)
crypto/krb5/src/lib/krb5/keytab/ktbase.c
134
newt->ops = ops;
crypto/krb5/src/lib/krb5/keytab/ktbase.c
197
if (strcmp (tlist->ops->prefix, pfx) == 0) {
crypto/krb5/src/lib/krb5/keytab/ktbase.c
198
err = (*tlist->ops->resolve)(context, resid, &id);
crypto/krb5/src/lib/krb5/keytab/ktbase.c
217
err = in->ops->get_name(context, in, name, sizeof(name));
crypto/krb5/src/lib/krb5/keytab/ktbase.c
61
const krb5_kt_ops *ops;
crypto/krb5/src/lib/krb5/keytab/ktfns.c
100
return krb5_x((keytab)->ops->end_get,(context, keytab, cursor));
crypto/krb5/src/lib/krb5/keytab/ktfns.c
112
if (keytab->ops->start_seq_get == NULL)
crypto/krb5/src/lib/krb5/keytab/ktfns.c
201
if (keytab->ops->start_seq_get == NULL)
crypto/krb5/src/lib/krb5/keytab/ktfns.c
40
return keytab->ops->prefix;
crypto/krb5/src/lib/krb5/keytab/ktfns.c
47
return krb5_x((keytab)->ops->get_name,(context, keytab,name,namelen));
crypto/krb5/src/lib/krb5/keytab/ktfns.c
53
return krb5_x((keytab)->ops->close,(context, keytab));
crypto/krb5/src/lib/krb5/keytab/ktfns.c
74
err = krb5_x((keytab)->ops->get,(context, keytab, principal, vno, enctype,
crypto/krb5/src/lib/krb5/keytab/ktfns.c
86
return krb5_x((keytab)->ops->start_seq_get,(context, keytab, cursor));
crypto/krb5/src/lib/krb5/keytab/ktfns.c
93
return krb5_x((keytab)->ops->get_next,(context, keytab, entry, cursor));
crypto/krb5/src/lib/krb5/keytab/ktremove.c
34
if (id->ops->remove)
crypto/krb5/src/lib/krb5/keytab/ktremove.c
35
return (*id->ops->remove)(context, id, entry);
crypto/krb5/src/lib/krb5/krb/gic_keytab.c
98
if (keytab->ops->start_seq_get == NULL)
crypto/krb5/src/lib/krb5/krb/rd_req_dec.c
379
if (keytab->ops->start_seq_get == NULL) {
crypto/krb5/src/lib/krb5/krb/srv_dec_tkt.c
81
if (keytab->ops->start_seq_get == NULL) {
crypto/krb5/src/lib/krb5/krb/vfy_increds.c
289
if (keytab->ops->start_seq_get == NULL) {
crypto/krb5/src/lib/krb5/rcache/rc-int.h
43
const krb5_rc_ops *ops;
crypto/krb5/src/lib/krb5/rcache/rc_base.c
102
ret = t->ops->resolve(context, sep + 1, &rc->data);
crypto/krb5/src/lib/krb5/rcache/rc_base.c
105
rc->ops = t->ops;
crypto/krb5/src/lib/krb5/rcache/rc_base.c
122
rc->ops->close(context, rc->data);
crypto/krb5/src/lib/krb5/rcache/rc_base.c
137
return rc->ops->store(context, rc->data, &tag);
crypto/krb5/src/lib/krb5/rcache/rc_base.c
19
const krb5_rc_ops *ops;
crypto/krb5/src/lib/krb5/rcache/rc_base.c
88
if (strncmp(t->ops->type, name, len) == 0 && t->ops->type[len] == '\0')
crypto/krb5/src/lib/rpc/auth_none.c
60
static struct auth_ops ops = {
crypto/krb5/src/lib/rpc/auth_none.c
91
ap->no_client.ah_ops = &ops;
crypto/krb5/src/lib/rpc/xdr_sizeof.c
125
struct xdr_ops ops;
crypto/krb5/src/lib/rpc/xdr_sizeof.c
131
ops.x_putlong = x_putlong;
crypto/krb5/src/lib/rpc/xdr_sizeof.c
132
ops.x_putbytes = x_putbytes;
crypto/krb5/src/lib/rpc/xdr_sizeof.c
133
ops.x_inline = x_inline;
crypto/krb5/src/lib/rpc/xdr_sizeof.c
134
ops.x_getpostn = x_getpostn;
crypto/krb5/src/lib/rpc/xdr_sizeof.c
135
ops.x_setpostn = x_setpostn;
crypto/krb5/src/lib/rpc/xdr_sizeof.c
136
ops.x_destroy = x_destroy;
crypto/krb5/src/lib/rpc/xdr_sizeof.c
139
ops.x_getlong = (dummyfunc1) harmless;
crypto/krb5/src/lib/rpc/xdr_sizeof.c
140
ops.x_getbytes = (dummyfunc2) harmless;
crypto/krb5/src/lib/rpc/xdr_sizeof.c
143
x.x_ops = &ops;
crypto/openssl/fuzz/ml-dsa.c
587
static struct op_table_entry ops[] = {
crypto/openssl/fuzz/ml-dsa.c
657
operation %= OSSL_NELEM(ops);
crypto/openssl/fuzz/ml-dsa.c
660
if (ops[operation].setup != NULL)
crypto/openssl/fuzz/ml-dsa.c
661
ops[operation].setup(&buffer_cursor, &len, &in1, &in2);
crypto/openssl/fuzz/ml-dsa.c
662
if (ops[operation].doit != NULL)
crypto/openssl/fuzz/ml-dsa.c
663
ops[operation].doit(&buffer_cursor, &len, in1, in2, &out1, &out2);
crypto/openssl/fuzz/ml-dsa.c
664
if (ops[operation].cleanup != NULL)
crypto/openssl/fuzz/ml-dsa.c
665
ops[operation].cleanup(in1, in2, out1, out2);
crypto/openssl/fuzz/ml-kem.c
572
static struct op_table_entry ops[] = {
crypto/openssl/fuzz/ml-kem.c
646
operation %= OSSL_NELEM(ops);
crypto/openssl/fuzz/ml-kem.c
651
if (ops[operation].setup != NULL)
crypto/openssl/fuzz/ml-kem.c
652
ops[operation].setup(&buffer_cursor, &len, &in1, &in2);
crypto/openssl/fuzz/ml-kem.c
653
if (ops[operation].doit != NULL)
crypto/openssl/fuzz/ml-kem.c
654
ops[operation].doit(&buffer_cursor, &len, in1, in2, &out1, &out2);
crypto/openssl/fuzz/ml-kem.c
655
if (ops[operation].cleanup != NULL)
crypto/openssl/fuzz/ml-kem.c
656
ops[operation].cleanup(in1, in2, out1, out2);
crypto/openssl/fuzz/slh-dsa.c
525
static struct op_table_entry ops[] = {
crypto/openssl/fuzz/slh-dsa.c
585
operation %= OSSL_NELEM(ops);
crypto/openssl/fuzz/slh-dsa.c
590
if (ops[operation].setup != NULL)
crypto/openssl/fuzz/slh-dsa.c
591
ops[operation].setup(&buffer_cursor, &len, &in1, &in2);
crypto/openssl/fuzz/slh-dsa.c
592
if (ops[operation].doit != NULL)
crypto/openssl/fuzz/slh-dsa.c
593
ops[operation].doit(&buffer_cursor, &len, in1, in2, &out1, &out2);
crypto/openssl/fuzz/slh-dsa.c
594
if (ops[operation].cleanup != NULL)
crypto/openssl/fuzz/slh-dsa.c
595
ops[operation].cleanup(in1, in2, out1, out2);
lib/libc/iconv/citrus_stdenc_template.h
61
_FUNCNAME(stdenc_getops)(struct _citrus_stdenc_ops *ops,
lib/libc/iconv/citrus_stdenc_template.h
65
memcpy(ops, &_FUNCNAME(stdenc_ops), sizeof(_FUNCNAME(stdenc_ops)));
lib/libc/rpc/auth_des.c
478
static struct auth_ops ops;
lib/libc/rpc/auth_des.c
483
if (ops.ah_nextverf == NULL) {
lib/libc/rpc/auth_des.c
484
ops.ah_nextverf = authdes_nextverf;
lib/libc/rpc/auth_des.c
485
ops.ah_marshal = authdes_marshal;
lib/libc/rpc/auth_des.c
486
ops.ah_validate = authdes_validate;
lib/libc/rpc/auth_des.c
487
ops.ah_refresh = authdes_refresh;
lib/libc/rpc/auth_des.c
488
ops.ah_destroy = authdes_destroy;
lib/libc/rpc/auth_des.c
491
return (&ops);
lib/libc/rpc/auth_none.c
156
static struct auth_ops ops;
lib/libc/rpc/auth_none.c
161
if (ops.ah_nextverf == NULL) {
lib/libc/rpc/auth_none.c
162
ops.ah_nextverf = authnone_verf;
lib/libc/rpc/auth_none.c
163
ops.ah_marshal = authnone_marshal;
lib/libc/rpc/auth_none.c
164
ops.ah_validate = authnone_validate;
lib/libc/rpc/auth_none.c
165
ops.ah_refresh = authnone_refresh;
lib/libc/rpc/auth_none.c
166
ops.ah_destroy = authnone_destroy;
lib/libc/rpc/auth_none.c
169
return (&ops);
lib/libc/rpc/auth_unix.c
351
static struct auth_ops ops;
lib/libc/rpc/auth_unix.c
356
if (ops.ah_nextverf == NULL) {
lib/libc/rpc/auth_unix.c
357
ops.ah_nextverf = authunix_nextverf;
lib/libc/rpc/auth_unix.c
358
ops.ah_marshal = authunix_marshal;
lib/libc/rpc/auth_unix.c
359
ops.ah_validate = authunix_validate;
lib/libc/rpc/auth_unix.c
360
ops.ah_refresh = authunix_refresh;
lib/libc/rpc/auth_unix.c
361
ops.ah_destroy = authunix_destroy;
lib/libc/rpc/auth_unix.c
364
return (&ops);
lib/libc/rpc/clnt_dg.c
809
static struct clnt_ops ops;
lib/libc/rpc/clnt_dg.c
818
if (ops.cl_call == NULL) {
lib/libc/rpc/clnt_dg.c
819
ops.cl_call = clnt_dg_call;
lib/libc/rpc/clnt_dg.c
820
ops.cl_abort = clnt_dg_abort;
lib/libc/rpc/clnt_dg.c
821
ops.cl_geterr = clnt_dg_geterr;
lib/libc/rpc/clnt_dg.c
822
ops.cl_freeres = clnt_dg_freeres;
lib/libc/rpc/clnt_dg.c
823
ops.cl_destroy = clnt_dg_destroy;
lib/libc/rpc/clnt_dg.c
824
ops.cl_control = clnt_dg_control;
lib/libc/rpc/clnt_dg.c
828
return (&ops);
lib/libc/rpc/clnt_raw.c
276
static struct clnt_ops ops;
lib/libc/rpc/clnt_raw.c
281
if (ops.cl_call == NULL) {
lib/libc/rpc/clnt_raw.c
282
ops.cl_call = clnt_raw_call;
lib/libc/rpc/clnt_raw.c
283
ops.cl_abort = clnt_raw_abort;
lib/libc/rpc/clnt_raw.c
284
ops.cl_geterr = clnt_raw_geterr;
lib/libc/rpc/clnt_raw.c
285
ops.cl_freeres = clnt_raw_freeres;
lib/libc/rpc/clnt_raw.c
286
ops.cl_destroy = clnt_raw_destroy;
lib/libc/rpc/clnt_raw.c
287
ops.cl_control = clnt_raw_control;
lib/libc/rpc/clnt_raw.c
290
return (&ops);
lib/libc/rpc/clnt_vc.c
750
static struct clnt_ops ops;
lib/libc/rpc/clnt_vc.c
758
if (ops.cl_call == NULL) {
lib/libc/rpc/clnt_vc.c
759
ops.cl_call = clnt_vc_call;
lib/libc/rpc/clnt_vc.c
760
ops.cl_abort = clnt_vc_abort;
lib/libc/rpc/clnt_vc.c
761
ops.cl_geterr = clnt_vc_geterr;
lib/libc/rpc/clnt_vc.c
762
ops.cl_freeres = clnt_vc_freeres;
lib/libc/rpc/clnt_vc.c
763
ops.cl_destroy = clnt_vc_destroy;
lib/libc/rpc/clnt_vc.c
764
ops.cl_control = clnt_vc_control;
lib/libc/rpc/clnt_vc.c
768
return (&ops);
lib/libc/rpc/svc_dg.c
419
static struct xp_ops ops;
lib/libc/rpc/svc_dg.c
425
if (ops.xp_recv == NULL) {
lib/libc/rpc/svc_dg.c
426
ops.xp_recv = svc_dg_recv;
lib/libc/rpc/svc_dg.c
427
ops.xp_stat = svc_dg_stat;
lib/libc/rpc/svc_dg.c
428
ops.xp_getargs = svc_dg_getargs;
lib/libc/rpc/svc_dg.c
429
ops.xp_reply = svc_dg_reply;
lib/libc/rpc/svc_dg.c
430
ops.xp_freeargs = svc_dg_freeargs;
lib/libc/rpc/svc_dg.c
431
ops.xp_destroy = svc_dg_destroy;
lib/libc/rpc/svc_dg.c
434
xprt->xp_ops = &ops;
lib/libc/rpc/svc_raw.c
245
static struct xp_ops ops;
lib/libc/rpc/svc_raw.c
251
if (ops.xp_recv == NULL) {
lib/libc/rpc/svc_raw.c
252
ops.xp_recv = svc_raw_recv;
lib/libc/rpc/svc_raw.c
253
ops.xp_stat = svc_raw_stat;
lib/libc/rpc/svc_raw.c
254
ops.xp_getargs = svc_raw_getargs;
lib/libc/rpc/svc_raw.c
255
ops.xp_reply = svc_raw_reply;
lib/libc/rpc/svc_raw.c
256
ops.xp_freeargs = svc_raw_freeargs;
lib/libc/rpc/svc_raw.c
257
ops.xp_destroy = svc_raw_destroy;
lib/libc/rpc/svc_raw.c
260
xprt->xp_ops = &ops;
lib/libc/rpc/svc_vc.c
663
static struct xp_ops ops;
lib/libc/rpc/svc_vc.c
669
if (ops.xp_recv == NULL) {
lib/libc/rpc/svc_vc.c
670
ops.xp_recv = svc_vc_recv;
lib/libc/rpc/svc_vc.c
671
ops.xp_stat = svc_vc_stat;
lib/libc/rpc/svc_vc.c
672
ops.xp_getargs = svc_vc_getargs;
lib/libc/rpc/svc_vc.c
673
ops.xp_reply = svc_vc_reply;
lib/libc/rpc/svc_vc.c
674
ops.xp_freeargs = svc_vc_freeargs;
lib/libc/rpc/svc_vc.c
675
ops.xp_destroy = svc_vc_destroy;
lib/libc/rpc/svc_vc.c
678
xprt->xp_ops = &ops;
lib/libc/rpc/svc_vc.c
686
static struct xp_ops ops;
lib/libc/rpc/svc_vc.c
690
if (ops.xp_recv == NULL) {
lib/libc/rpc/svc_vc.c
691
ops.xp_recv = rendezvous_request;
lib/libc/rpc/svc_vc.c
692
ops.xp_stat = rendezvous_stat;
lib/libc/rpc/svc_vc.c
693
ops.xp_getargs =
lib/libc/rpc/svc_vc.c
695
ops.xp_reply =
lib/libc/rpc/svc_vc.c
697
ops.xp_freeargs =
lib/libc/rpc/svc_vc.c
699
ops.xp_destroy = svc_vc_destroy;
lib/libc/rpc/svc_vc.c
702
xprt->xp_ops = &ops;
lib/libc/tests/gen/fpsetmask_test.c
200
static const struct ops float_ops[] = {
lib/libc/tests/gen/fpsetmask_test.c
208
static const struct ops double_ops[] = {
lib/libc/tests/gen/fpsetmask_test.c
216
static const struct ops long_double_ops[] = {
lib/libc/tests/gen/fpsetmask_test.c
227
fpsetmask_masked(const struct ops *test_ops)
lib/libc/tests/gen/fpsetmask_test.c
231
const struct ops *t;
lib/libc/tests/gen/fpsetmask_test.c
264
fpsetmask_unmasked(const struct ops *test_ops)
lib/libc/tests/gen/fpsetmask_test.c
268
const struct ops *volatile t;
lib/libc/xdr/xdr_sizeof.c
127
struct xdr_ops ops;
lib/libc/xdr/xdr_sizeof.c
133
ops.x_putlong = x_putlong;
lib/libc/xdr/xdr_sizeof.c
134
ops.x_putbytes = x_putbytes;
lib/libc/xdr/xdr_sizeof.c
135
ops.x_inline = x_inline;
lib/libc/xdr/xdr_sizeof.c
136
ops.x_getpostn = x_getpostn;
lib/libc/xdr/xdr_sizeof.c
137
ops.x_setpostn = x_setpostn;
lib/libc/xdr/xdr_sizeof.c
138
ops.x_destroy = x_destroy;
lib/libc/xdr/xdr_sizeof.c
141
ops.x_getlong = (dummyfunc1) harmless;
lib/libc/xdr/xdr_sizeof.c
142
ops.x_getbytes = (dummyfunc2) harmless;
lib/libc/xdr/xdr_sizeof.c
145
x.x_ops = &ops;
lib/libiconv_modules/iconv_none/citrus_iconv_none.c
55
_citrus_iconv_none_iconv_getops(struct _citrus_iconv_ops *ops)
lib/libiconv_modules/iconv_none/citrus_iconv_none.c
58
memcpy(ops, &_citrus_iconv_none_iconv_ops,
lib/libiconv_modules/iconv_std/citrus_iconv_std.c
66
_citrus_iconv_std_iconv_getops(struct _citrus_iconv_ops *ops)
lib/libiconv_modules/iconv_std/citrus_iconv_std.c
69
memcpy(ops, &_citrus_iconv_std_iconv_ops,
lib/libiconv_modules/mapper_646/citrus_mapper_646.c
87
_citrus_mapper_646_mapper_getops(struct _citrus_mapper_ops *ops)
lib/libiconv_modules/mapper_646/citrus_mapper_646.c
90
memcpy(ops, &_citrus_mapper_646_mapper_ops,
lib/libiconv_modules/mapper_none/citrus_mapper_none.c
55
_citrus_mapper_none_mapper_getops(struct _citrus_mapper_ops *ops)
lib/libiconv_modules/mapper_none/citrus_mapper_none.c
58
memcpy(ops, &_citrus_mapper_none_mapper_ops,
lib/libiconv_modules/mapper_serial/citrus_mapper_serial.c
85
_citrus_mapper_serial_mapper_getops(struct _citrus_mapper_ops *ops)
lib/libiconv_modules/mapper_serial/citrus_mapper_serial.c
88
memcpy(ops, &_citrus_mapper_serial_mapper_ops,
lib/libiconv_modules/mapper_serial/citrus_mapper_serial.c
95
_citrus_mapper_parallel_mapper_getops(struct _citrus_mapper_ops *ops)
lib/libiconv_modules/mapper_serial/citrus_mapper_serial.c
98
memcpy(ops, &_citrus_mapper_parallel_mapper_ops,
lib/libiconv_modules/mapper_std/citrus_mapper_std.c
66
_citrus_mapper_std_mapper_getops(struct _citrus_mapper_ops *ops)
lib/libiconv_modules/mapper_std/citrus_mapper_std.c
69
memcpy(ops, &_citrus_mapper_std_mapper_ops,
lib/libiconv_modules/mapper_zone/citrus_mapper_zone.c
86
_citrus_mapper_zone_mapper_getops(struct _citrus_mapper_ops *ops)
lib/libiconv_modules/mapper_zone/citrus_mapper_zone.c
89
memcpy(ops, &_citrus_mapper_zone_mapper_ops,
lib/libiscsiutil/connection.c
36
connection_init(struct connection *conn, const struct connection_ops *ops,
lib/libiscsiutil/connection.c
40
conn->conn_ops = ops;
lib/libiscsiutil/libiscsiutil.h
157
const struct connection_ops *ops, bool use_proxy);
lib/libkvm/kvm_minidump_powerpc64_hpt.c
654
static struct ppc64_mmu_ops ops = {
lib/libkvm/kvm_minidump_powerpc64_hpt.c
660
struct ppc64_mmu_ops *ppc64_mmu_ops_hpt = &ops;
lib/libkvm/kvm_powerpc64.h
54
#define PPC64_MMU_OPS(kd) (kd)->vmst->mmu.ops
lib/libkvm/kvm_powerpc64.h
66
struct ppc64_mmu_ops *ops;
lib/libnvmf/nvmf_transport.c
23
struct nvmf_transport_ops *ops;
lib/libnvmf/nvmf_transport.c
28
ops = &tcp_ops;
lib/libnvmf/nvmf_transport.c
35
na = ops->allocate_association(controller, params);
lib/libnvmf/nvmf_transport.c
39
na->na_ops = ops;
lib/libpmc/libpmc.c
377
__K8MASK(add-pipe-excluding-junk-ops, 0),
lib/libpmc/libpmc.c
378
__K8MASK(multiply-pipe-excluding-junk-ops, 1),
lib/libpmc/libpmc.c
379
__K8MASK(store-pipe-excluding-junk-ops, 2),
lib/libpmc/libpmc.c
380
__K8MASK(add-pipe-junk-ops, 3),
lib/libpmc/libpmc.c
381
__K8MASK(multiply-pipe-junk-ops, 4),
lib/libpmc/libpmc.c
382
__K8MASK(store-pipe-junk-ops, 5),
lib/libsys/_libsys.h
517
int __sys_ktrace(const char * fname, int ops, int facs, int pid);
sbin/ipf/libipf/parseipfexpr.c
145
if (!strcasecmp(ops, "ip.addr") ||
sbin/ipf/libipf/parseipfexpr.c
146
!strcasecmp(ops, "ip.src") ||
sbin/ipf/libipf/parseipfexpr.c
147
!strcasecmp(ops, "ip.dst")) {
sbin/ipf/libipf/parseipfexpr.c
171
} else if (!strcasecmp(ops, "ip6.addr") ||
sbin/ipf/libipf/parseipfexpr.c
172
!strcasecmp(ops, "ip6.src") ||
sbin/ipf/libipf/parseipfexpr.c
173
!strcasecmp(ops, "ip6.dst")) {
sbin/ipf/libipf/parseipfexpr.c
206
} else if (!strcasecmp(ops, "ip.p")) {
sbin/ipf/libipf/parseipfexpr.c
214
} else if (!strcasecmp(ops, "tcp.flags")) {
sbin/ipf/libipf/parseipfexpr.c
231
} else if (!strcasecmp(ops, "tcp.port") ||
sbin/ipf/libipf/parseipfexpr.c
232
!strcasecmp(ops, "tcp.sport") ||
sbin/ipf/libipf/parseipfexpr.c
233
!strcasecmp(ops, "tcp.dport") ||
sbin/ipf/libipf/parseipfexpr.c
234
!strcasecmp(ops, "udp.port") ||
sbin/ipf/libipf/parseipfexpr.c
235
!strcasecmp(ops, "udp.sport") ||
sbin/ipf/libipf/parseipfexpr.c
236
!strcasecmp(ops, "udp.dport")) {
sbin/ipf/libipf/parseipfexpr.c
240
strncpy(proto, ops, 3);
sbin/ipf/libipf/parseipfexpr.c
246
} else if (!strcasecmp(ops, "tcp.state")) {
sbin/ipf/libipf/parseipfexpr.c
38
char *temp, *arg, *s, *t, *ops, *error;
sbin/ipf/libipf/parseipfexpr.c
75
for (ops = strtok(temp, ";"); ops != NULL; ops = strtok(NULL, ";")) {
sbin/ipf/libipf/parseipfexpr.c
76
arg = strchr(ops, '=');
sbin/ipf/libipf/parseipfexpr.c
77
if ((arg < ops + 2) || (arg == NULL)) {
sbin/ipf/libipf/parseipfexpr.c
92
if (strcmp(ops, e->ipoe_word) == 0)
sbin/ipf/libipf/parseipfexpr.c
96
asprintf(&error, "keyword (%.10s) not found", ops);
sbin/swapon/swapon.c
276
char *p, *args, *token, *string, *ops;
sbin/swapon/swapon.c
290
string = ops = strdup(mntops);
sbin/swapon/swapon.c
309
free(ops);
sbin/swapon/swapon.c
324
free(ops);
sbin/swapon/swapon.c
331
free(ops);
sbin/swapon/swapon.c
347
free(ops);
sbin/swapon/swapon.c
352
ops = NULL;
sbin/swapon/swapon.c
371
free(ops);
sys/amd64/pt/pt.c
749
.ops = &pt_ops,
sys/amd64/sgx/sgx.c
281
object->un_pager.devp.ops != &sgx_pg_ops) {
sys/amd64/vmm/intel/vmx.c
4114
vlapic->ops.enable_x2apic_mode = vmx_enable_x2apic_mode_ts;
sys/amd64/vmm/intel/vmx.c
4118
vlapic->ops.set_intr_ready = vmx_set_intr_ready;
sys/amd64/vmm/intel/vmx.c
4119
vlapic->ops.pending_intr = vmx_pending_intr;
sys/amd64/vmm/intel/vmx.c
4120
vlapic->ops.intr_accepted = vmx_intr_accepted;
sys/amd64/vmm/intel/vmx.c
4121
vlapic->ops.set_tmr = vmx_set_tmr;
sys/amd64/vmm/intel/vmx.c
4122
vlapic->ops.enable_x2apic_mode = vmx_enable_x2apic_mode_vid;
sys/amd64/vmm/intel/vmx.c
4126
vlapic->ops.post_intr = vmx_post_intr;
sys/amd64/vmm/io/iommu.c
102
if (ops != NULL && iommu_avail)
sys/amd64/vmm/io/iommu.c
103
return ((*ops->create_mapping)(domain, gpa, hpa, len, res_len));
sys/amd64/vmm/io/iommu.c
112
if (ops != NULL && iommu_avail)
sys/amd64/vmm/io/iommu.c
113
return ((*ops->remove_mapping)(domain, gpa, len, res_len));
sys/amd64/vmm/io/iommu.c
121
if (ops != NULL && iommu_avail)
sys/amd64/vmm/io/iommu.c
122
return ((*ops->add_device)(domain, dev, rid));
sys/amd64/vmm/io/iommu.c
130
if (ops != NULL && iommu_avail)
sys/amd64/vmm/io/iommu.c
131
return ((*ops->remove_device)(domain, dev, rid));
sys/amd64/vmm/io/iommu.c
139
if (ops != NULL && iommu_avail)
sys/amd64/vmm/io/iommu.c
140
return ((*ops->invalidate_tlb)(domain));
sys/amd64/vmm/io/iommu.c
148
if (ops != NULL && iommu_avail)
sys/amd64/vmm/io/iommu.c
149
(*ops->enable)();
sys/amd64/vmm/io/iommu.c
156
if (ops != NULL && iommu_avail)
sys/amd64/vmm/io/iommu.c
157
(*ops->disable)();
sys/amd64/vmm/io/iommu.c
187
ops = &iommu_ops_intel;
sys/amd64/vmm/io/iommu.c
189
ops = &iommu_ops_amd;
sys/amd64/vmm/io/iommu.c
191
ops = NULL;
sys/amd64/vmm/io/iommu.c
207
ops = NULL;
sys/amd64/vmm/io/iommu.c
57
static const struct iommu_ops *ops;
sys/amd64/vmm/io/iommu.c
66
if (ops != NULL)
sys/amd64/vmm/io/iommu.c
67
return ((*ops->init)());
sys/amd64/vmm/io/iommu.c
75
if (ops != NULL && iommu_avail)
sys/amd64/vmm/io/iommu.c
76
(*ops->cleanup)();
sys/amd64/vmm/io/iommu.c
83
if (ops != NULL && iommu_avail)
sys/amd64/vmm/io/iommu.c
84
return ((*ops->create_domain)(maxaddr));
sys/amd64/vmm/io/iommu.c
93
if (ops != NULL && iommu_avail)
sys/amd64/vmm/io/iommu.c
94
(*ops->destroy_domain)(dom);
sys/amd64/vmm/io/vlapic.c
1239
if (vlapic->ops.pending_intr)
sys/amd64/vmm/io/vlapic.c
1240
return ((*vlapic->ops.pending_intr)(vlapic, vecptr));
sys/amd64/vmm/io/vlapic.c
1269
if (vlapic->ops.intr_accepted)
sys/amd64/vmm/io/vlapic.c
1270
return ((*vlapic->ops.intr_accepted)(vlapic, vector));
sys/amd64/vmm/io/vlapic.c
1673
if (vlapic->ops.enable_x2apic_mode)
sys/amd64/vmm/io/vlapic.c
1674
(*vlapic->ops.enable_x2apic_mode)(vlapic);
sys/amd64/vmm/io/vlapic.c
1724
if (vlapic->ops.post_intr)
sys/amd64/vmm/io/vlapic.c
1725
(*vlapic->ops.post_intr)(vlapic, hostcpu);
sys/amd64/vmm/io/vlapic.c
1758
if (vlapic->ops.set_tmr != NULL)
sys/amd64/vmm/io/vlapic.c
1759
(*vlapic->ops.set_tmr)(vlapic, vector, level);
sys/amd64/vmm/io/vlapic.c
290
if (vlapic->ops.set_intr_ready)
sys/amd64/vmm/io/vlapic.c
291
return ((*vlapic->ops.set_intr_ready)(vlapic, vector, level));
sys/amd64/vmm/io/vlapic_priv.h
150
struct vlapic_ops ops;
sys/arm/arm/platform.c
141
platp->ops = NULL;
sys/arm64/iommu/iommu.c
414
error = iodom->ops->unmap(iodom, entry,
sys/arm64/spe/arm_spe_backend.c
123
.ops = &spe_ops,
sys/cam/ata/ata_xpt.c
210
.ops = &ata_xport_ops, \
sys/cam/ata/ata_xpt.c
227
.ops = &ata_proto_ops_ata,
sys/cam/ata/ata_xpt.c
238
.ops = &ata_proto_ops_satapm,
sys/cam/ata/ata_xpt.c
249
.ops = &ata_proto_ops_semb,
sys/cam/cam_xpt.c
1089
proto->ops->announce_sbuf(path->device, sb);
sys/cam/cam_xpt.c
1100
path->bus->xport->ops->announce_sbuf(periph, sb);
sys/cam/cam_xpt.c
1164
proto->ops->denounce_sbuf(path->device, sb);
sys/cam/cam_xpt.c
2551
(*(start_ccb->ccb_h.path->bus->xport->ops->action))(start_ccb);
sys/cam/cam_xpt.c
3394
if (proto && proto->ops->debug_out)
sys/cam/cam_xpt.c
3395
proto->ops->debug_out(work_ccb);
sys/cam/cam_xpt.c
3543
(*(bus->xport->ops->alloc_device))(bus,
sys/cam/cam_xpt.c
3889
.ops = &xport_default_ops,
sys/cam/cam_xpt.c
4189
(*(device->target->bus->xport->ops->async))(async_code,
sys/cam/cam_xpt_internal.h
63
struct xpt_xport_ops *ops;
sys/cam/cam_xpt_internal.h
83
struct xpt_proto_ops *ops;
sys/cam/mmc/mmc_sim.c
198
kobj_method = kobj_lookup_method(((kobj_t)dev)->ops->cls, NULL,
sys/cam/mmc/mmc_xpt.c
154
.ops = &mmc_xport_ops, \
sys/cam/mmc/mmc_xpt.c
169
.ops = &mmc_proto_ops,
sys/cam/nvme/nvme_xpt.c
173
.ops = &nvme_xport_ops, \
sys/cam/nvme/nvme_xpt.c
190
.ops = &nvme_proto_ops,
sys/cam/scsi/scsi_xpt.c
628
.ops = &scsi_xport_ops, \
sys/cam/scsi/scsi_xpt.c
651
.ops = &scsi_proto_ops,
sys/compat/freebsd32/freebsd32_systrace_args.c
307
iarg[a++] = p->ops; /* int */
sys/compat/linuxkpi/common/include/linux/backlight.h
106
return (bd->ops->update_status(bd));
sys/compat/linuxkpi/common/include/linux/backlight.h
64
const struct backlight_ops *ops;
sys/compat/linuxkpi/common/include/linux/backlight.h
74
struct device *dev, void *data, const struct backlight_ops *ops, struct backlight_properties *props);
sys/compat/linuxkpi/common/include/linux/backlight.h
76
#define backlight_device_register(name, dev, data, ops, props) \
sys/compat/linuxkpi/common/include/linux/backlight.h
77
linux_backlight_device_register(name, dev, data, ops, props)
sys/compat/linuxkpi/common/include/linux/backlight.h
83
return (bd->ops->update_status(bd));
sys/compat/linuxkpi/common/include/linux/backlight.h
89
bd->props.brightness = bd->ops->get_brightness(bd);
sys/compat/linuxkpi/common/include/linux/cdev.h
53
const struct file_operations *ops;
sys/compat/linuxkpi/common/include/linux/cdev.h
61
cdev_init(struct linux_cdev *cdev, const struct file_operations *ops)
sys/compat/linuxkpi/common/include/linux/cdev.h
65
cdev->ops = ops;
sys/compat/linuxkpi/common/include/linux/miscdevice.h
58
misc->cdev->ops = misc->fops;
sys/compat/linuxkpi/common/include/linux/soc/qcom/qmi.h
102
struct qmi_ops ops;
sys/compat/linuxkpi/common/include/linux/soc/qcom/qmi.h
111
const struct qmi_ops *ops, const struct qmi_msg_handler *handler)
sys/compat/linuxkpi/common/include/linux/soc/qcom/qmi.h
115
if (ops != NULL)
sys/compat/linuxkpi/common/include/linux/soc/qcom/qmi.h
116
handle->ops = *ops;
sys/compat/linuxkpi/common/include/linux/sysfs.h
133
const struct sysfs_ops *ops;
sys/compat/linuxkpi/common/include/linux/sysfs.h
145
ops = kobj->ktype->sysfs_ops;
sys/compat/linuxkpi/common/include/linux/sysfs.h
146
if (ops->show) {
sys/compat/linuxkpi/common/include/linux/sysfs.h
147
len = ops->show(kobj, attr, buf);
sys/compat/linuxkpi/common/include/linux/sysfs.h
168
if (error != 0 || req->newptr == NULL || ops->store == NULL)
sys/compat/linuxkpi/common/include/linux/sysfs.h
172
len = ops->store(kobj, attr, buf, len);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1330
wiphy_new(const struct cfg80211_ops *ops, size_t priv_len)
sys/compat/linuxkpi/common/include/net/cfg80211.h
1333
return (linuxkpi_wiphy_new(ops, priv_len));
sys/compat/linuxkpi/common/include/net/mac80211.h
1263
ieee80211_alloc_hw(size_t priv_len, const struct ieee80211_ops *ops)
sys/compat/linuxkpi/common/include/net/mac80211.h
1266
return (linuxkpi_ieee80211_alloc_hw(priv_len, ops));
sys/compat/linuxkpi/common/src/linux_80211.c
2167
if (lhw->mc_all_multi || lhw->ops->prepare_multicast == NULL)
sys/compat/linuxkpi/common/src/linux_80211.c
4136
if (lhw->ops->conf_tx == NULL)
sys/compat/linuxkpi/common/src/linux_80211.c
4494
if (lkpi_hwcrypto && lhw->ops->set_key != NULL) {
sys/compat/linuxkpi/common/src/linux_80211.c
4837
if (lhw->ops->hw_scan) {
sys/compat/linuxkpi/common/src/linux_80211.c
6830
if (lhw->ops->ampdu_action == NULL) {
sys/compat/linuxkpi/common/src/linux_80211.c
7130
linuxkpi_ieee80211_alloc_hw(size_t priv_len, const struct ieee80211_ops *ops)
sys/compat/linuxkpi/common/src/linux_80211.c
7145
if (ops->add_chanctx == ieee80211_emulate_add_chanctx &&
sys/compat/linuxkpi/common/src/linux_80211.c
7146
ops->change_chanctx == ieee80211_emulate_change_chanctx &&
sys/compat/linuxkpi/common/src/linux_80211.c
7147
ops->remove_chanctx == ieee80211_emulate_remove_chanctx) {
sys/compat/linuxkpi/common/src/linux_80211.c
7152
if (ops->assign_vif_chanctx != NULL ||
sys/compat/linuxkpi/common/src/linux_80211.c
7153
ops->unassign_vif_chanctx != NULL) {
sys/compat/linuxkpi/common/src/linux_80211.c
7158
ops->assign_vif_chanctx, ops->unassign_vif_chanctx);
sys/compat/linuxkpi/common/src/linux_80211.c
7163
if (!emuchanctx && (ops->add_chanctx == ieee80211_emulate_add_chanctx ||
sys/compat/linuxkpi/common/src/linux_80211.c
7164
ops->change_chanctx == ieee80211_emulate_change_chanctx ||
sys/compat/linuxkpi/common/src/linux_80211.c
7165
ops->remove_chanctx == ieee80211_emulate_remove_chanctx)) {
sys/compat/linuxkpi/common/src/linux_80211.c
7168
ops->add_chanctx == ieee80211_emulate_add_chanctx,
sys/compat/linuxkpi/common/src/linux_80211.c
7169
ops->change_chanctx == ieee80211_emulate_change_chanctx,
sys/compat/linuxkpi/common/src/linux_80211.c
7170
ops->remove_chanctx == ieee80211_emulate_remove_chanctx);
sys/compat/linuxkpi/common/src/linux_80211.c
7173
if (!emuchanctx && (ops->add_chanctx == NULL || ops->change_chanctx == NULL ||
sys/compat/linuxkpi/common/src/linux_80211.c
7174
ops->remove_chanctx == NULL || ops->assign_vif_chanctx == NULL ||
sys/compat/linuxkpi/common/src/linux_80211.c
7175
ops->unassign_vif_chanctx == NULL)) {
sys/compat/linuxkpi/common/src/linux_80211.c
7179
ops->add_chanctx, ops->change_chanctx, ops->remove_chanctx,
sys/compat/linuxkpi/common/src/linux_80211.c
7180
ops->assign_vif_chanctx, ops->unassign_vif_chanctx);
sys/compat/linuxkpi/common/src/linux_80211.c
7190
lhw->ops = ops;
sys/compat/linuxkpi/common/src/linux_80211.c
7443
if (lhw->ops->hw_scan)
sys/compat/linuxkpi/common/src/linux_80211.c
7566
if (lhw->ops->ampdu_action != NULL) {
sys/compat/linuxkpi/common/src/linux_80211.c
8706
linuxkpi_wiphy_new(const struct cfg80211_ops *ops, size_t priv_len)
sys/compat/linuxkpi/common/src/linux_80211.c
8714
lwiphy->ops = ops;
sys/compat/linuxkpi/common/src/linux_80211.h
259
const struct ieee80211_ops *ops;
sys/compat/linuxkpi/common/src/linux_80211.h
366
const struct cfg80211_ops *ops;
sys/compat/linuxkpi/common/src/linux_80211_macops.c
1005
lhw->ops->set_rekey_data(hw, vif, grd);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
1023
if (lhw->ops->set_default_unicast_key == NULL) {
sys/compat/linuxkpi/common/src/linux_80211_macops.c
1029
lhw->ops->set_default_unicast_key(hw, vif, idx);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
106
error = lhw->ops->get_antenna(hw, 0, txs, rxs);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
122
if (lhw->ops->set_frag_threshold == NULL) {
sys/compat/linuxkpi/common/src/linux_80211_macops.c
129
error = lhw->ops->set_frag_threshold(hw, 0, frag_th);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
145
if (lhw->ops->set_rts_threshold == NULL) {
sys/compat/linuxkpi/common/src/linux_80211_macops.c
152
error = lhw->ops->set_rts_threshold(hw, 0, rts_th);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
167
if (lhw->ops->add_interface == NULL) {
sys/compat/linuxkpi/common/src/linux_80211_macops.c
183
error = lhw->ops->add_interface(hw, vif);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
201
if (lhw->ops->remove_interface == NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
213
lhw->ops->remove_interface(hw, vif);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
236
if (lhw->ops->hw_scan == NULL) {
sys/compat/linuxkpi/common/src/linux_80211_macops.c
243
error = lhw->ops->hw_scan(hw, vif, sr);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
258
if (lhw->ops->cancel_hw_scan == NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
262
lhw->ops->cancel_hw_scan(hw, vif);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
271
if (lhw->ops->sw_scan_complete == NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
275
lhw->ops->sw_scan_complete(hw, vif);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
286
if (lhw->ops->sw_scan_start == NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
290
lhw->ops->sw_scan_start(hw, vif, addr);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
307
if (lhw->ops->prepare_multicast == NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
311
ptr = lhw->ops->prepare_multicast(hw, mc_list);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
324
if (lhw->ops->configure_filter == NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
328
lhw->ops->configure_filter(hw, changed_flags, total_flags, mc_ptr);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
346
if (lhw->ops->sta_add == NULL) {
sys/compat/linuxkpi/common/src/linux_80211_macops.c
358
error = lhw->ops->sta_add(hw, vif, sta);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
375
if (lhw->ops->sta_remove == NULL) {
sys/compat/linuxkpi/common/src/linux_80211_macops.c
388
error = lhw->ops->sta_remove(hw, vif, sta);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
406
if (lhw->ops->sta_state != NULL) {
sys/compat/linuxkpi/common/src/linux_80211_macops.c
408
error = lhw->ops->sta_state(hw, vif, sta, lsta->state, nstate);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
449
if (lhw->ops->config == NULL) {
sys/compat/linuxkpi/common/src/linux_80211_macops.c
456
error = lhw->ops->config(hw, 0, changed);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
471
if (lhw->ops->assign_vif_chanctx == NULL) {
sys/compat/linuxkpi/common/src/linux_80211_macops.c
478
error = lhw->ops->assign_vif_chanctx(hw, vif, conf, chanctx_conf);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
496
if (lhw->ops->unassign_vif_chanctx == NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
504
lhw->ops->unassign_vif_chanctx(hw, vif, conf, chanctx_conf);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
520
if (lhw->ops->add_chanctx == NULL) {
sys/compat/linuxkpi/common/src/linux_80211_macops.c
526
error = lhw->ops->add_chanctx(hw, chanctx_conf);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
546
if (lhw->ops->change_chanctx == NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
550
lhw->ops->change_chanctx(hw, chanctx_conf, changed);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
564
if (lhw->ops->remove_chanctx == NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
568
lhw->ops->remove_chanctx(hw, chanctx_conf);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
583
if (lhw->ops->vif_cfg_changed == NULL &&
sys/compat/linuxkpi/common/src/linux_80211_macops.c
584
lhw->ops->bss_info_changed == NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
59
if (lhw->ops->start == NULL) {
sys/compat/linuxkpi/common/src/linux_80211_macops.c
591
if (lhw->ops->link_info_changed != NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
592
lhw->ops->vif_cfg_changed(hw, vif, vif_cfg_bits);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
594
lhw->ops->bss_info_changed(hw, vif, &vif->bss_conf, vif_cfg_bits);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
608
if (lhw->ops->link_info_changed == NULL &&
sys/compat/linuxkpi/common/src/linux_80211_macops.c
609
lhw->ops->bss_info_changed == NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
619
if (lhw->ops->link_info_changed != NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
620
lhw->ops->link_info_changed(hw, vif, conf, link_info_bits);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
622
lhw->ops->bss_info_changed(hw, vif, conf, link_info_bits);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
640
if (lhw->ops->bss_info_changed == NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
647
lhw->ops->bss_info_changed(hw, vif, conf, bss_changed);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
658
if (lhw->ops->conf_tx == NULL) {
sys/compat/linuxkpi/common/src/linux_80211_macops.c
665
error = lhw->ops->conf_tx(hw, vif, link_id, ac, txqp);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
678
if (lhw->ops->flush == NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
682
lhw->ops->flush(hw, vif, nqueues, drop);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
692
if (lhw->ops->mgd_prepare_tx == NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
696
lhw->ops->mgd_prepare_tx(hw, vif, txinfo);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
70
error = lhw->ops->start(hw);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
706
if (lhw->ops->mgd_complete_tx == NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
710
lhw->ops->mgd_complete_tx(hw, vif, txinfo);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
720
if (lhw->ops->tx == NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
724
lhw->ops->tx(hw, txctrl, skb);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
739
if (lhw->ops->wake_tx_queue == NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
743
lhw->ops->wake_tx_queue(hw, txq);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
752
if (lhw->ops->sync_rx_queues == NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
756
lhw->ops->sync_rx_queues(hw);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
766
if (lhw->ops->sta_pre_rcu_remove == NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
770
lhw->ops->sta_pre_rcu_remove(hw, vif, sta);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
781
if (lhw->ops->link_sta_rc_update == NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
786
lhw->ops->link_sta_rc_update(hw, vif, link_sta, rc_changed);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
800
if (lhw->ops->set_bitrate_mask == NULL) {
sys/compat/linuxkpi/common/src/linux_80211_macops.c
807
error = lhw->ops->set_bitrate_mask(hw, vif, br_mask);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
824
if (lhw->ops->set_key == NULL) {
sys/compat/linuxkpi/common/src/linux_80211_macops.c
84
if (lhw->ops->stop == NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
846
error = lhw->ops->set_key(hw, cmd, vif, sta, kc);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
862
if (lhw->ops->sta_set_decap_offload == NULL)
sys/compat/linuxkpi/common/src/linux_80211_macops.c
866
lhw->ops->sta_set_decap_offload(hw, vif, sta, enable);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
877
if (lhw->ops->ampdu_action == NULL) {
sys/compat/linuxkpi/common/src/linux_80211_macops.c
88
lhw->ops->stop(hw, suspend);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
885
error = lhw->ops->ampdu_action(hw, vif, params);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
900
if (lhw->ops->sta_statistics == NULL) {
sys/compat/linuxkpi/common/src/linux_80211_macops.c
914
lhw->ops->sta_statistics(hw, vif, sta, sinfo);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
931
if (lhw->ops->suspend == NULL) {
sys/compat/linuxkpi/common/src/linux_80211_macops.c
937
error = lhw->ops->suspend(hw, wowlan);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
953
if (lhw->ops->resume == NULL) {
sys/compat/linuxkpi/common/src/linux_80211_macops.c
959
error = lhw->ops->resume(hw);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
975
if (lhw->ops->set_wakeup == NULL) {
sys/compat/linuxkpi/common/src/linux_80211_macops.c
981
lhw->ops->set_wakeup(hw, enable);
sys/compat/linuxkpi/common/src/linux_80211_macops.c
99
if (lhw->ops->get_antenna == NULL) {
sys/compat/linuxkpi/common/src/linux_80211_macops.c
999
if (lhw->ops->set_rekey_data == NULL) {
sys/compat/linuxkpi/common/src/linux_compat.c
2717
cdev->ops = fops;
sys/compat/linuxkpi/common/src/linux_compat.c
2739
cdev->ops = fops;
sys/compat/linuxkpi/common/src/linux_compat.c
688
.ops = &dummy_ldev_ops,
sys/compat/linuxkpi/common/src/linux_compat.c
710
*fop = ldev->ops;
sys/compat/linuxkpi/common/src/linux_compat.c
762
filp->f_op = ldev->ops;
sys/compat/linuxkpi/common/src/linux_pci.c
2332
return (pdev->dev.bd->ops->update_status(pdev->dev.bd));
sys/compat/linuxkpi/common/src/linux_pci.c
2337
void *data, const struct backlight_ops *ops, struct backlight_properties *props)
sys/compat/linuxkpi/common/src/linux_pci.c
2341
dev->bd->ops = ops;
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
229
ctx->ops = &gcm_ops_avx512;
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
40
ctx->ops->init(ctx, key, keylen);
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
46
(void)ctx->ops->finish(ctx, NULL, 0);
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
356
ctx->ops = &gcm_ops_neon;
sys/crypto/openssl/ossl_aes.c
205
ctx.ops->setiv(&ctx, iv, csp->csp_ivlen);
sys/crypto/openssl/ossl_aes.c
208
if (ctx.ops->aad(&ctx, crp->crp_aad, crp->crp_aad_length) != 0)
sys/crypto/openssl/ossl_aes.c
217
if (ctx.ops->aad(&ctx, inseg, seglen) != 0)
sys/crypto/openssl/ossl_aes.c
238
if (ctx.ops->encrypt(&ctx, inseg, outseg, seglen) != 0)
sys/crypto/openssl/ossl_aes.c
241
if (ctx.ops->decrypt(&ctx, inseg, outseg, seglen) != 0)
sys/crypto/openssl/ossl_aes.c
251
ctx.ops->tag(&ctx, tag, GMAC_DIGEST_LEN);
sys/crypto/openssl/ossl_aes.c
257
if (ctx.ops->finish(&ctx, tag, GMAC_DIGEST_LEN) != 0)
sys/crypto/openssl/ossl_aes_gcm.c
153
ctx->ops->init(ctx, key, keylen);
sys/crypto/openssl/ossl_aes_gcm.c
159
(void)ctx->ops->finish(ctx, NULL, 0);
sys/crypto/openssl/ossl_aes_gcm.c
612
ctx->ops = &gcm_ops;
sys/crypto/openssl/ossl_aes_gcm.h
68
const struct ossl_aes_gcm_ops *ops;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
231
struct bnxt_ulp_ops *ops;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
242
ops = ulp->ulp_ops;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
243
if (!ops || !ops->ulp_stop)
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
245
ops->ulp_stop(ulp->handle);
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
252
struct bnxt_ulp_ops *ops;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
267
ops = ulp->ulp_ops;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
268
if (!ops || !ops->ulp_start)
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
270
ops->ulp_start(ulp->handle);
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
277
struct bnxt_ulp_ops *ops;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
287
ops = rcu_dereference(ulp->ulp_ops);
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
288
if (!ops || !ops->ulp_sriov_config) {
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
294
ops->ulp_sriov_config(ulp->handle, num_vfs);
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
302
struct bnxt_ulp_ops *ops;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
311
ops = ulp->ulp_ops;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
312
if (!ops || !ops->ulp_shutdown)
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
314
ops->ulp_shutdown(ulp->handle);
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
321
struct bnxt_ulp_ops *ops;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
332
ops = ulp->ulp_ops;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
333
if (!ops || !ops->ulp_irq_stop)
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
335
ops->ulp_irq_stop(ulp->handle);
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
352
struct bnxt_ulp_ops *ops;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
357
ops = ulp->ulp_ops;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
358
if (!ops || !ops->ulp_log_live)
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
361
ops->ulp_log_live(ulp->handle);
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
377
struct bnxt_ulp_ops *ops;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
387
ops = rcu_dereference(ulp->ulp_ops);
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
388
if (!ops || !ops->ulp_async_notifier)
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
400
ops->ulp_async_notifier(ulp->handle, cmpl);
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
34953
uint16_t ops;
sys/dev/bnxt/bnxt_re/main.c
2174
INIT_IB_DEVICE_OPS(&ibdev->ops, bnxt_re, BNXT_RE);
sys/dev/cas/if_casvar.h
220
#define CAS_CDSYNC(sc, ops) \
sys/dev/cas/if_casvar.h
221
bus_dmamap_sync((sc)->sc_cdmatag, (sc)->sc_cddmamap, (ops));
sys/dev/clk/clk.c
657
kobj_method = kobj_lookup_method(((kobj_t)clknode)->ops->cls, NULL,
sys/dev/cxgb/common/cxgb_common.h
582
const struct cphy_ops *ops; /* PHY operations */
sys/dev/cxgb/common/cxgb_common.h
613
phy->ops = phy_ops;
sys/dev/cxgb/common/cxgb_t3_hw.c
1533
phy->ops->get_link_status(phy, &link_state, &speed, &duplex, &fc);
sys/dev/cxgb/common/cxgb_t3_hw.c
1538
phy->ops->reset(phy, 0);
sys/dev/cxgb/common/cxgb_t3_hw.c
1684
phy->ops->advertise(phy, lc->advertising);
sys/dev/cxgb/common/cxgb_t3_hw.c
1693
phy->ops->set_speed_duplex(phy, lc->speed, lc->duplex);
sys/dev/cxgb/common/cxgb_t3_hw.c
1696
phy->ops->power_down(phy, 0);
sys/dev/cxgb/common/cxgb_t3_hw.c
1698
phy->ops->autoneg_enable(phy);
sys/dev/cxgb/common/cxgb_t3_hw.c
1702
phy->ops->reset(phy, 0);
sys/dev/cxgb/common/cxgb_t3_hw.c
2219
int phy_cause = p->phy.ops->intr_handler(&p->phy);
sys/dev/cxgb/common/cxgb_t3_hw.c
2445
pi->phy.ops->intr_enable(&pi->phy);
sys/dev/cxgb/common/cxgb_t3_hw.c
2461
pi->phy.ops->intr_disable(&pi->phy);
sys/dev/cxgb/common/cxgb_t3_hw.c
2477
pi->phy.ops->intr_clear(&pi->phy);
sys/dev/cxgb/common/cxgb_t3_hw.c
4581
p->phy.ops->power_down(&p->phy, 1);
sys/dev/cxgb/common/cxgb_t3_hw.c
4639
p->phy.ops->power_down(&p->phy, 1);
sys/dev/cxgb/common/cxgb_t3_hw.c
591
const struct mdio_ops *ops);
sys/dev/cxgb/common/cxgb_vsc8211.c
452
phy->ops = &vsc8211_fiber_ops;
sys/dev/cxgb/cxgb_main.c
1792
pi->phy.ops->power_down(&pi->phy, 1);
sys/dev/cxgbe/iw_cxgbe/provider.c
410
INIT_IB_DEVICE_OPS(&ibdev->ops, c4iw, CXGB4);
sys/dev/dwc/if_dwc_rk.c
128
struct if_dwc_rk_ops *ops;
sys/dev/dwc/if_dwc_rk.c
364
if (sc->ops->set_delays)
sys/dev/dwc/if_dwc_rk.c
365
sc->ops->set_delays(sc);
sys/dev/dwc/if_dwc_rk.c
496
sc->ops = (struct if_dwc_rk_ops *)ofw_bus_search_compatible(dev, compat_data)->ocd_data;
sys/dev/dwc/if_dwc_rk.c
532
if (sc->ops->set_phy_mode)
sys/dev/dwc/if_dwc_rk.c
533
sc->ops->set_phy_mode(sc);
sys/dev/dwc/if_dwc_rk.c
535
if (sc->ops->set_delays)
sys/dev/dwc/if_dwc_rk.c
536
sc->ops->set_delays(sc);
sys/dev/dwc/if_dwc_rk.c
557
if (sc->ops->phy_powerup)
sys/dev/dwc/if_dwc_rk.c
558
sc->ops->phy_powerup(sc);
sys/dev/dwc/if_dwc_rk.c
615
if (sc->ops->set_speed)
sys/dev/dwc/if_dwc_rk.c
616
return sc->ops->set_speed(sc, speed);
sys/dev/e1000/e1000_80003es2lan.c
1025
ret_val = hw->phy.ops.write_reg(hw, GG82563_PHY_SPEC_CTRL, data);
sys/dev/e1000/e1000_80003es2lan.c
1030
ret_val = hw->phy.ops.commit(hw);
sys/dev/e1000/e1000_80003es2lan.c
1053
ret_val = hw->phy.ops.read_reg(hw, GG82563_PHY_SPEC_CTRL_2, &data);
sys/dev/e1000/e1000_80003es2lan.c
1058
ret_val = hw->phy.ops.write_reg(hw, GG82563_PHY_SPEC_CTRL_2, data);
sys/dev/e1000/e1000_80003es2lan.c
1066
ret_val = hw->phy.ops.read_reg(hw, GG82563_PHY_PWR_MGMT_CTRL, &data);
sys/dev/e1000/e1000_80003es2lan.c
107
phy->ops.acquire = e1000_acquire_phy_80003es2lan;
sys/dev/e1000/e1000_80003es2lan.c
1074
if (!hw->mac.ops.check_mng_mode(hw)) {
sys/dev/e1000/e1000_80003es2lan.c
1077
ret_val = hw->phy.ops.write_reg(hw, GG82563_PHY_PWR_MGMT_CTRL,
sys/dev/e1000/e1000_80003es2lan.c
108
phy->ops.check_polarity = e1000_check_polarity_m88;
sys/dev/e1000/e1000_80003es2lan.c
1082
ret_val = hw->phy.ops.read_reg(hw, GG82563_PHY_KMRN_MODE_CTRL,
sys/dev/e1000/e1000_80003es2lan.c
1088
ret_val = hw->phy.ops.write_reg(hw, GG82563_PHY_KMRN_MODE_CTRL,
sys/dev/e1000/e1000_80003es2lan.c
109
phy->ops.check_reset_block = e1000_check_reset_block_generic;
sys/dev/e1000/e1000_80003es2lan.c
1097
ret_val = hw->phy.ops.read_reg(hw, GG82563_PHY_INBAND_CTRL, &data);
sys/dev/e1000/e1000_80003es2lan.c
110
phy->ops.commit = e1000_phy_sw_reset_generic;
sys/dev/e1000/e1000_80003es2lan.c
1102
ret_val = hw->phy.ops.write_reg(hw, GG82563_PHY_INBAND_CTRL, data);
sys/dev/e1000/e1000_80003es2lan.c
111
phy->ops.get_cfg_done = e1000_get_cfg_done_80003es2lan;
sys/dev/e1000/e1000_80003es2lan.c
112
phy->ops.get_info = e1000_get_phy_info_m88;
sys/dev/e1000/e1000_80003es2lan.c
113
phy->ops.release = e1000_release_phy_80003es2lan;
sys/dev/e1000/e1000_80003es2lan.c
114
phy->ops.reset = e1000_phy_hw_reset_generic;
sys/dev/e1000/e1000_80003es2lan.c
115
phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_generic;
sys/dev/e1000/e1000_80003es2lan.c
117
phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_80003es2lan;
sys/dev/e1000/e1000_80003es2lan.c
118
phy->ops.get_cable_length = e1000_get_cable_length_80003es2lan;
sys/dev/e1000/e1000_80003es2lan.c
119
phy->ops.read_reg = e1000_read_phy_reg_gg82563_80003es2lan;
sys/dev/e1000/e1000_80003es2lan.c
120
phy->ops.write_reg = e1000_write_phy_reg_gg82563_80003es2lan;
sys/dev/e1000/e1000_80003es2lan.c
122
phy->ops.cfg_on_link_up = e1000_cfg_on_link_up_80003es2lan;
sys/dev/e1000/e1000_80003es2lan.c
1229
ret_val = hw->phy.ops.read_reg(hw, GG82563_PHY_KMRN_MODE_CTRL,
sys/dev/e1000/e1000_80003es2lan.c
1234
ret_val = hw->phy.ops.read_reg(hw, GG82563_PHY_KMRN_MODE_CTRL,
sys/dev/e1000/e1000_80003es2lan.c
1246
return hw->phy.ops.write_reg(hw, GG82563_PHY_KMRN_MODE_CTRL, reg_data);
sys/dev/e1000/e1000_80003es2lan.c
1280
ret_val = hw->phy.ops.read_reg(hw, GG82563_PHY_KMRN_MODE_CTRL,
sys/dev/e1000/e1000_80003es2lan.c
1285
ret_val = hw->phy.ops.read_reg(hw, GG82563_PHY_KMRN_MODE_CTRL,
sys/dev/e1000/e1000_80003es2lan.c
1294
return hw->phy.ops.write_reg(hw, GG82563_PHY_KMRN_MODE_CTRL, reg_data);
sys/dev/e1000/e1000_80003es2lan.c
1399
if (!(hw->mac.ops.check_mng_mode(hw) ||
sys/dev/e1000/e1000_80003es2lan.c
1400
hw->phy.ops.check_reset_block(hw)))
sys/dev/e1000/e1000_80003es2lan.c
179
nvm->ops.acquire = e1000_acquire_nvm_80003es2lan;
sys/dev/e1000/e1000_80003es2lan.c
180
nvm->ops.read = e1000_read_nvm_eerd;
sys/dev/e1000/e1000_80003es2lan.c
181
nvm->ops.release = e1000_release_nvm_80003es2lan;
sys/dev/e1000/e1000_80003es2lan.c
182
nvm->ops.update = e1000_update_nvm_checksum_generic;
sys/dev/e1000/e1000_80003es2lan.c
183
nvm->ops.valid_led_default = e1000_valid_led_default_generic;
sys/dev/e1000/e1000_80003es2lan.c
184
nvm->ops.validate = e1000_validate_nvm_checksum_generic;
sys/dev/e1000/e1000_80003es2lan.c
185
nvm->ops.write = e1000_write_nvm_80003es2lan;
sys/dev/e1000/e1000_80003es2lan.c
204
mac->ops.check_for_link = e1000_check_for_serdes_link_generic;
sys/dev/e1000/e1000_80003es2lan.c
205
mac->ops.setup_physical_interface =
sys/dev/e1000/e1000_80003es2lan.c
210
mac->ops.check_for_link = e1000_check_for_copper_link_generic;
sys/dev/e1000/e1000_80003es2lan.c
211
mac->ops.setup_physical_interface =
sys/dev/e1000/e1000_80003es2lan.c
233
mac->ops.get_bus_info = e1000_get_bus_info_pcie_generic;
sys/dev/e1000/e1000_80003es2lan.c
235
mac->ops.reset_hw = e1000_reset_hw_80003es2lan;
sys/dev/e1000/e1000_80003es2lan.c
237
mac->ops.init_hw = e1000_init_hw_80003es2lan;
sys/dev/e1000/e1000_80003es2lan.c
239
mac->ops.setup_link = e1000_setup_link_generic;
sys/dev/e1000/e1000_80003es2lan.c
241
mac->ops.check_mng_mode = e1000_check_mng_mode_generic;
sys/dev/e1000/e1000_80003es2lan.c
243
mac->ops.update_mc_addr_list = e1000_update_mc_addr_list_generic;
sys/dev/e1000/e1000_80003es2lan.c
245
mac->ops.write_vfta = e1000_write_vfta_generic;
sys/dev/e1000/e1000_80003es2lan.c
247
mac->ops.clear_vfta = e1000_clear_vfta_generic;
sys/dev/e1000/e1000_80003es2lan.c
249
mac->ops.read_mac_addr = e1000_read_mac_addr_80003es2lan;
sys/dev/e1000/e1000_80003es2lan.c
251
mac->ops.id_led_init = e1000_id_led_init_generic;
sys/dev/e1000/e1000_80003es2lan.c
253
mac->ops.blink_led = e1000_blink_led_generic;
sys/dev/e1000/e1000_80003es2lan.c
255
mac->ops.setup_led = e1000_setup_led_generic;
sys/dev/e1000/e1000_80003es2lan.c
257
mac->ops.cleanup_led = e1000_cleanup_led_generic;
sys/dev/e1000/e1000_80003es2lan.c
259
mac->ops.led_on = e1000_led_on_generic;
sys/dev/e1000/e1000_80003es2lan.c
260
mac->ops.led_off = e1000_led_off_generic;
sys/dev/e1000/e1000_80003es2lan.c
262
mac->ops.clear_hw_cntrs = e1000_clear_hw_cntrs_80003es2lan;
sys/dev/e1000/e1000_80003es2lan.c
264
mac->ops.get_link_up_info = e1000_get_link_up_info_80003es2lan;
sys/dev/e1000/e1000_80003es2lan.c
267
hw->mac.ops.set_lan_id(hw);
sys/dev/e1000/e1000_80003es2lan.c
282
hw->mac.ops.init_params = e1000_init_mac_params_80003es2lan;
sys/dev/e1000/e1000_80003es2lan.c
283
hw->nvm.ops.init_params = e1000_init_nvm_params_80003es2lan;
sys/dev/e1000/e1000_80003es2lan.c
284
hw->phy.ops.init_params = e1000_init_phy_params_80003es2lan;
sys/dev/e1000/e1000_80003es2lan.c
597
if (!(hw->phy.ops.read_reg))
sys/dev/e1000/e1000_80003es2lan.c
603
ret_val = hw->phy.ops.read_reg(hw, M88E1000_PHY_SPEC_CTRL, &phy_data);
sys/dev/e1000/e1000_80003es2lan.c
608
ret_val = hw->phy.ops.write_reg(hw, GG82563_PHY_SPEC_CTRL, phy_data);
sys/dev/e1000/e1000_80003es2lan.c
614
ret_val = hw->phy.ops.read_reg(hw, PHY_CONTROL, &phy_data);
sys/dev/e1000/e1000_80003es2lan.c
623
ret_val = hw->phy.ops.write_reg(hw, PHY_CONTROL, phy_data);
sys/dev/e1000/e1000_80003es2lan.c
653
ret_val = hw->phy.ops.read_reg(hw, GG82563_PHY_MAC_SPEC_CTRL,
sys/dev/e1000/e1000_80003es2lan.c
671
ret_val = hw->phy.ops.write_reg(hw, GG82563_PHY_MAC_SPEC_CTRL,
sys/dev/e1000/e1000_80003es2lan.c
692
if (!(hw->phy.ops.read_reg))
sys/dev/e1000/e1000_80003es2lan.c
695
ret_val = hw->phy.ops.read_reg(hw, GG82563_PHY_DSP_DISTANCE, &phy_data);
sys/dev/e1000/e1000_80003es2lan.c
730
hw->phy.ops.cfg_on_link_up(hw);
sys/dev/e1000/e1000_80003es2lan.c
824
ret_val = mac->ops.id_led_init(hw);
sys/dev/e1000/e1000_80003es2lan.c
831
mac->ops.clear_vfta(hw);
sys/dev/e1000/e1000_80003es2lan.c
842
ret_val = mac->ops.setup_link(hw);
sys/dev/e1000/e1000_80003es2lan.c
977
ret_val = hw->phy.ops.read_reg(hw, GG82563_PHY_MAC_SPEC_CTRL, &data);
sys/dev/e1000/e1000_80003es2lan.c
98
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/e1000/e1000_80003es2lan.c
985
ret_val = hw->phy.ops.write_reg(hw, GG82563_PHY_MAC_SPEC_CTRL, data);
sys/dev/e1000/e1000_80003es2lan.c
99
phy->ops.power_down = e1000_power_down_phy_copper_80003es2lan;
sys/dev/e1000/e1000_80003es2lan.c
996
ret_val = hw->phy.ops.read_reg(hw, GG82563_PHY_SPEC_CTRL, &data);
sys/dev/e1000/e1000_82540.c
143
nvm->ops.acquire = e1000_acquire_nvm_generic;
sys/dev/e1000/e1000_82540.c
144
nvm->ops.read = e1000_read_nvm_microwire;
sys/dev/e1000/e1000_82540.c
145
nvm->ops.release = e1000_release_nvm_generic;
sys/dev/e1000/e1000_82540.c
146
nvm->ops.update = e1000_update_nvm_checksum_generic;
sys/dev/e1000/e1000_82540.c
147
nvm->ops.valid_led_default = e1000_valid_led_default_generic;
sys/dev/e1000/e1000_82540.c
148
nvm->ops.validate = e1000_validate_nvm_checksum_generic;
sys/dev/e1000/e1000_82540.c
149
nvm->ops.write = e1000_write_nvm_microwire;
sys/dev/e1000/e1000_82540.c
190
mac->ops.get_bus_info = e1000_get_bus_info_pci_generic;
sys/dev/e1000/e1000_82540.c
192
mac->ops.set_lan_id = e1000_set_lan_id_multi_port_pci;
sys/dev/e1000/e1000_82540.c
194
mac->ops.reset_hw = e1000_reset_hw_82540;
sys/dev/e1000/e1000_82540.c
196
mac->ops.init_hw = e1000_init_hw_82540;
sys/dev/e1000/e1000_82540.c
198
mac->ops.setup_link = e1000_setup_link_generic;
sys/dev/e1000/e1000_82540.c
200
mac->ops.setup_physical_interface =
sys/dev/e1000/e1000_82540.c
207
mac->ops.check_for_link = e1000_check_for_copper_link_generic;
sys/dev/e1000/e1000_82540.c
210
mac->ops.check_for_link = e1000_check_for_fiber_link_generic;
sys/dev/e1000/e1000_82540.c
213
mac->ops.check_for_link = e1000_check_for_serdes_link_generic;
sys/dev/e1000/e1000_82540.c
221
mac->ops.get_link_up_info =
sys/dev/e1000/e1000_82540.c
226
mac->ops.update_mc_addr_list = e1000_update_mc_addr_list_generic;
sys/dev/e1000/e1000_82540.c
228
mac->ops.write_vfta = e1000_write_vfta_generic;
sys/dev/e1000/e1000_82540.c
230
mac->ops.clear_vfta = e1000_clear_vfta_generic;
sys/dev/e1000/e1000_82540.c
232
mac->ops.read_mac_addr = e1000_read_mac_addr_82540;
sys/dev/e1000/e1000_82540.c
234
mac->ops.id_led_init = e1000_id_led_init_generic;
sys/dev/e1000/e1000_82540.c
236
mac->ops.setup_led = e1000_setup_led_generic;
sys/dev/e1000/e1000_82540.c
238
mac->ops.cleanup_led = e1000_cleanup_led_generic;
sys/dev/e1000/e1000_82540.c
240
mac->ops.led_on = e1000_led_on_generic;
sys/dev/e1000/e1000_82540.c
241
mac->ops.led_off = e1000_led_off_generic;
sys/dev/e1000/e1000_82540.c
243
mac->ops.clear_hw_cntrs = e1000_clear_hw_cntrs_82540;
sys/dev/e1000/e1000_82540.c
259
hw->mac.ops.init_params = e1000_init_mac_params_82540;
sys/dev/e1000/e1000_82540.c
260
hw->nvm.ops.init_params = e1000_init_nvm_params_82540;
sys/dev/e1000/e1000_82540.c
261
hw->phy.ops.init_params = e1000_init_phy_params_82540;
sys/dev/e1000/e1000_82540.c
338
ret_val = mac->ops.id_led_init(hw);
sys/dev/e1000/e1000_82540.c
349
mac->ops.clear_vfta(hw);
sys/dev/e1000/e1000_82540.c
373
ret_val = mac->ops.setup_link(hw);
sys/dev/e1000/e1000_82540.c
430
ret_val = hw->phy.ops.read_reg(hw, M88E1000_PHY_SPEC_CTRL,
sys/dev/e1000/e1000_82540.c
435
ret_val = hw->phy.ops.write_reg(hw, M88E1000_PHY_SPEC_CTRL,
sys/dev/e1000/e1000_82540.c
506
ret_val = hw->nvm.ops.read(hw, NVM_SERDES_AMPLITUDE, 1, &nvm_data);
sys/dev/e1000/e1000_82540.c
513
ret_val = hw->phy.ops.write_reg(hw, M88E1000_PHY_EXT_CTRL,
sys/dev/e1000/e1000_82540.c
539
ret_val = hw->phy.ops.read_reg(hw, M88E1000_PHY_PAGE_SELECT,
sys/dev/e1000/e1000_82540.c
544
ret_val = hw->phy.ops.write_reg(hw, M88E1000_PHY_PAGE_SELECT, 0x0005);
sys/dev/e1000/e1000_82540.c
548
ret_val = hw->phy.ops.read_reg(hw, M88E1000_PHY_GEN_CONTROL, &phy_data);
sys/dev/e1000/e1000_82540.c
553
ret_val = hw->phy.ops.write_reg(hw, M88E1000_PHY_GEN_CONTROL, phy_data);
sys/dev/e1000/e1000_82540.c
559
ret_val = hw->phy.ops.write_reg(hw, M88E1000_PHY_PAGE_SELECT, 0x0004);
sys/dev/e1000/e1000_82540.c
563
ret_val = hw->phy.ops.read_reg(hw, M88E1000_PHY_GEN_CONTROL, &phy_data);
sys/dev/e1000/e1000_82540.c
568
ret_val = hw->phy.ops.write_reg(hw, M88E1000_PHY_GEN_CONTROL, phy_data);
sys/dev/e1000/e1000_82540.c
572
ret_val = hw->phy.ops.write_reg(hw, M88E1000_PHY_PAGE_SELECT,
sys/dev/e1000/e1000_82540.c
598
ret_val = hw->nvm.ops.read(hw, NVM_PHY_CLASS_WORD, 1, &nvm_data);
sys/dev/e1000/e1000_82540.c
605
ret_val = hw->phy.ops.write_reg(hw, M88E1000_PHY_PAGE_SELECT,
sys/dev/e1000/e1000_82540.c
611
ret_val = hw->phy.ops.write_reg(hw, M88E1000_PHY_GEN_CONTROL,
sys/dev/e1000/e1000_82540.c
700
ret_val = hw->nvm.ops.read(hw, offset, 1, &nvm_data);
sys/dev/e1000/e1000_82540.c
77
phy->ops.check_polarity = e1000_check_polarity_m88;
sys/dev/e1000/e1000_82540.c
78
phy->ops.commit = e1000_phy_sw_reset_generic;
sys/dev/e1000/e1000_82540.c
79
phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_m88;
sys/dev/e1000/e1000_82540.c
80
phy->ops.get_cable_length = e1000_get_cable_length_m88;
sys/dev/e1000/e1000_82540.c
81
phy->ops.get_cfg_done = e1000_get_cfg_done_generic;
sys/dev/e1000/e1000_82540.c
82
phy->ops.read_reg = e1000_read_phy_reg_m88;
sys/dev/e1000/e1000_82540.c
83
phy->ops.reset = e1000_phy_hw_reset_generic;
sys/dev/e1000/e1000_82540.c
84
phy->ops.write_reg = e1000_write_phy_reg_m88;
sys/dev/e1000/e1000_82540.c
85
phy->ops.get_info = e1000_get_phy_info_m88;
sys/dev/e1000/e1000_82540.c
86
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/e1000/e1000_82540.c
87
phy->ops.power_down = e1000_power_down_phy_copper_82540;
sys/dev/e1000/e1000_82541.c
100
phy->ops.get_cable_length = e1000_get_cable_length_igp_82541;
sys/dev/e1000/e1000_82541.c
1000
ret_val = phy->ops.write_reg(hw,
sys/dev/e1000/e1000_82541.c
101
phy->ops.get_cfg_done = e1000_get_cfg_done_generic;
sys/dev/e1000/e1000_82541.c
1010
ret_val = phy->ops.write_reg(hw, IGP01E1000_GMII_FIFO, data);
sys/dev/e1000/e1000_82541.c
1015
ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_CONFIG,
sys/dev/e1000/e1000_82541.c
102
phy->ops.get_info = e1000_get_phy_info_igp;
sys/dev/e1000/e1000_82541.c
1021
ret_val = phy->ops.write_reg(hw, IGP01E1000_PHY_PORT_CONFIG,
sys/dev/e1000/e1000_82541.c
103
phy->ops.read_reg = e1000_read_phy_reg_igp;
sys/dev/e1000/e1000_82541.c
104
phy->ops.reset = e1000_phy_hw_reset_82541;
sys/dev/e1000/e1000_82541.c
1043
ret_val = hw->phy.ops.read_reg(hw, IGP01E1000_GMII_FIFO,
sys/dev/e1000/e1000_82541.c
1048
ret_val = hw->phy.ops.write_reg(hw, IGP01E1000_GMII_FIFO,
sys/dev/e1000/e1000_82541.c
105
phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_82541;
sys/dev/e1000/e1000_82541.c
106
phy->ops.write_reg = e1000_write_phy_reg_igp;
sys/dev/e1000/e1000_82541.c
107
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/e1000/e1000_82541.c
1074
ret_val = hw->phy.ops.write_reg(hw, IGP01E1000_GMII_FIFO,
sys/dev/e1000/e1000_82541.c
108
phy->ops.power_down = e1000_power_down_phy_copper_82541;
sys/dev/e1000/e1000_82541.c
1111
ret_val = hw->phy.ops.read_reg(hw, 0x2F5B, &phy_saved_data);
sys/dev/e1000/e1000_82541.c
1114
hw->phy.ops.write_reg(hw, 0x2F5B, 0x0003);
sys/dev/e1000/e1000_82541.c
1118
hw->phy.ops.write_reg(hw, 0x0000, 0x0140);
sys/dev/e1000/e1000_82541.c
1125
hw->phy.ops.write_reg(hw, 0x1F95, 0x0001);
sys/dev/e1000/e1000_82541.c
1127
hw->phy.ops.write_reg(hw, 0x1F71, 0xBD21);
sys/dev/e1000/e1000_82541.c
1129
hw->phy.ops.write_reg(hw, 0x1F79, 0x0018);
sys/dev/e1000/e1000_82541.c
1131
hw->phy.ops.write_reg(hw, 0x1F30, 0x1600);
sys/dev/e1000/e1000_82541.c
1133
hw->phy.ops.write_reg(hw, 0x1F31, 0x0014);
sys/dev/e1000/e1000_82541.c
1135
hw->phy.ops.write_reg(hw, 0x1F32, 0x161C);
sys/dev/e1000/e1000_82541.c
1137
hw->phy.ops.write_reg(hw, 0x1F94, 0x0003);
sys/dev/e1000/e1000_82541.c
1139
hw->phy.ops.write_reg(hw, 0x1F96, 0x003F);
sys/dev/e1000/e1000_82541.c
1141
hw->phy.ops.write_reg(hw, 0x2010, 0x0008);
sys/dev/e1000/e1000_82541.c
1145
hw->phy.ops.write_reg(hw, 0x1F73, 0x0099);
sys/dev/e1000/e1000_82541.c
1151
hw->phy.ops.write_reg(hw, 0x0000, 0x3300);
sys/dev/e1000/e1000_82541.c
1156
hw->phy.ops.write_reg(hw, 0x2F5B, phy_saved_data);
sys/dev/e1000/e1000_82541.c
1162
hw->phy.ops.read_reg(hw, IGP01E1000_ANALOG_SPARE_FUSE_STATUS,
sys/dev/e1000/e1000_82541.c
1166
hw->phy.ops.read_reg(hw, IGP01E1000_ANALOG_FUSE_STATUS,
sys/dev/e1000/e1000_82541.c
1183
hw->phy.ops.write_reg(hw,
sys/dev/e1000/e1000_82541.c
1186
hw->phy.ops.write_reg(hw,
sys/dev/e1000/e1000_82541.c
1289
ret_val = hw->nvm.ops.read(hw, offset, 1, &nvm_data);
sys/dev/e1000/e1000_82541.c
167
nvm->ops.acquire = e1000_acquire_nvm_generic;
sys/dev/e1000/e1000_82541.c
168
nvm->ops.read = e1000_read_nvm_spi;
sys/dev/e1000/e1000_82541.c
169
nvm->ops.release = e1000_release_nvm_generic;
sys/dev/e1000/e1000_82541.c
170
nvm->ops.update = e1000_update_nvm_checksum_generic;
sys/dev/e1000/e1000_82541.c
171
nvm->ops.valid_led_default = e1000_valid_led_default_generic;
sys/dev/e1000/e1000_82541.c
172
nvm->ops.validate = e1000_validate_nvm_checksum_generic;
sys/dev/e1000/e1000_82541.c
173
nvm->ops.write = e1000_write_nvm_spi;
sys/dev/e1000/e1000_82541.c
182
ret_val = nvm->ops.read(hw, NVM_CFG, 1, &size);
sys/dev/e1000/e1000_82541.c
202
nvm->ops.acquire = e1000_acquire_nvm_generic;
sys/dev/e1000/e1000_82541.c
203
nvm->ops.read = e1000_read_nvm_microwire;
sys/dev/e1000/e1000_82541.c
204
nvm->ops.release = e1000_release_nvm_generic;
sys/dev/e1000/e1000_82541.c
205
nvm->ops.update = e1000_update_nvm_checksum_generic;
sys/dev/e1000/e1000_82541.c
206
nvm->ops.valid_led_default = e1000_valid_led_default_generic;
sys/dev/e1000/e1000_82541.c
207
nvm->ops.validate = e1000_validate_nvm_checksum_generic;
sys/dev/e1000/e1000_82541.c
208
nvm->ops.write = e1000_write_nvm_microwire;
sys/dev/e1000/e1000_82541.c
237
mac->ops.get_bus_info = e1000_get_bus_info_pci_generic;
sys/dev/e1000/e1000_82541.c
239
mac->ops.set_lan_id = e1000_set_lan_id_single_port;
sys/dev/e1000/e1000_82541.c
241
mac->ops.reset_hw = e1000_reset_hw_82541;
sys/dev/e1000/e1000_82541.c
243
mac->ops.init_hw = e1000_init_hw_82541;
sys/dev/e1000/e1000_82541.c
245
mac->ops.setup_link = e1000_setup_link_generic;
sys/dev/e1000/e1000_82541.c
247
mac->ops.setup_physical_interface = e1000_setup_copper_link_82541;
sys/dev/e1000/e1000_82541.c
249
mac->ops.check_for_link = e1000_check_for_link_82541;
sys/dev/e1000/e1000_82541.c
251
mac->ops.get_link_up_info = e1000_get_link_up_info_82541;
sys/dev/e1000/e1000_82541.c
253
mac->ops.update_mc_addr_list = e1000_update_mc_addr_list_generic;
sys/dev/e1000/e1000_82541.c
255
mac->ops.write_vfta = e1000_write_vfta_generic;
sys/dev/e1000/e1000_82541.c
257
mac->ops.clear_vfta = e1000_clear_vfta_generic;
sys/dev/e1000/e1000_82541.c
259
mac->ops.read_mac_addr = e1000_read_mac_addr_82541;
sys/dev/e1000/e1000_82541.c
261
mac->ops.id_led_init = e1000_id_led_init_generic;
sys/dev/e1000/e1000_82541.c
263
mac->ops.setup_led = e1000_setup_led_82541;
sys/dev/e1000/e1000_82541.c
265
mac->ops.cleanup_led = e1000_cleanup_led_82541;
sys/dev/e1000/e1000_82541.c
267
mac->ops.led_on = e1000_led_on_generic;
sys/dev/e1000/e1000_82541.c
268
mac->ops.led_off = e1000_led_off_generic;
sys/dev/e1000/e1000_82541.c
270
mac->ops.clear_hw_cntrs = e1000_clear_hw_cntrs_82541;
sys/dev/e1000/e1000_82541.c
285
hw->mac.ops.init_params = e1000_init_mac_params_82541;
sys/dev/e1000/e1000_82541.c
286
hw->nvm.ops.init_params = e1000_init_nvm_params_82541;
sys/dev/e1000/e1000_82541.c
287
hw->phy.ops.init_params = e1000_init_phy_params_82541;
sys/dev/e1000/e1000_82541.c
384
ret_val = mac->ops.id_led_init(hw);
sys/dev/e1000/e1000_82541.c
391
ret_val = hw->phy.ops.read_reg(hw, IGP01E1000_GMII_FIFO,
sys/dev/e1000/e1000_82541.c
398
mac->ops.clear_vfta(hw);
sys/dev/e1000/e1000_82541.c
417
ret_val = mac->ops.setup_link(hw);
sys/dev/e1000/e1000_82541.c
466
ret_val = phy->ops.read_reg(hw, PHY_AUTONEG_EXP, &data);
sys/dev/e1000/e1000_82541.c
473
ret_val = phy->ops.read_reg(hw, PHY_LP_ABILITY, &data);
sys/dev/e1000/e1000_82541.c
641
mac->ops.config_collision_dist(hw);
sys/dev/e1000/e1000_82541.c
686
ret_val = hw->mac.ops.get_link_up_info(hw, &speed, &duplex);
sys/dev/e1000/e1000_82541.c
697
ret_val = phy->ops.get_cable_length(hw);
sys/dev/e1000/e1000_82541.c
705
ret_val = phy->ops.read_reg(hw,
sys/dev/e1000/e1000_82541.c
713
ret_val = phy->ops.write_reg(hw,
sys/dev/e1000/e1000_82541.c
729
ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &phy_data);
sys/dev/e1000/e1000_82541.c
735
ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS,
sys/dev/e1000/e1000_82541.c
744
ret_val = phy->ops.write_reg(hw,
sys/dev/e1000/e1000_82541.c
762
ret_val = phy->ops.read_reg(hw, 0x2F5B,
sys/dev/e1000/e1000_82541.c
768
ret_val = phy->ops.write_reg(hw, 0x2F5B, 0x0003);
sys/dev/e1000/e1000_82541.c
774
ret_val = phy->ops.write_reg(hw, 0x0000,
sys/dev/e1000/e1000_82541.c
779
ret_val = phy->ops.read_reg(hw,
sys/dev/e1000/e1000_82541.c
788
ret_val = phy->ops.write_reg(hw,
sys/dev/e1000/e1000_82541.c
795
ret_val = phy->ops.write_reg(hw, 0x0000,
sys/dev/e1000/e1000_82541.c
803
ret_val = phy->ops.write_reg(hw, 0x2F5B,
sys/dev/e1000/e1000_82541.c
820
ret_val = phy->ops.read_reg(hw, 0x2F5B, &phy_saved_data);
sys/dev/e1000/e1000_82541.c
825
ret_val = phy->ops.write_reg(hw, 0x2F5B, 0x0003);
sys/dev/e1000/e1000_82541.c
831
ret_val = phy->ops.write_reg(hw, 0x0000,
sys/dev/e1000/e1000_82541.c
836
ret_val = phy->ops.write_reg(hw, IGP01E1000_PHY_DSP_FFE,
sys/dev/e1000/e1000_82541.c
841
ret_val = phy->ops.write_reg(hw, 0x0000,
sys/dev/e1000/e1000_82541.c
849
ret_val = phy->ops.write_reg(hw, 0x2F5B, phy_saved_data);
sys/dev/e1000/e1000_82541.c
888
ret_val = phy->ops.read_reg(hw, agc_reg_array[i], &data);
sys/dev/e1000/e1000_82541.c
963
ret_val = phy->ops.read_reg(hw, IGP01E1000_GMII_FIFO, &data);
sys/dev/e1000/e1000_82541.c
969
ret_val = phy->ops.write_reg(hw, IGP01E1000_GMII_FIFO, data);
sys/dev/e1000/e1000_82541.c
98
phy->ops.check_polarity = e1000_check_polarity_igp;
sys/dev/e1000/e1000_82541.c
980
ret_val = phy->ops.read_reg(hw,
sys/dev/e1000/e1000_82541.c
987
ret_val = phy->ops.write_reg(hw,
sys/dev/e1000/e1000_82541.c
99
phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_igp;
sys/dev/e1000/e1000_82541.c
993
ret_val = phy->ops.read_reg(hw,
sys/dev/e1000/e1000_82542.c
117
mac->ops.get_bus_info = e1000_get_bus_info_82542;
sys/dev/e1000/e1000_82542.c
119
mac->ops.set_lan_id = e1000_set_lan_id_multi_port_pci;
sys/dev/e1000/e1000_82542.c
121
mac->ops.reset_hw = e1000_reset_hw_82542;
sys/dev/e1000/e1000_82542.c
123
mac->ops.init_hw = e1000_init_hw_82542;
sys/dev/e1000/e1000_82542.c
125
mac->ops.setup_link = e1000_setup_link_82542;
sys/dev/e1000/e1000_82542.c
127
mac->ops.setup_physical_interface =
sys/dev/e1000/e1000_82542.c
130
mac->ops.check_for_link = e1000_check_for_fiber_link_generic;
sys/dev/e1000/e1000_82542.c
132
mac->ops.update_mc_addr_list = e1000_update_mc_addr_list_generic;
sys/dev/e1000/e1000_82542.c
134
mac->ops.write_vfta = e1000_write_vfta_generic;
sys/dev/e1000/e1000_82542.c
136
mac->ops.clear_vfta = e1000_clear_vfta_generic;
sys/dev/e1000/e1000_82542.c
138
mac->ops.read_mac_addr = e1000_read_mac_addr_82542;
sys/dev/e1000/e1000_82542.c
140
mac->ops.rar_set = e1000_rar_set_82542;
sys/dev/e1000/e1000_82542.c
142
mac->ops.led_on = e1000_led_on_82542;
sys/dev/e1000/e1000_82542.c
143
mac->ops.led_off = e1000_led_off_82542;
sys/dev/e1000/e1000_82542.c
145
mac->ops.clear_hw_cntrs = e1000_clear_hw_cntrs_82542;
sys/dev/e1000/e1000_82542.c
147
mac->ops.get_link_up_info =
sys/dev/e1000/e1000_82542.c
163
hw->mac.ops.init_params = e1000_init_mac_params_82542;
sys/dev/e1000/e1000_82542.c
164
hw->nvm.ops.init_params = e1000_init_nvm_params_82542;
sys/dev/e1000/e1000_82542.c
165
hw->phy.ops.init_params = e1000_init_phy_params_82542;
sys/dev/e1000/e1000_82542.c
223
hw->nvm.ops.reload(hw);
sys/dev/e1000/e1000_82542.c
255
mac->ops.clear_vfta(hw);
sys/dev/e1000/e1000_82542.c
343
ret_val = mac->ops.setup_physical_interface(hw);
sys/dev/e1000/e1000_82542.c
577
ret_val = hw->nvm.ops.read(hw, offset, 1, &nvm_data);
sys/dev/e1000/e1000_82542.c
87
nvm->ops.read = e1000_read_nvm_microwire;
sys/dev/e1000/e1000_82542.c
88
nvm->ops.release = e1000_stop_nvm;
sys/dev/e1000/e1000_82542.c
89
nvm->ops.write = e1000_write_nvm_microwire;
sys/dev/e1000/e1000_82542.c
90
nvm->ops.update = e1000_update_nvm_checksum_generic;
sys/dev/e1000/e1000_82542.c
91
nvm->ops.validate = e1000_validate_nvm_checksum_generic;
sys/dev/e1000/e1000_82543.c
1035
ret_val = hw->nvm.ops.read(hw, NVM_INIT_CONTROL2_REG, 1, &data);
sys/dev/e1000/e1000_82543.c
105
phy->ops.check_polarity = e1000_check_polarity_m88;
sys/dev/e1000/e1000_82543.c
106
phy->ops.commit = e1000_phy_sw_reset_generic;
sys/dev/e1000/e1000_82543.c
107
phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_82543;
sys/dev/e1000/e1000_82543.c
1078
ret_val = hw->phy.ops.reset(hw);
sys/dev/e1000/e1000_82543.c
108
phy->ops.get_cable_length = e1000_get_cable_length_m88;
sys/dev/e1000/e1000_82543.c
109
phy->ops.get_cfg_done = e1000_get_cfg_done_generic;
sys/dev/e1000/e1000_82543.c
110
phy->ops.read_reg = (hw->mac.type == e1000_82543)
sys/dev/e1000/e1000_82543.c
1126
hw->mac.ops.config_collision_dist(hw);
sys/dev/e1000/e1000_82543.c
113
phy->ops.reset = (hw->mac.type == e1000_82543)
sys/dev/e1000/e1000_82543.c
116
phy->ops.write_reg = (hw->mac.type == e1000_82543)
sys/dev/e1000/e1000_82543.c
1160
hw->mac.ops.config_collision_dist(hw);
sys/dev/e1000/e1000_82543.c
119
phy->ops.get_info = e1000_get_phy_info_m88;
sys/dev/e1000/e1000_82543.c
1258
hw->mac.ops.config_collision_dist(hw);
sys/dev/e1000/e1000_82543.c
127
ret_val = phy->ops.reset(hw);
sys/dev/e1000/e1000_82543.c
1286
ret_val = mac->ops.get_link_up_info(hw, &speed, &duplex);
sys/dev/e1000/e1000_82543.c
1411
if (!(hw->phy.ops.read_reg))
sys/dev/e1000/e1000_82543.c
1423
ret_val = hw->phy.ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data);
sys/dev/e1000/e1000_82543.c
1431
hw->mac.ops.config_collision_dist(hw);
sys/dev/e1000/e1000_82543.c
1578
ret_val = hw->nvm.ops.read(hw, offset, 1, &nvm_data);
sys/dev/e1000/e1000_82543.c
180
nvm->ops.read = e1000_read_nvm_microwire;
sys/dev/e1000/e1000_82543.c
181
nvm->ops.update = e1000_update_nvm_checksum_generic;
sys/dev/e1000/e1000_82543.c
182
nvm->ops.valid_led_default = e1000_valid_led_default_generic;
sys/dev/e1000/e1000_82543.c
183
nvm->ops.validate = e1000_validate_nvm_checksum_generic;
sys/dev/e1000/e1000_82543.c
184
nvm->ops.write = e1000_write_nvm_microwire;
sys/dev/e1000/e1000_82543.c
218
mac->ops.get_bus_info = e1000_get_bus_info_pci_generic;
sys/dev/e1000/e1000_82543.c
220
mac->ops.set_lan_id = e1000_set_lan_id_multi_port_pci;
sys/dev/e1000/e1000_82543.c
222
mac->ops.reset_hw = e1000_reset_hw_82543;
sys/dev/e1000/e1000_82543.c
224
mac->ops.init_hw = e1000_init_hw_82543;
sys/dev/e1000/e1000_82543.c
226
mac->ops.setup_link = e1000_setup_link_82543;
sys/dev/e1000/e1000_82543.c
228
mac->ops.setup_physical_interface =
sys/dev/e1000/e1000_82543.c
232
mac->ops.check_for_link =
sys/dev/e1000/e1000_82543.c
237
mac->ops.get_link_up_info =
sys/dev/e1000/e1000_82543.c
242
mac->ops.update_mc_addr_list = e1000_update_mc_addr_list_generic;
sys/dev/e1000/e1000_82543.c
244
mac->ops.write_vfta = e1000_write_vfta_82543;
sys/dev/e1000/e1000_82543.c
246
mac->ops.clear_vfta = e1000_clear_vfta_generic;
sys/dev/e1000/e1000_82543.c
248
mac->ops.read_mac_addr = e1000_read_mac_addr_82543;
sys/dev/e1000/e1000_82543.c
250
mac->ops.led_on = e1000_led_on_82543;
sys/dev/e1000/e1000_82543.c
251
mac->ops.led_off = e1000_led_off_82543;
sys/dev/e1000/e1000_82543.c
253
mac->ops.clear_hw_cntrs = e1000_clear_hw_cntrs_82543;
sys/dev/e1000/e1000_82543.c
273
hw->mac.ops.init_params = e1000_init_mac_params_82543;
sys/dev/e1000/e1000_82543.c
274
hw->nvm.ops.init_params = e1000_init_nvm_params_82543;
sys/dev/e1000/e1000_82543.c
275
hw->phy.ops.init_params = e1000_init_phy_params_82543;
sys/dev/e1000/e1000_82543.c
774
if (!(hw->phy.ops.write_reg))
sys/dev/e1000/e1000_82543.c
781
ret_val = hw->phy.ops.write_reg(hw, M88E1000_PHY_PAGE_SELECT, 0x0019);
sys/dev/e1000/e1000_82543.c
784
ret_val = hw->phy.ops.write_reg(hw, M88E1000_PHY_GEN_CONTROL, 0xFFFF);
sys/dev/e1000/e1000_82543.c
788
ret_val = hw->phy.ops.write_reg(hw, M88E1000_PHY_PAGE_SELECT, 0x0000);
sys/dev/e1000/e1000_82543.c
802
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg);
sys/dev/e1000/e1000_82543.c
806
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg);
sys/dev/e1000/e1000_82543.c
820
ret_val = hw->phy.ops.write_reg(hw, M88E1000_PHY_PAGE_SELECT, 0x0019);
sys/dev/e1000/e1000_82543.c
824
ret_val = hw->phy.ops.write_reg(hw, M88E1000_PHY_GEN_CONTROL, 0xFFF0);
sys/dev/e1000/e1000_82543.c
828
ret_val = hw->phy.ops.write_reg(hw, M88E1000_PHY_GEN_CONTROL, 0xFF00);
sys/dev/e1000/e1000_82543.c
832
ret_val = hw->phy.ops.write_reg(hw, M88E1000_PHY_GEN_CONTROL, 0x0000);
sys/dev/e1000/e1000_82543.c
836
ret_val = hw->phy.ops.write_reg(hw, M88E1000_PHY_PAGE_SELECT, 0x0000);
sys/dev/e1000/e1000_82543.c
887
if (!(hw->phy.ops.get_cfg_done))
sys/dev/e1000/e1000_82543.c
890
ret_val = hw->phy.ops.get_cfg_done(hw);
sys/dev/e1000/e1000_82543.c
940
hw->nvm.ops.reload(hw);
sys/dev/e1000/e1000_82543.c
95
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/e1000/e1000_82543.c
96
phy->ops.power_down = e1000_power_down_phy_copper;
sys/dev/e1000/e1000_82543.c
968
mac->ops.clear_vfta(hw);
sys/dev/e1000/e1000_82543.c
993
ret_val = mac->ops.setup_link(hw);
sys/dev/e1000/e1000_82571.c
107
phy->ops.check_reset_block = e1000_check_reset_block_generic;
sys/dev/e1000/e1000_82571.c
108
phy->ops.reset = e1000_phy_hw_reset_generic;
sys/dev/e1000/e1000_82571.c
1081
ret_val = mac->ops.id_led_init(hw);
sys/dev/e1000/e1000_82571.c
1088
mac->ops.clear_vfta(hw);
sys/dev/e1000/e1000_82571.c
109
phy->ops.set_d0_lplu_state = e1000_set_d0_lplu_state_82571;
sys/dev/e1000/e1000_82571.c
110
phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_generic;
sys/dev/e1000/e1000_82571.c
1105
ret_val = mac->ops.setup_link(hw);
sys/dev/e1000/e1000_82571.c
111
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/e1000/e1000_82571.c
112
phy->ops.power_down = e1000_power_down_phy_copper_82571;
sys/dev/e1000/e1000_82571.c
118
phy->ops.get_cfg_done = e1000_get_cfg_done_82571;
sys/dev/e1000/e1000_82571.c
119
phy->ops.get_info = e1000_get_phy_info_igp;
sys/dev/e1000/e1000_82571.c
120
phy->ops.check_polarity = e1000_check_polarity_igp;
sys/dev/e1000/e1000_82571.c
121
phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_igp;
sys/dev/e1000/e1000_82571.c
122
phy->ops.get_cable_length = e1000_get_cable_length_igp_2;
sys/dev/e1000/e1000_82571.c
123
phy->ops.read_reg = e1000_read_phy_reg_igp;
sys/dev/e1000/e1000_82571.c
124
phy->ops.write_reg = e1000_write_phy_reg_igp;
sys/dev/e1000/e1000_82571.c
125
phy->ops.acquire = e1000_get_hw_semaphore;
sys/dev/e1000/e1000_82571.c
126
phy->ops.release = e1000_put_hw_semaphore;
sys/dev/e1000/e1000_82571.c
130
phy->ops.get_cfg_done = e1000_get_cfg_done_generic;
sys/dev/e1000/e1000_82571.c
131
phy->ops.get_info = e1000_get_phy_info_m88;
sys/dev/e1000/e1000_82571.c
132
phy->ops.check_polarity = e1000_check_polarity_m88;
sys/dev/e1000/e1000_82571.c
133
phy->ops.commit = e1000_phy_sw_reset_generic;
sys/dev/e1000/e1000_82571.c
134
phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_m88;
sys/dev/e1000/e1000_82571.c
1340
ret_val = hw->nvm.ops.read(hw, NVM_INIT_CONTROL2_REG, 1, &data);
sys/dev/e1000/e1000_82571.c
135
phy->ops.get_cable_length = e1000_get_cable_length_m88;
sys/dev/e1000/e1000_82571.c
136
phy->ops.read_reg = e1000_read_phy_reg_m88;
sys/dev/e1000/e1000_82571.c
137
phy->ops.write_reg = e1000_write_phy_reg_m88;
sys/dev/e1000/e1000_82571.c
138
phy->ops.acquire = e1000_get_hw_semaphore;
sys/dev/e1000/e1000_82571.c
139
phy->ops.release = e1000_put_hw_semaphore;
sys/dev/e1000/e1000_82571.c
1392
ret_val = hw->phy.ops.read_reg(hw, E1000_RECEIVE_ERROR_COUNTER,
sys/dev/e1000/e1000_82571.c
1397
ret_val = hw->phy.ops.read_reg(hw, E1000_BASE1000T_STATUS,
sys/dev/e1000/e1000_82571.c
145
phy->ops.get_cfg_done = e1000_get_cfg_done_generic;
sys/dev/e1000/e1000_82571.c
146
phy->ops.get_info = e1000_get_phy_info_m88;
sys/dev/e1000/e1000_82571.c
147
phy->ops.check_polarity = e1000_check_polarity_m88;
sys/dev/e1000/e1000_82571.c
148
phy->ops.commit = e1000_phy_sw_reset_generic;
sys/dev/e1000/e1000_82571.c
149
phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_m88;
sys/dev/e1000/e1000_82571.c
150
phy->ops.get_cable_length = e1000_get_cable_length_m88;
sys/dev/e1000/e1000_82571.c
151
phy->ops.read_reg = e1000_read_phy_reg_bm2;
sys/dev/e1000/e1000_82571.c
152
phy->ops.write_reg = e1000_write_phy_reg_bm2;
sys/dev/e1000/e1000_82571.c
153
phy->ops.acquire = e1000_get_hw_semaphore_82574;
sys/dev/e1000/e1000_82571.c
154
phy->ops.release = e1000_put_hw_semaphore_82574;
sys/dev/e1000/e1000_82571.c
155
phy->ops.set_d0_lplu_state = e1000_set_d0_lplu_state_82574;
sys/dev/e1000/e1000_82571.c
156
phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_82574;
sys/dev/e1000/e1000_82571.c
1697
ret_val = hw->nvm.ops.read(hw, NVM_ID_LED_SETTINGS, 1, data);
sys/dev/e1000/e1000_82571.c
1760
hw->mac.ops.rar_set(hw, hw->mac.addr,
sys/dev/e1000/e1000_82571.c
1789
ret_val = nvm->ops.read(hw, 0x10, 1, &data);
sys/dev/e1000/e1000_82571.c
1801
ret_val = nvm->ops.read(hw, 0x23, 1, &data);
sys/dev/e1000/e1000_82571.c
1807
ret_val = nvm->ops.write(hw, 0x23, 1, &data);
sys/dev/e1000/e1000_82571.c
1810
ret_val = nvm->ops.update(hw);
sys/dev/e1000/e1000_82571.c
1855
if (!phy->ops.check_reset_block)
sys/dev/e1000/e1000_82571.c
1859
if (!(mac->ops.check_mng_mode(hw) || phy->ops.check_reset_block(hw)))
sys/dev/e1000/e1000_82571.c
261
nvm->ops.acquire = e1000_get_hw_semaphore_82574;
sys/dev/e1000/e1000_82571.c
262
nvm->ops.release = e1000_put_hw_semaphore_82574;
sys/dev/e1000/e1000_82571.c
265
nvm->ops.acquire = e1000_acquire_nvm_82571;
sys/dev/e1000/e1000_82571.c
266
nvm->ops.release = e1000_release_nvm_82571;
sys/dev/e1000/e1000_82571.c
269
nvm->ops.read = e1000_read_nvm_eerd;
sys/dev/e1000/e1000_82571.c
270
nvm->ops.update = e1000_update_nvm_checksum_82571;
sys/dev/e1000/e1000_82571.c
271
nvm->ops.validate = e1000_validate_nvm_checksum_82571;
sys/dev/e1000/e1000_82571.c
272
nvm->ops.valid_led_default = e1000_valid_led_default_82571;
sys/dev/e1000/e1000_82571.c
273
nvm->ops.write = e1000_write_nvm_82571;
sys/dev/e1000/e1000_82571.c
297
mac->ops.setup_physical_interface =
sys/dev/e1000/e1000_82571.c
299
mac->ops.check_for_link = e1000_check_for_fiber_link_generic;
sys/dev/e1000/e1000_82571.c
300
mac->ops.get_link_up_info =
sys/dev/e1000/e1000_82571.c
308
mac->ops.setup_physical_interface =
sys/dev/e1000/e1000_82571.c
310
mac->ops.check_for_link = e1000_check_for_serdes_link_82571;
sys/dev/e1000/e1000_82571.c
311
mac->ops.get_link_up_info =
sys/dev/e1000/e1000_82571.c
316
mac->ops.setup_physical_interface =
sys/dev/e1000/e1000_82571.c
318
mac->ops.check_for_link = e1000_check_for_copper_link_generic;
sys/dev/e1000/e1000_82571.c
319
mac->ops.get_link_up_info =
sys/dev/e1000/e1000_82571.c
336
mac->ops.get_bus_info = e1000_get_bus_info_pcie_generic;
sys/dev/e1000/e1000_82571.c
338
mac->ops.reset_hw = e1000_reset_hw_82571;
sys/dev/e1000/e1000_82571.c
340
mac->ops.init_hw = e1000_init_hw_82571;
sys/dev/e1000/e1000_82571.c
342
mac->ops.setup_link = e1000_setup_link_82571;
sys/dev/e1000/e1000_82571.c
344
mac->ops.update_mc_addr_list = e1000_update_mc_addr_list_generic;
sys/dev/e1000/e1000_82571.c
346
mac->ops.write_vfta = e1000_write_vfta_generic;
sys/dev/e1000/e1000_82571.c
348
mac->ops.clear_vfta = e1000_clear_vfta_82571;
sys/dev/e1000/e1000_82571.c
350
mac->ops.read_mac_addr = e1000_read_mac_addr_82571;
sys/dev/e1000/e1000_82571.c
352
mac->ops.id_led_init = e1000_id_led_init_generic;
sys/dev/e1000/e1000_82571.c
354
mac->ops.setup_led = e1000_setup_led_generic;
sys/dev/e1000/e1000_82571.c
356
mac->ops.cleanup_led = e1000_cleanup_led_generic;
sys/dev/e1000/e1000_82571.c
358
mac->ops.led_off = e1000_led_off_generic;
sys/dev/e1000/e1000_82571.c
360
mac->ops.clear_hw_cntrs = e1000_clear_hw_cntrs_82571;
sys/dev/e1000/e1000_82571.c
365
mac->ops.set_lan_id = e1000_set_lan_id_single_port;
sys/dev/e1000/e1000_82571.c
366
mac->ops.check_mng_mode = e1000_check_mng_mode_generic;
sys/dev/e1000/e1000_82571.c
367
mac->ops.led_on = e1000_led_on_generic;
sys/dev/e1000/e1000_82571.c
368
mac->ops.blink_led = e1000_blink_led_generic;
sys/dev/e1000/e1000_82571.c
380
mac->ops.set_lan_id = e1000_set_lan_id_single_port;
sys/dev/e1000/e1000_82571.c
381
mac->ops.check_mng_mode = e1000_check_mng_mode_82574;
sys/dev/e1000/e1000_82571.c
382
mac->ops.led_on = e1000_led_on_82574;
sys/dev/e1000/e1000_82571.c
385
mac->ops.check_mng_mode = e1000_check_mng_mode_generic;
sys/dev/e1000/e1000_82571.c
386
mac->ops.led_on = e1000_led_on_generic;
sys/dev/e1000/e1000_82571.c
387
mac->ops.blink_led = e1000_blink_led_generic;
sys/dev/e1000/e1000_82571.c
448
hw->mac.ops.init_params = e1000_init_mac_params_82571;
sys/dev/e1000/e1000_82571.c
449
hw->nvm.ops.init_params = e1000_init_nvm_params_82571;
sys/dev/e1000/e1000_82571.c
450
hw->phy.ops.init_params = e1000_init_phy_params_82571;
sys/dev/e1000/e1000_82571.c
483
ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id);
sys/dev/e1000/e1000_82571.c
489
ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id);
sys/dev/e1000/e1000_82571.c
878
if (!(phy->ops.read_reg))
sys/dev/e1000/e1000_82571.c
881
ret_val = phy->ops.read_reg(hw, IGP02E1000_PHY_POWER_MGMT, &data);
sys/dev/e1000/e1000_82571.c
887
ret_val = phy->ops.write_reg(hw, IGP02E1000_PHY_POWER_MGMT,
sys/dev/e1000/e1000_82571.c
893
ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_CONFIG,
sys/dev/e1000/e1000_82571.c
898
ret_val = phy->ops.write_reg(hw, IGP01E1000_PHY_PORT_CONFIG,
sys/dev/e1000/e1000_82571.c
904
ret_val = phy->ops.write_reg(hw, IGP02E1000_PHY_POWER_MGMT,
sys/dev/e1000/e1000_82571.c
912
ret_val = phy->ops.read_reg(hw,
sys/dev/e1000/e1000_82571.c
919
ret_val = phy->ops.write_reg(hw,
sys/dev/e1000/e1000_82571.c
925
ret_val = phy->ops.read_reg(hw,
sys/dev/e1000/e1000_82571.c
932
ret_val = phy->ops.write_reg(hw,
sys/dev/e1000/e1000_82575.c
1115
ret_val = phy->ops.write_reg(hw, E1000_M88E1112_PAGE_ADDR, 0);
sys/dev/e1000/e1000_82575.c
1119
ret_val = phy->ops.read_reg(hw, E1000_M88E1112_STATUS, &data);
sys/dev/e1000/e1000_82575.c
1127
ret_val = phy->ops.write_reg(hw, E1000_M88E1112_PAGE_ADDR, 1);
sys/dev/e1000/e1000_82575.c
1131
ret_val = phy->ops.read_reg(hw, E1000_M88E1112_STATUS, &data);
sys/dev/e1000/e1000_82575.c
1146
ret_val = phy->ops.write_reg(hw, E1000_M88E1112_PAGE_ADDR, 0);
sys/dev/e1000/e1000_82575.c
1153
ret_val = phy->ops.write_reg(hw, E1000_M88E1112_PAGE_ADDR, 0);
sys/dev/e1000/e1000_82575.c
1370
ret_val = mac->ops.id_led_init(hw);
sys/dev/e1000/e1000_82575.c
1378
mac->ops.clear_vfta(hw);
sys/dev/e1000/e1000_82575.c
1437
ret_val = hw->phy.ops.reset(hw);
sys/dev/e1000/e1000_82575.c
1546
ret_val = hw->nvm.ops.read(hw, NVM_COMPAT, 1, &data);
sys/dev/e1000/e1000_82575.c
166
phy->ops.read_i2c_byte = e1000_read_i2c_byte_generic;
sys/dev/e1000/e1000_82575.c
167
phy->ops.write_i2c_byte = e1000_write_i2c_byte_generic;
sys/dev/e1000/e1000_82575.c
174
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/e1000/e1000_82575.c
175
phy->ops.power_down = e1000_power_down_phy_copper_base;
sys/dev/e1000/e1000_82575.c
1794
ret_val = hw->nvm.ops.read(hw, NVM_ID_LED_SETTINGS, 1, data);
sys/dev/e1000/e1000_82575.c
180
phy->ops.acquire = e1000_acquire_phy_base;
sys/dev/e1000/e1000_82575.c
181
phy->ops.check_reset_block = e1000_check_reset_block_generic;
sys/dev/e1000/e1000_82575.c
182
phy->ops.commit = e1000_phy_sw_reset_generic;
sys/dev/e1000/e1000_82575.c
183
phy->ops.get_cfg_done = e1000_get_cfg_done_82575;
sys/dev/e1000/e1000_82575.c
184
phy->ops.release = e1000_release_phy_base;
sys/dev/e1000/e1000_82575.c
189
phy->ops.reset = e1000_phy_hw_reset_sgmii_82575;
sys/dev/e1000/e1000_82575.c
192
phy->ops.reset = e1000_phy_hw_reset_generic;
sys/dev/e1000/e1000_82575.c
200
phy->ops.read_reg = e1000_read_phy_reg_sgmii_82575;
sys/dev/e1000/e1000_82575.c
201
phy->ops.write_reg = e1000_write_phy_reg_sgmii_82575;
sys/dev/e1000/e1000_82575.c
207
phy->ops.read_reg = e1000_read_phy_reg_82580;
sys/dev/e1000/e1000_82575.c
208
phy->ops.write_reg = e1000_write_phy_reg_82580;
sys/dev/e1000/e1000_82575.c
212
phy->ops.read_reg = e1000_read_phy_reg_gs40g;
sys/dev/e1000/e1000_82575.c
213
phy->ops.write_reg = e1000_write_phy_reg_gs40g;
sys/dev/e1000/e1000_82575.c
2140
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_82575.c
2146
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_82575.c
216
phy->ops.read_reg = e1000_read_phy_reg_igp;
sys/dev/e1000/e1000_82575.c
2166
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_82575.c
217
phy->ops.write_reg = e1000_write_phy_reg_igp;
sys/dev/e1000/e1000_82575.c
2172
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_82575.c
2199
ret_val = hw->nvm.ops.read(hw, NVM_INIT_CONTROL3_PORT_A +
sys/dev/e1000/e1000_82575.c
2260
if (global_device_reset && hw->mac.ops.acquire_swfw_sync(hw,
sys/dev/e1000/e1000_82575.c
2309
hw->mac.ops.release_swfw_sync(hw, swmbsw_mask);
sys/dev/e1000/e1000_82575.c
232
phy->ops.check_polarity = e1000_check_polarity_m88;
sys/dev/e1000/e1000_82575.c
233
phy->ops.get_info = e1000_get_phy_info_m88;
sys/dev/e1000/e1000_82575.c
234
phy->ops.get_cable_length = e1000_get_cable_length_m88_gen2;
sys/dev/e1000/e1000_82575.c
235
phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_m88;
sys/dev/e1000/e1000_82575.c
2352
ret_val = hw->nvm.ops.read(hw, i, 1, &nvm_data);
sys/dev/e1000/e1000_82575.c
2389
ret_val = hw->nvm.ops.read(hw, i, 1, &nvm_data);
sys/dev/e1000/e1000_82575.c
239
phy->ops.check_polarity = e1000_check_polarity_m88;
sys/dev/e1000/e1000_82575.c
2397
ret_val = hw->nvm.ops.write(hw, (NVM_CHECKSUM_REG + offset), 1,
sys/dev/e1000/e1000_82575.c
240
phy->ops.get_info = e1000_get_phy_info_m88;
sys/dev/e1000/e1000_82575.c
241
phy->ops.get_cable_length = e1000_get_cable_length_m88;
sys/dev/e1000/e1000_82575.c
242
phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_m88;
sys/dev/e1000/e1000_82575.c
2423
ret_val = hw->nvm.ops.read(hw, NVM_COMPATIBILITY_REG_3, 1, &nvm_data);
sys/dev/e1000/e1000_82575.c
2463
ret_val = hw->nvm.ops.read(hw, NVM_COMPATIBILITY_REG_3, 1, &nvm_data);
sys/dev/e1000/e1000_82575.c
247
phy->ops.check_polarity = e1000_check_polarity_igp;
sys/dev/e1000/e1000_82575.c
2472
ret_val = hw->nvm.ops.write(hw, NVM_COMPATIBILITY_REG_3, 1,
sys/dev/e1000/e1000_82575.c
248
phy->ops.get_info = e1000_get_phy_info_igp;
sys/dev/e1000/e1000_82575.c
249
phy->ops.get_cable_length = e1000_get_cable_length_igp_2;
sys/dev/e1000/e1000_82575.c
250
phy->ops.set_d0_lplu_state = e1000_set_d0_lplu_state_82575;
sys/dev/e1000/e1000_82575.c
251
phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_generic;
sys/dev/e1000/e1000_82575.c
252
phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_igp;
sys/dev/e1000/e1000_82575.c
2560
ret_val = hw->phy.ops.write_reg(hw, E1000_EMIADD, address);
sys/dev/e1000/e1000_82575.c
2565
ret_val = hw->phy.ops.read_reg(hw, E1000_EMIDATA, data);
sys/dev/e1000/e1000_82575.c
2567
ret_val = hw->phy.ops.write_reg(hw, E1000_EMIDATA, *data);
sys/dev/e1000/e1000_82575.c
257
phy->ops.check_polarity = e1000_check_polarity_82577;
sys/dev/e1000/e1000_82575.c
258
phy->ops.get_info = e1000_get_phy_info_82577;
sys/dev/e1000/e1000_82575.c
259
phy->ops.get_cable_length = e1000_get_cable_length_82577;
sys/dev/e1000/e1000_82575.c
260
phy->ops.set_d0_lplu_state = e1000_set_d0_lplu_state_82580;
sys/dev/e1000/e1000_82575.c
2603
ret_val = phy->ops.write_reg(hw, E1000_M88E1543_PAGE_ADDR, 0x00FF);
sys/dev/e1000/e1000_82575.c
2607
ret_val = phy->ops.write_reg(hw, E1000_M88E1512_CFG_REG_2, 0x214B);
sys/dev/e1000/e1000_82575.c
261
phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_82580;
sys/dev/e1000/e1000_82575.c
2611
ret_val = phy->ops.write_reg(hw, E1000_M88E1512_CFG_REG_1, 0x2144);
sys/dev/e1000/e1000_82575.c
2615
ret_val = phy->ops.write_reg(hw, E1000_M88E1512_CFG_REG_2, 0x0C28);
sys/dev/e1000/e1000_82575.c
2619
ret_val = phy->ops.write_reg(hw, E1000_M88E1512_CFG_REG_1, 0x2146);
sys/dev/e1000/e1000_82575.c
262
phy->ops.force_speed_duplex =
sys/dev/e1000/e1000_82575.c
2623
ret_val = phy->ops.write_reg(hw, E1000_M88E1512_CFG_REG_2, 0xB233);
sys/dev/e1000/e1000_82575.c
2627
ret_val = phy->ops.write_reg(hw, E1000_M88E1512_CFG_REG_1, 0x214D);
sys/dev/e1000/e1000_82575.c
2631
ret_val = phy->ops.write_reg(hw, E1000_M88E1512_CFG_REG_2, 0xCC0C);
sys/dev/e1000/e1000_82575.c
2635
ret_val = phy->ops.write_reg(hw, E1000_M88E1512_CFG_REG_1, 0x2159);
sys/dev/e1000/e1000_82575.c
2640
ret_val = phy->ops.write_reg(hw, E1000_M88E1543_PAGE_ADDR, 0x00FB);
sys/dev/e1000/e1000_82575.c
2644
ret_val = phy->ops.write_reg(hw, E1000_M88E1512_CFG_REG_3, 0x000D);
sys/dev/e1000/e1000_82575.c
2649
ret_val = phy->ops.write_reg(hw, E1000_M88E1543_PAGE_ADDR, 0x12);
sys/dev/e1000/e1000_82575.c
2654
ret_val = phy->ops.write_reg(hw, E1000_M88E1512_MODE, 0x8001);
sys/dev/e1000/e1000_82575.c
2659
ret_val = phy->ops.write_reg(hw, E1000_M88E1543_PAGE_ADDR, 0);
sys/dev/e1000/e1000_82575.c
2663
ret_val = phy->ops.commit(hw);
sys/dev/e1000/e1000_82575.c
267
phy->ops.check_polarity = e1000_check_polarity_m88;
sys/dev/e1000/e1000_82575.c
268
phy->ops.get_info = e1000_get_phy_info_m88;
sys/dev/e1000/e1000_82575.c
269
phy->ops.get_cable_length = e1000_get_cable_length_m88_gen2;
sys/dev/e1000/e1000_82575.c
2692
ret_val = phy->ops.write_reg(hw, E1000_M88E1543_PAGE_ADDR, 0x00FF);
sys/dev/e1000/e1000_82575.c
2696
ret_val = phy->ops.write_reg(hw, E1000_M88E1512_CFG_REG_2, 0x214B);
sys/dev/e1000/e1000_82575.c
270
phy->ops.set_d0_lplu_state = e1000_set_d0_lplu_state_82580;
sys/dev/e1000/e1000_82575.c
2700
ret_val = phy->ops.write_reg(hw, E1000_M88E1512_CFG_REG_1, 0x2144);
sys/dev/e1000/e1000_82575.c
2704
ret_val = phy->ops.write_reg(hw, E1000_M88E1512_CFG_REG_2, 0x0C28);
sys/dev/e1000/e1000_82575.c
2708
ret_val = phy->ops.write_reg(hw, E1000_M88E1512_CFG_REG_1, 0x2146);
sys/dev/e1000/e1000_82575.c
271
phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_82580;
sys/dev/e1000/e1000_82575.c
2712
ret_val = phy->ops.write_reg(hw, E1000_M88E1512_CFG_REG_2, 0xB233);
sys/dev/e1000/e1000_82575.c
2716
ret_val = phy->ops.write_reg(hw, E1000_M88E1512_CFG_REG_1, 0x214D);
sys/dev/e1000/e1000_82575.c
272
phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_m88;
sys/dev/e1000/e1000_82575.c
2720
ret_val = phy->ops.write_reg(hw, E1000_M88E1512_CFG_REG_2, 0xDC0C);
sys/dev/e1000/e1000_82575.c
2724
ret_val = phy->ops.write_reg(hw, E1000_M88E1512_CFG_REG_1, 0x2159);
sys/dev/e1000/e1000_82575.c
2729
ret_val = phy->ops.write_reg(hw, E1000_M88E1543_PAGE_ADDR, 0x00FB);
sys/dev/e1000/e1000_82575.c
2733
ret_val = phy->ops.write_reg(hw, E1000_M88E1512_CFG_REG_3, 0xC00D);
sys/dev/e1000/e1000_82575.c
2738
ret_val = phy->ops.write_reg(hw, E1000_M88E1543_PAGE_ADDR, 0x12);
sys/dev/e1000/e1000_82575.c
2743
ret_val = phy->ops.write_reg(hw, E1000_M88E1512_MODE, 0x8001);
sys/dev/e1000/e1000_82575.c
2748
ret_val = phy->ops.write_reg(hw, E1000_M88E1543_PAGE_ADDR, 0x1);
sys/dev/e1000/e1000_82575.c
2753
ret_val = phy->ops.write_reg(hw, E1000_M88E1543_FIBER_CTRL, 0x9140);
sys/dev/e1000/e1000_82575.c
2758
ret_val = phy->ops.write_reg(hw, E1000_M88E1543_PAGE_ADDR, 0);
sys/dev/e1000/e1000_82575.c
2762
ret_val = phy->ops.commit(hw);
sys/dev/e1000/e1000_82575.c
285
ret_val = phy->ops.write_reg(hw, E1000_M88E1112_PAGE_ADDR, 2);
sys/dev/e1000/e1000_82575.c
2852
ret_val = phy->ops.write_reg(hw, E1000_M88E1543_PAGE_ADDR, 18);
sys/dev/e1000/e1000_82575.c
2856
ret_val = phy->ops.read_reg(hw, E1000_M88E1543_EEE_CTRL_1,
sys/dev/e1000/e1000_82575.c
2862
ret_val = phy->ops.write_reg(hw, E1000_M88E1543_EEE_CTRL_1,
sys/dev/e1000/e1000_82575.c
2868
ret_val = phy->ops.write_reg(hw, E1000_M88E1543_PAGE_ADDR, 0);
sys/dev/e1000/e1000_82575.c
288
ret_val = phy->ops.read_reg(hw, E1000_M88E1112_MAC_CTRL_1,
sys/dev/e1000/e1000_82575.c
297
hw->mac.ops.check_for_link =
sys/dev/e1000/e1000_82575.c
3049
if (hw->mac.ops.acquire_swfw_sync(hw, swfw_mask)
sys/dev/e1000/e1000_82575.c
3095
hw->mac.ops.release_swfw_sync(hw, swfw_mask);
sys/dev/e1000/e1000_82575.c
3106
hw->mac.ops.release_swfw_sync(hw, swfw_mask);
sys/dev/e1000/e1000_82575.c
3135
if (hw->mac.ops.acquire_swfw_sync(hw, swfw_mask) != E1000_SUCCESS) {
sys/dev/e1000/e1000_82575.c
3179
hw->mac.ops.release_swfw_sync(hw, swfw_mask);
sys/dev/e1000/e1000_82575.c
367
mac->ops.get_bus_info = e1000_get_bus_info_pcie_generic;
sys/dev/e1000/e1000_82575.c
370
mac->ops.reset_hw = e1000_reset_hw_82580;
sys/dev/e1000/e1000_82575.c
372
mac->ops.reset_hw = e1000_reset_hw_82575;
sys/dev/e1000/e1000_82575.c
375
mac->ops.init_hw = e1000_init_hw_i210;
sys/dev/e1000/e1000_82575.c
377
mac->ops.init_hw = e1000_init_hw_82575;
sys/dev/e1000/e1000_82575.c
379
mac->ops.setup_link = e1000_setup_link_generic;
sys/dev/e1000/e1000_82575.c
381
mac->ops.setup_physical_interface =
sys/dev/e1000/e1000_82575.c
385
mac->ops.shutdown_serdes = e1000_shutdown_serdes_link_82575;
sys/dev/e1000/e1000_82575.c
387
mac->ops.power_up_serdes = e1000_power_up_serdes_link_82575;
sys/dev/e1000/e1000_82575.c
389
mac->ops.check_for_link = e1000_check_for_link_82575;
sys/dev/e1000/e1000_82575.c
391
mac->ops.read_mac_addr = e1000_read_mac_addr_82575;
sys/dev/e1000/e1000_82575.c
393
mac->ops.config_collision_dist = e1000_config_collision_dist_82575;
sys/dev/e1000/e1000_82575.c
395
mac->ops.update_mc_addr_list = e1000_update_mc_addr_list_generic;
sys/dev/e1000/e1000_82575.c
398
mac->ops.write_vfta = e1000_write_vfta_i350;
sys/dev/e1000/e1000_82575.c
400
mac->ops.clear_vfta = e1000_clear_vfta_i350;
sys/dev/e1000/e1000_82575.c
403
mac->ops.write_vfta = e1000_write_vfta_generic;
sys/dev/e1000/e1000_82575.c
405
mac->ops.clear_vfta = e1000_clear_vfta_generic;
sys/dev/e1000/e1000_82575.c
408
mac->ops.validate_mdi_setting =
sys/dev/e1000/e1000_82575.c
411
mac->ops.id_led_init = e1000_id_led_init_generic;
sys/dev/e1000/e1000_82575.c
413
mac->ops.blink_led = e1000_blink_led_generic;
sys/dev/e1000/e1000_82575.c
415
mac->ops.setup_led = e1000_setup_led_generic;
sys/dev/e1000/e1000_82575.c
417
mac->ops.cleanup_led = e1000_cleanup_led_generic;
sys/dev/e1000/e1000_82575.c
419
mac->ops.led_on = e1000_led_on_generic;
sys/dev/e1000/e1000_82575.c
420
mac->ops.led_off = e1000_led_off_generic;
sys/dev/e1000/e1000_82575.c
422
mac->ops.clear_hw_cntrs = e1000_clear_hw_cntrs_82575;
sys/dev/e1000/e1000_82575.c
424
mac->ops.get_link_up_info = e1000_get_link_up_info_82575;
sys/dev/e1000/e1000_82575.c
426
mac->ops.acquire_swfw_sync = e1000_acquire_swfw_sync;
sys/dev/e1000/e1000_82575.c
428
mac->ops.release_swfw_sync = e1000_release_swfw_sync;
sys/dev/e1000/e1000_82575.c
431
hw->mac.ops.set_lan_id(hw);
sys/dev/e1000/e1000_82575.c
490
nvm->ops.acquire = e1000_acquire_nvm_82575;
sys/dev/e1000/e1000_82575.c
491
nvm->ops.release = e1000_release_nvm_82575;
sys/dev/e1000/e1000_82575.c
493
nvm->ops.read = e1000_read_nvm_eerd;
sys/dev/e1000/e1000_82575.c
495
nvm->ops.read = e1000_read_nvm_spi;
sys/dev/e1000/e1000_82575.c
497
nvm->ops.write = e1000_write_nvm_spi;
sys/dev/e1000/e1000_82575.c
498
nvm->ops.validate = e1000_validate_nvm_checksum_generic;
sys/dev/e1000/e1000_82575.c
499
nvm->ops.update = e1000_update_nvm_checksum_generic;
sys/dev/e1000/e1000_82575.c
500
nvm->ops.valid_led_default = e1000_valid_led_default_82575;
sys/dev/e1000/e1000_82575.c
505
nvm->ops.validate = e1000_validate_nvm_checksum_82580;
sys/dev/e1000/e1000_82575.c
506
nvm->ops.update = e1000_update_nvm_checksum_82580;
sys/dev/e1000/e1000_82575.c
509
nvm->ops.validate = e1000_validate_nvm_checksum_i350;
sys/dev/e1000/e1000_82575.c
510
nvm->ops.update = e1000_update_nvm_checksum_i350;
sys/dev/e1000/e1000_82575.c
529
hw->mac.ops.init_params = e1000_init_mac_params_82575;
sys/dev/e1000/e1000_82575.c
530
hw->nvm.ops.init_params = e1000_init_nvm_params_82575;
sys/dev/e1000/e1000_82575.c
531
hw->phy.ops.init_params = e1000_init_phy_params_82575;
sys/dev/e1000/e1000_82575.c
532
hw->mbx.ops.init_params = e1000_init_mbx_params_pf;
sys/dev/e1000/e1000_82575.c
556
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_82575.c
562
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_82575.c
589
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_82575.c
595
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_82575.c
724
if (!(hw->phy.ops.write_reg))
sys/dev/e1000/e1000_82575.c
731
ret_val = hw->phy.ops.write_reg(hw, 0x1B, 0x8084);
sys/dev/e1000/e1000_82575.c
735
ret_val = hw->phy.ops.commit(hw);
sys/dev/e1000/e1000_82575.c
766
if (!(hw->phy.ops.read_reg))
sys/dev/e1000/e1000_82575.c
769
ret_val = phy->ops.read_reg(hw, IGP02E1000_PHY_POWER_MGMT, &data);
sys/dev/e1000/e1000_82575.c
775
ret_val = phy->ops.write_reg(hw, IGP02E1000_PHY_POWER_MGMT,
sys/dev/e1000/e1000_82575.c
781
ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_CONFIG,
sys/dev/e1000/e1000_82575.c
784
ret_val = phy->ops.write_reg(hw, IGP01E1000_PHY_PORT_CONFIG,
sys/dev/e1000/e1000_82575.c
790
ret_val = phy->ops.write_reg(hw, IGP02E1000_PHY_POWER_MGMT,
sys/dev/e1000/e1000_82575.c
799
ret_val = phy->ops.read_reg(hw,
sys/dev/e1000/e1000_82575.c
806
ret_val = phy->ops.write_reg(hw,
sys/dev/e1000/e1000_82575.c
812
ret_val = phy->ops.read_reg(hw,
sys/dev/e1000/e1000_82575.c
819
ret_val = phy->ops.write_reg(hw,
sys/dev/e1000/e1000_api.c
100
if (hw->phy.ops.init_params) {
sys/dev/e1000/e1000_api.c
101
ret_val = hw->phy.ops.init_params(hw);
sys/dev/e1000/e1000_api.c
1012
if (hw->mac.ops.set_obff_timer)
sys/dev/e1000/e1000_api.c
1013
return hw->mac.ops.set_obff_timer(hw, itr);
sys/dev/e1000/e1000_api.c
1027
if (hw->phy.ops.check_reset_block)
sys/dev/e1000/e1000_api.c
1028
return hw->phy.ops.check_reset_block(hw);
sys/dev/e1000/e1000_api.c
1044
if (hw->phy.ops.read_reg)
sys/dev/e1000/e1000_api.c
1045
return hw->phy.ops.read_reg(hw, offset, data);
sys/dev/e1000/e1000_api.c
1061
if (hw->phy.ops.write_reg)
sys/dev/e1000/e1000_api.c
1062
return hw->phy.ops.write_reg(hw, offset, data);
sys/dev/e1000/e1000_api.c
1076
if (hw->phy.ops.release)
sys/dev/e1000/e1000_api.c
1077
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_api.c
1089
if (hw->phy.ops.acquire)
sys/dev/e1000/e1000_api.c
1090
return hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_api.c
1101
if (hw->phy.ops.cfg_on_link_up)
sys/dev/e1000/e1000_api.c
1102
return hw->phy.ops.cfg_on_link_up(hw);
sys/dev/e1000/e1000_api.c
1147
if (hw->phy.ops.get_cable_length)
sys/dev/e1000/e1000_api.c
1148
return hw->phy.ops.get_cable_length(hw);
sys/dev/e1000/e1000_api.c
1163
if (hw->phy.ops.get_info)
sys/dev/e1000/e1000_api.c
1164
return hw->phy.ops.get_info(hw);
sys/dev/e1000/e1000_api.c
1178
if (hw->phy.ops.reset)
sys/dev/e1000/e1000_api.c
1179
return hw->phy.ops.reset(hw);
sys/dev/e1000/e1000_api.c
1193
if (hw->phy.ops.commit)
sys/dev/e1000/e1000_api.c
1194
return hw->phy.ops.commit(hw);
sys/dev/e1000/e1000_api.c
1215
if (hw->phy.ops.set_d0_lplu_state)
sys/dev/e1000/e1000_api.c
1216
return hw->phy.ops.set_d0_lplu_state(hw, active);
sys/dev/e1000/e1000_api.c
1237
if (hw->phy.ops.set_d3_lplu_state)
sys/dev/e1000/e1000_api.c
1238
return hw->phy.ops.set_d3_lplu_state(hw, active);
sys/dev/e1000/e1000_api.c
1253
if (hw->mac.ops.read_mac_addr)
sys/dev/e1000/e1000_api.c
1254
return hw->mac.ops.read_mac_addr(hw);
sys/dev/e1000/e1000_api.c
126
if (hw->mbx.ops.init_params) {
sys/dev/e1000/e1000_api.c
127
ret_val = hw->mbx.ops.init_params(hw);
sys/dev/e1000/e1000_api.c
1314
if (hw->nvm.ops.validate)
sys/dev/e1000/e1000_api.c
1315
return hw->nvm.ops.validate(hw);
sys/dev/e1000/e1000_api.c
1329
if (hw->nvm.ops.update)
sys/dev/e1000/e1000_api.c
1330
return hw->nvm.ops.update(hw);
sys/dev/e1000/e1000_api.c
1344
if (hw->nvm.ops.reload)
sys/dev/e1000/e1000_api.c
1345
hw->nvm.ops.reload(hw);
sys/dev/e1000/e1000_api.c
1360
if (hw->nvm.ops.read)
sys/dev/e1000/e1000_api.c
1361
return hw->nvm.ops.read(hw, offset, words, data);
sys/dev/e1000/e1000_api.c
1378
if (hw->nvm.ops.write)
sys/dev/e1000/e1000_api.c
1379
return hw->nvm.ops.write(hw, offset, words, data);
sys/dev/e1000/e1000_api.c
1409
if (hw->phy.ops.power_up)
sys/dev/e1000/e1000_api.c
1410
hw->phy.ops.power_up(hw);
sys/dev/e1000/e1000_api.c
1424
if (hw->phy.ops.power_down)
sys/dev/e1000/e1000_api.c
1425
hw->phy.ops.power_down(hw);
sys/dev/e1000/e1000_api.c
1436
if (hw->mac.ops.power_up_serdes)
sys/dev/e1000/e1000_api.c
1437
hw->mac.ops.power_up_serdes(hw);
sys/dev/e1000/e1000_api.c
1448
if (hw->mac.ops.shutdown_serdes)
sys/dev/e1000/e1000_api.c
1449
hw->mac.ops.shutdown_serdes(hw);
sys/dev/e1000/e1000_api.c
48
if (hw->mac.ops.init_params) {
sys/dev/e1000/e1000_api.c
49
ret_val = hw->mac.ops.init_params(hw);
sys/dev/e1000/e1000_api.c
585
if (hw->mac.ops.get_bus_info)
sys/dev/e1000/e1000_api.c
586
return hw->mac.ops.get_bus_info(hw);
sys/dev/e1000/e1000_api.c
600
if (hw->mac.ops.clear_vfta)
sys/dev/e1000/e1000_api.c
601
hw->mac.ops.clear_vfta(hw);
sys/dev/e1000/e1000_api.c
615
if (hw->mac.ops.write_vfta)
sys/dev/e1000/e1000_api.c
616
hw->mac.ops.write_vfta(hw, offset, value);
sys/dev/e1000/e1000_api.c
631
if (hw->mac.ops.update_mc_addr_list)
sys/dev/e1000/e1000_api.c
632
hw->mac.ops.update_mc_addr_list(hw, mc_addr_list,
sys/dev/e1000/e1000_api.c
659
if (hw->mac.ops.check_for_link)
sys/dev/e1000/e1000_api.c
660
return hw->mac.ops.check_for_link(hw);
sys/dev/e1000/e1000_api.c
674
if (hw->mac.ops.check_mng_mode)
sys/dev/e1000/e1000_api.c
675
return hw->mac.ops.check_mng_mode(hw);
sys/dev/e1000/e1000_api.c
702
if (hw->mac.ops.reset_hw)
sys/dev/e1000/e1000_api.c
703
return hw->mac.ops.reset_hw(hw);
sys/dev/e1000/e1000_api.c
717
if (hw->mac.ops.init_hw)
sys/dev/e1000/e1000_api.c
718
return hw->mac.ops.init_hw(hw);
sys/dev/e1000/e1000_api.c
733
if (hw->mac.ops.setup_link)
sys/dev/e1000/e1000_api.c
734
return hw->mac.ops.setup_link(hw);
sys/dev/e1000/e1000_api.c
74
if (hw->nvm.ops.init_params) {
sys/dev/e1000/e1000_api.c
75
ret_val = hw->nvm.ops.init_params(hw);
sys/dev/e1000/e1000_api.c
751
if (hw->mac.ops.get_link_up_info)
sys/dev/e1000/e1000_api.c
752
return hw->mac.ops.get_link_up_info(hw, speed, duplex);
sys/dev/e1000/e1000_api.c
767
if (hw->mac.ops.setup_led)
sys/dev/e1000/e1000_api.c
768
return hw->mac.ops.setup_led(hw);
sys/dev/e1000/e1000_api.c
782
if (hw->mac.ops.cleanup_led)
sys/dev/e1000/e1000_api.c
783
return hw->mac.ops.cleanup_led(hw);
sys/dev/e1000/e1000_api.c
798
if (hw->mac.ops.blink_led)
sys/dev/e1000/e1000_api.c
799
return hw->mac.ops.blink_led(hw);
sys/dev/e1000/e1000_api.c
813
if (hw->mac.ops.id_led_init)
sys/dev/e1000/e1000_api.c
814
return hw->mac.ops.id_led_init(hw);
sys/dev/e1000/e1000_api.c
828
if (hw->mac.ops.led_on)
sys/dev/e1000/e1000_api.c
829
return hw->mac.ops.led_on(hw);
sys/dev/e1000/e1000_api.c
843
if (hw->mac.ops.led_off)
sys/dev/e1000/e1000_api.c
844
return hw->mac.ops.led_off(hw);
sys/dev/e1000/e1000_api.c
895
if (hw->mac.ops.config_collision_dist)
sys/dev/e1000/e1000_api.c
896
hw->mac.ops.config_collision_dist(hw);
sys/dev/e1000/e1000_api.c
909
if (hw->mac.ops.rar_set)
sys/dev/e1000/e1000_api.c
910
return hw->mac.ops.rar_set(hw, addr, index);
sys/dev/e1000/e1000_api.c
923
if (hw->mac.ops.validate_mdi_setting)
sys/dev/e1000/e1000_api.c
924
return hw->mac.ops.validate_mdi_setting(hw);
sys/dev/e1000/e1000_base.c
113
ret_val = mac->ops.setup_link(hw);
sys/dev/e1000/e1000_base.c
136
if (!(phy->ops.check_reset_block))
sys/dev/e1000/e1000_base.c
140
if (!(e1000_enable_mng_pass_thru(hw) || phy->ops.check_reset_block(hw)))
sys/dev/e1000/e1000_base.c
60
return hw->mac.ops.acquire_swfw_sync(hw, mask);
sys/dev/e1000/e1000_base.c
82
hw->mac.ops.release_swfw_sync(hw, mask);
sys/dev/e1000/e1000_hw.h
827
struct e1000_mac_operations ops;
sys/dev/e1000/e1000_hw.h
872
struct e1000_phy_operations ops;
sys/dev/e1000/e1000_hw.h
905
struct e1000_nvm_operations ops;
sys/dev/e1000/e1000_hw.h
961
struct e1000_mbx_operations ops;
sys/dev/e1000/e1000_i210.c
103
if (hw->nvm.ops.acquire(hw) == E1000_SUCCESS) {
sys/dev/e1000/e1000_i210.c
106
hw->nvm.ops.release(hw);
sys/dev/e1000/e1000_i210.c
148
if (hw->nvm.ops.acquire(hw) == E1000_SUCCESS) {
sys/dev/e1000/e1000_i210.c
151
hw->nvm.ops.release(hw);
sys/dev/e1000/e1000_i210.c
460
if (hw->nvm.ops.acquire(hw) == E1000_SUCCESS) {
sys/dev/e1000/e1000_i210.c
467
read_op_ptr = hw->nvm.ops.read;
sys/dev/e1000/e1000_i210.c
468
hw->nvm.ops.read = e1000_read_nvm_eerd;
sys/dev/e1000/e1000_i210.c
473
hw->nvm.ops.read = read_op_ptr;
sys/dev/e1000/e1000_i210.c
475
hw->nvm.ops.release(hw);
sys/dev/e1000/e1000_i210.c
511
if (hw->nvm.ops.acquire(hw) == E1000_SUCCESS) {
sys/dev/e1000/e1000_i210.c
521
hw->nvm.ops.release(hw);
sys/dev/e1000/e1000_i210.c
531
hw->nvm.ops.release(hw);
sys/dev/e1000/e1000_i210.c
536
hw->nvm.ops.release(hw);
sys/dev/e1000/e1000_i210.c
635
nvm->ops.acquire = e1000_acquire_nvm_i210;
sys/dev/e1000/e1000_i210.c
636
nvm->ops.release = e1000_release_nvm_i210;
sys/dev/e1000/e1000_i210.c
637
nvm->ops.valid_led_default = e1000_valid_led_default_i210;
sys/dev/e1000/e1000_i210.c
640
nvm->ops.read = e1000_read_nvm_srrd_i210;
sys/dev/e1000/e1000_i210.c
641
nvm->ops.write = e1000_write_nvm_srwr_i210;
sys/dev/e1000/e1000_i210.c
642
nvm->ops.validate = e1000_validate_nvm_checksum_i210;
sys/dev/e1000/e1000_i210.c
643
nvm->ops.update = e1000_update_nvm_checksum_i210;
sys/dev/e1000/e1000_i210.c
646
nvm->ops.read = e1000_read_invm_i210;
sys/dev/e1000/e1000_i210.c
647
nvm->ops.write = e1000_null_write_nvm;
sys/dev/e1000/e1000_i210.c
648
nvm->ops.validate = e1000_null_ops_generic;
sys/dev/e1000/e1000_i210.c
649
nvm->ops.update = e1000_null_ops_generic;
sys/dev/e1000/e1000_i210.c
663
hw->nvm.ops.init_params = e1000_init_nvm_params_i210;
sys/dev/e1000/e1000_i210.c
680
ret_val = hw->nvm.ops.read(hw, NVM_ID_LED_SETTINGS, 1, data);
sys/dev/e1000/e1000_i210.c
716
hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_i210.c
771
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_i210.c
822
hw->phy.ops.get_cfg_done = e1000_get_cfg_done_i210;
sys/dev/e1000/e1000_i210.c
825
mac->ops.id_led_init(hw);
sys/dev/e1000/e1000_ich8lan.c
1003
ret_val = hw->phy.ops.write_reg_locked(hw, I82579_LPI_CTRL, lpi_ctrl);
sys/dev/e1000/e1000_ich8lan.c
1005
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
1029
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
1057
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
1067
ret_val = hw->phy.ops.read_reg(hw, I217_INBAND_CTRL, ®);
sys/dev/e1000/e1000_ich8lan.c
1089
ret_val = hw->phy.ops.write_reg(hw, I217_INBAND_CTRL, reg);
sys/dev/e1000/e1000_ich8lan.c
1152
hw->mac.ops.get_link_up_info(hw, &speed, &duplex);
sys/dev/e1000/e1000_ich8lan.c
1318
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
1394
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
1472
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
1538
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
1540
hw->phy.ops.reset(hw);
sys/dev/e1000/e1000_ich8lan.c
1619
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
1631
hw->phy.ops.read_reg_locked(hw, I217_PLL_CLOCK_GATE_REG,
sys/dev/e1000/e1000_ich8lan.c
1638
hw->phy.ops.write_reg_locked(hw,
sys/dev/e1000/e1000_ich8lan.c
1643
hw->phy.ops.read_reg_locked(hw, HV_PM_CTRL,
sys/dev/e1000/e1000_ich8lan.c
1648
hw->phy.ops.write_reg_locked(hw, HV_PM_CTRL,
sys/dev/e1000/e1000_ich8lan.c
1652
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
1662
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
1666
ret_val = hw->phy.ops.read_reg_locked(hw,
sys/dev/e1000/e1000_ich8lan.c
1670
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
1679
hw->phy.ops.write_reg_locked(hw,
sys/dev/e1000/e1000_ich8lan.c
1682
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
1686
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
1690
ret_val = hw->phy.ops.write_reg_locked(hw,
sys/dev/e1000/e1000_ich8lan.c
1693
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
1781
hw->phy.ops.read_reg(hw, HV_KMRN_FIFO_CTRLSTA, &phy_reg);
sys/dev/e1000/e1000_ich8lan.c
1788
hw->phy.ops.write_reg(hw, HV_KMRN_FIFO_CTRLSTA, phy_reg);
sys/dev/e1000/e1000_ich8lan.c
1816
mac->ops.config_collision_dist(hw);
sys/dev/e1000/e1000_ich8lan.c
1840
hw->mac.ops.init_params = e1000_init_mac_params_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
1841
hw->nvm.ops.init_params = e1000_init_nvm_params_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
1846
hw->phy.ops.init_params = e1000_init_phy_params_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
1857
hw->phy.ops.init_params = e1000_init_phy_params_pchlan;
sys/dev/e1000/e1000_ich8lan.c
210
ret_val = hw->phy.ops.read_reg_locked(hw, PHY_ID1, &phy_reg);
sys/dev/e1000/e1000_ich8lan.c
215
ret_val = hw->phy.ops.read_reg_locked(hw, PHY_ID2, &phy_reg);
sys/dev/e1000/e1000_ich8lan.c
2183
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
2192
hw->phy.ops.write_reg_page(hw, BM_MTA(i),
sys/dev/e1000/e1000_ich8lan.c
2195
hw->phy.ops.write_reg_page(hw, (BM_MTA(i) + 1),
sys/dev/e1000/e1000_ich8lan.c
2203
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
2323
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
237
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
2373
ret_val = hw->nvm.ops.read(hw, (word_addr + i * 2), 1,
sys/dev/e1000/e1000_ich8lan.c
2378
ret_val = hw->nvm.ops.read(hw, (word_addr + i * 2 + 1),
sys/dev/e1000/e1000_ich8lan.c
2392
ret_val = phy->ops.write_reg_locked(hw, (u32)reg_addr,
sys/dev/e1000/e1000_ich8lan.c
2399
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
241
hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
2425
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
2432
ret_val = hw->phy.ops.read_reg_locked(hw, BM_CS_STATUS,
sys/dev/e1000/e1000_ich8lan.c
2448
ret_val = hw->phy.ops.read_reg_locked(hw, HV_M_STATUS,
sys/dev/e1000/e1000_ich8lan.c
2464
ret_val = hw->phy.ops.write_reg_locked(hw, PHY_REG(770, 19),
sys/dev/e1000/e1000_ich8lan.c
2471
ret_val = hw->phy.ops.write_reg_locked(hw, PHY_REG(770, 19),
sys/dev/e1000/e1000_ich8lan.c
2480
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
252
hw->phy.ops.read_reg_locked(hw, CV_SMB_CTRL, &phy_reg);
sys/dev/e1000/e1000_ich8lan.c
254
hw->phy.ops.write_reg_locked(hw, CV_SMB_CTRL, phy_reg);
sys/dev/e1000/e1000_ich8lan.c
2559
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
2575
ret_val = hw->phy.ops.read_reg_locked(hw, HV_OEM_BITS, &oem_reg);
sys/dev/e1000/e1000_ich8lan.c
2599
!hw->phy.ops.check_reset_block(hw))
sys/dev/e1000/e1000_ich8lan.c
2602
ret_val = hw->phy.ops.write_reg_locked(hw, HV_OEM_BITS, oem_reg);
sys/dev/e1000/e1000_ich8lan.c
2605
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
2622
ret_val = hw->phy.ops.read_reg(hw, HV_KMRN_MODE_CTRL, &data);
sys/dev/e1000/e1000_ich8lan.c
2628
ret_val = hw->phy.ops.write_reg(hw, HV_KMRN_MODE_CTRL, data);
sys/dev/e1000/e1000_ich8lan.c
2659
ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 25), 0x4431);
sys/dev/e1000/e1000_ich8lan.c
2664
ret_val = hw->phy.ops.write_reg(hw, HV_KMRN_FIFO_CTRLSTA,
sys/dev/e1000/e1000_ich8lan.c
2676
ret_val = hw->phy.ops.write_reg(hw, PHY_CONTROL,
sys/dev/e1000/e1000_ich8lan.c
2684
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
2690
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
2702
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
2705
ret_val = hw->phy.ops.read_reg_locked(hw, BM_PORT_GEN_CFG, &phy_data);
sys/dev/e1000/e1000_ich8lan.c
2708
ret_val = hw->phy.ops.write_reg_locked(hw, BM_PORT_GEN_CFG,
sys/dev/e1000/e1000_ich8lan.c
2716
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
2733
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
2743
hw->phy.ops.write_reg_page(hw, BM_RAR_L(i),
sys/dev/e1000/e1000_ich8lan.c
2745
hw->phy.ops.write_reg_page(hw, BM_RAR_M(i),
sys/dev/e1000/e1000_ich8lan.c
2749
hw->phy.ops.write_reg_page(hw, BM_RAR_H(i),
sys/dev/e1000/e1000_ich8lan.c
2751
hw->phy.ops.write_reg_page(hw, BM_RAR_CTRL(i),
sys/dev/e1000/e1000_ich8lan.c
2759
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
2799
hw->phy.ops.read_reg(hw, PHY_REG(769, 20), &phy_reg);
sys/dev/e1000/e1000_ich8lan.c
2800
ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 20),
sys/dev/e1000/e1000_ich8lan.c
2865
hw->phy.ops.read_reg(hw, PHY_REG(769, 23), &data);
sys/dev/e1000/e1000_ich8lan.c
2868
ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 23), data);
sys/dev/e1000/e1000_ich8lan.c
2871
hw->phy.ops.read_reg(hw, PHY_REG(769, 16), &data);
sys/dev/e1000/e1000_ich8lan.c
2873
ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 16), data);
sys/dev/e1000/e1000_ich8lan.c
2876
hw->phy.ops.read_reg(hw, PHY_REG(776, 20), &data);
sys/dev/e1000/e1000_ich8lan.c
2879
ret_val = hw->phy.ops.write_reg(hw, PHY_REG(776, 20), data);
sys/dev/e1000/e1000_ich8lan.c
2882
ret_val = hw->phy.ops.write_reg(hw, PHY_REG(776, 23), 0xF100);
sys/dev/e1000/e1000_ich8lan.c
2885
hw->phy.ops.read_reg(hw, HV_PM_CTRL, &data);
sys/dev/e1000/e1000_ich8lan.c
2886
ret_val = hw->phy.ops.write_reg(hw, HV_PM_CTRL, data |
sys/dev/e1000/e1000_ich8lan.c
2924
hw->phy.ops.read_reg(hw, PHY_REG(769, 23), &data);
sys/dev/e1000/e1000_ich8lan.c
2926
ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 23), data);
sys/dev/e1000/e1000_ich8lan.c
2929
hw->phy.ops.read_reg(hw, PHY_REG(769, 16), &data);
sys/dev/e1000/e1000_ich8lan.c
2931
ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 16), data);
sys/dev/e1000/e1000_ich8lan.c
2934
hw->phy.ops.read_reg(hw, PHY_REG(776, 20), &data);
sys/dev/e1000/e1000_ich8lan.c
2937
ret_val = hw->phy.ops.write_reg(hw, PHY_REG(776, 20), data);
sys/dev/e1000/e1000_ich8lan.c
2940
ret_val = hw->phy.ops.write_reg(hw, PHY_REG(776, 23), 0x7E00);
sys/dev/e1000/e1000_ich8lan.c
2943
hw->phy.ops.read_reg(hw, HV_PM_CTRL, &data);
sys/dev/e1000/e1000_ich8lan.c
2944
ret_val = hw->phy.ops.write_reg(hw, HV_PM_CTRL, data &
sys/dev/e1000/e1000_ich8lan.c
2951
return hw->phy.ops.write_reg(hw, PHY_REG(769, 20), phy_reg &
sys/dev/e1000/e1000_ich8lan.c
2974
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
2984
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
3007
ret_val = hw->phy.ops.read_reg(hw, HV_M_STATUS, &status_reg);
sys/dev/e1000/e1000_ich8lan.c
3018
ret_val = hw->phy.ops.read_reg(hw, HV_PM_CTRL,
sys/dev/e1000/e1000_ich8lan.c
3023
ret_val = hw->phy.ops.write_reg(hw, HV_PM_CTRL,
sys/dev/e1000/e1000_ich8lan.c
3110
if (hw->phy.ops.check_reset_block(hw))
sys/dev/e1000/e1000_ich8lan.c
3134
hw->phy.ops.read_reg(hw, BM_PORT_GEN_CFG, ®);
sys/dev/e1000/e1000_ich8lan.c
3136
hw->phy.ops.write_reg(hw, BM_PORT_GEN_CFG, reg);
sys/dev/e1000/e1000_ich8lan.c
3156
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
3162
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
3211
ret_val = hw->phy.ops.read_reg(hw, HV_OEM_BITS, &oem_reg);
sys/dev/e1000/e1000_ich8lan.c
3220
if (!hw->phy.ops.check_reset_block(hw))
sys/dev/e1000/e1000_ich8lan.c
3223
return hw->phy.ops.write_reg(hw, HV_OEM_BITS, oem_reg);
sys/dev/e1000/e1000_ich8lan.c
3267
ret_val = phy->ops.read_reg(hw,
sys/dev/e1000/e1000_ich8lan.c
3273
ret_val = phy->ops.write_reg(hw,
sys/dev/e1000/e1000_ich8lan.c
3291
ret_val = phy->ops.read_reg(hw,
sys/dev/e1000/e1000_ich8lan.c
3298
ret_val = phy->ops.write_reg(hw,
sys/dev/e1000/e1000_ich8lan.c
3304
ret_val = phy->ops.read_reg(hw,
sys/dev/e1000/e1000_ich8lan.c
3311
ret_val = phy->ops.write_reg(hw,
sys/dev/e1000/e1000_ich8lan.c
3359
ret_val = phy->ops.read_reg(hw,
sys/dev/e1000/e1000_ich8lan.c
3366
ret_val = phy->ops.write_reg(hw,
sys/dev/e1000/e1000_ich8lan.c
337
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
3372
ret_val = phy->ops.read_reg(hw,
sys/dev/e1000/e1000_ich8lan.c
3379
ret_val = phy->ops.write_reg(hw,
sys/dev/e1000/e1000_ich8lan.c
3401
ret_val = phy->ops.read_reg(hw,
sys/dev/e1000/e1000_ich8lan.c
3408
ret_val = phy->ops.write_reg(hw,
sys/dev/e1000/e1000_ich8lan.c
3552
nvm->ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
3608
nvm->ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
3645
nvm->ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
3670
nvm->ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
382
if (hw->phy.ops.check_reset_block(hw)) {
sys/dev/e1000/e1000_ich8lan.c
4061
nvm->ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
4068
nvm->ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
4101
nvm->ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
411
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
415
if (hw->phy.ops.check_reset_block(hw)) {
sys/dev/e1000/e1000_ich8lan.c
4218
nvm->ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
4224
nvm->ops.reload(hw);
sys/dev/e1000/e1000_ich8lan.c
4263
nvm->ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
435
ret_val = hw->phy.ops.check_reset_block(hw);
sys/dev/e1000/e1000_ich8lan.c
4371
nvm->ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
4377
nvm->ops.reload(hw);
sys/dev/e1000/e1000_ich8lan.c
4427
ret_val = hw->nvm.ops.read(hw, word, 1, &data);
sys/dev/e1000/e1000_ich8lan.c
4433
ret_val = hw->nvm.ops.write(hw, word, 1, &data);
sys/dev/e1000/e1000_ich8lan.c
4436
ret_val = hw->nvm.ops.update(hw);
sys/dev/e1000/e1000_ich8lan.c
467
phy->ops.acquire = e1000_acquire_swflag_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
468
phy->ops.check_reset_block = e1000_check_reset_block_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
469
phy->ops.get_cfg_done = e1000_get_cfg_done_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
470
phy->ops.set_page = e1000_set_page_igp;
sys/dev/e1000/e1000_ich8lan.c
471
phy->ops.read_reg = e1000_read_phy_reg_hv;
sys/dev/e1000/e1000_ich8lan.c
472
phy->ops.read_reg_locked = e1000_read_phy_reg_hv_locked;
sys/dev/e1000/e1000_ich8lan.c
473
phy->ops.read_reg_page = e1000_read_phy_reg_page_hv;
sys/dev/e1000/e1000_ich8lan.c
474
phy->ops.release = e1000_release_swflag_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
475
phy->ops.reset = e1000_phy_hw_reset_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
476
phy->ops.set_d0_lplu_state = e1000_set_lplu_state_pchlan;
sys/dev/e1000/e1000_ich8lan.c
477
phy->ops.set_d3_lplu_state = e1000_set_lplu_state_pchlan;
sys/dev/e1000/e1000_ich8lan.c
478
phy->ops.write_reg = e1000_write_phy_reg_hv;
sys/dev/e1000/e1000_ich8lan.c
479
phy->ops.write_reg_locked = e1000_write_phy_reg_hv_locked;
sys/dev/e1000/e1000_ich8lan.c
480
phy->ops.write_reg_page = e1000_write_phy_reg_page_hv;
sys/dev/e1000/e1000_ich8lan.c
481
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/e1000/e1000_ich8lan.c
482
phy->ops.power_down = e1000_power_down_phy_copper_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
4855
ret_val = hw->nvm.ops.read(hw, NVM_ID_LED_SETTINGS, 1, data);
sys/dev/e1000/e1000_ich8lan.c
4891
ret_val = hw->nvm.ops.valid_led_default(hw, &data);
sys/dev/e1000/e1000_ich8lan.c
5027
if (!hw->phy.ops.check_reset_block(hw)) {
sys/dev/e1000/e1000_ich8lan.c
5074
ret_val = hw->phy.ops.get_cfg_done(hw);
sys/dev/e1000/e1000_ich8lan.c
5124
ret_val = mac->ops.id_led_init(hw);
sys/dev/e1000/e1000_ich8lan.c
5142
hw->phy.ops.read_reg(hw, BM_PORT_GEN_CFG, &i);
sys/dev/e1000/e1000_ich8lan.c
5144
hw->phy.ops.write_reg(hw, BM_PORT_GEN_CFG, i);
sys/dev/e1000/e1000_ich8lan.c
5151
ret_val = mac->ops.setup_link(hw);
sys/dev/e1000/e1000_ich8lan.c
525
phy->ops.check_polarity = e1000_check_polarity_82577;
sys/dev/e1000/e1000_ich8lan.c
526
phy->ops.force_speed_duplex =
sys/dev/e1000/e1000_ich8lan.c
528
phy->ops.get_cable_length = e1000_get_cable_length_82577;
sys/dev/e1000/e1000_ich8lan.c
529
phy->ops.get_info = e1000_get_phy_info_82577;
sys/dev/e1000/e1000_ich8lan.c
530
phy->ops.commit = e1000_phy_sw_reset_generic;
sys/dev/e1000/e1000_ich8lan.c
5309
if (!hw->phy.ops.check_reset_block(hw)) {
sys/dev/e1000/e1000_ich8lan.c
5311
ret_val = hw->mac.ops.setup_physical_interface(hw);
sys/dev/e1000/e1000_ich8lan.c
5323
ret_val = hw->phy.ops.write_reg(hw,
sys/dev/e1000/e1000_ich8lan.c
533
phy->ops.check_polarity = e1000_check_polarity_m88;
sys/dev/e1000/e1000_ich8lan.c
534
phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_m88;
sys/dev/e1000/e1000_ich8lan.c
535
phy->ops.get_cable_length = e1000_get_cable_length_m88;
sys/dev/e1000/e1000_ich8lan.c
536
phy->ops.get_info = e1000_get_phy_info_m88;
sys/dev/e1000/e1000_ich8lan.c
5393
ret_val = hw->phy.ops.read_reg(hw, IFE_PHY_MDIX_CONTROL,
sys/dev/e1000/e1000_ich8lan.c
5412
ret_val = hw->phy.ops.write_reg(hw, IFE_PHY_MDIX_CONTROL,
sys/dev/e1000/e1000_ich8lan.c
5519
ret_val = hw->phy.ops.read_reg(hw, IGP3_KMRN_DIAG, &data);
sys/dev/e1000/e1000_ich8lan.c
5523
ret_val = hw->phy.ops.read_reg(hw, IGP3_KMRN_DIAG, &data);
sys/dev/e1000/e1000_ich8lan.c
5532
hw->phy.ops.reset(hw);
sys/dev/e1000/e1000_ich8lan.c
5611
hw->phy.ops.read_reg(hw, IGP3_VR_CTRL, &data);
sys/dev/e1000/e1000_ich8lan.c
5613
hw->phy.ops.write_reg(hw, IGP3_VR_CTRL,
sys/dev/e1000/e1000_ich8lan.c
5617
hw->phy.ops.read_reg(hw, IGP3_VR_CTRL, &data);
sys/dev/e1000/e1000_ich8lan.c
563
phy->ops.acquire = e1000_acquire_swflag_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
564
phy->ops.check_reset_block = e1000_check_reset_block_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
565
phy->ops.get_cable_length = e1000_get_cable_length_igp_2;
sys/dev/e1000/e1000_ich8lan.c
566
phy->ops.get_cfg_done = e1000_get_cfg_done_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
567
phy->ops.read_reg = e1000_read_phy_reg_igp;
sys/dev/e1000/e1000_ich8lan.c
568
phy->ops.release = e1000_release_swflag_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
569
phy->ops.reset = e1000_phy_hw_reset_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
570
phy->ops.set_d0_lplu_state = e1000_set_d0_lplu_state_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
5704
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
571
phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
572
phy->ops.write_reg = e1000_write_phy_reg_igp;
sys/dev/e1000/e1000_ich8lan.c
573
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/e1000/e1000_ich8lan.c
5731
hw->phy.ops.read_reg_locked(hw,
sys/dev/e1000/e1000_ich8lan.c
5735
hw->phy.ops.write_reg_locked(hw,
sys/dev/e1000/e1000_ich8lan.c
574
phy->ops.power_down = e1000_power_down_phy_copper_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
5751
hw->phy.ops.read_reg_locked(hw, I217_PROXY_CTRL,
sys/dev/e1000/e1000_ich8lan.c
5754
hw->phy.ops.write_reg_locked(hw, I217_PROXY_CTRL,
sys/dev/e1000/e1000_ich8lan.c
5760
hw->phy.ops.read_reg_locked(hw, I217_SxCTRL, &phy_reg);
sys/dev/e1000/e1000_ich8lan.c
5762
hw->phy.ops.write_reg_locked(hw, I217_SxCTRL, phy_reg);
sys/dev/e1000/e1000_ich8lan.c
5765
hw->phy.ops.read_reg_locked(hw, I217_MEMPWR, &phy_reg);
sys/dev/e1000/e1000_ich8lan.c
5767
hw->phy.ops.write_reg_locked(hw, I217_MEMPWR, phy_reg);
sys/dev/e1000/e1000_ich8lan.c
5773
hw->phy.ops.read_reg_locked(hw, I217_CGFREG, &phy_reg);
sys/dev/e1000/e1000_ich8lan.c
5775
hw->phy.ops.write_reg_locked(hw, I217_CGFREG, phy_reg);
sys/dev/e1000/e1000_ich8lan.c
5778
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
5793
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
5797
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
581
phy->ops.write_reg = e1000_write_phy_reg_bm;
sys/dev/e1000/e1000_ich8lan.c
582
phy->ops.read_reg = e1000_read_phy_reg_bm;
sys/dev/e1000/e1000_ich8lan.c
5835
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
5842
hw->phy.ops.read_reg_locked(hw, I217_LPI_GPIO_CTRL, &phy_reg);
sys/dev/e1000/e1000_ich8lan.c
5844
hw->phy.ops.write_reg_locked(hw, I217_LPI_GPIO_CTRL, phy_reg);
sys/dev/e1000/e1000_ich8lan.c
5851
ret_val = hw->phy.ops.read_reg_locked(hw, I217_MEMPWR,
sys/dev/e1000/e1000_ich8lan.c
5856
hw->phy.ops.write_reg_locked(hw, I217_MEMPWR, phy_reg);
sys/dev/e1000/e1000_ich8lan.c
5859
hw->phy.ops.write_reg_locked(hw, I217_PROXY_CTRL, 0);
sys/dev/e1000/e1000_ich8lan.c
5862
ret_val = hw->phy.ops.read_reg_locked(hw, I217_CGFREG,
sys/dev/e1000/e1000_ich8lan.c
5867
hw->phy.ops.write_reg_locked(hw, I217_CGFREG, phy_reg);
sys/dev/e1000/e1000_ich8lan.c
5871
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
5888
return hw->phy.ops.write_reg(hw, IFE_PHY_SPECIAL_CONTROL_LED,
sys/dev/e1000/e1000_ich8lan.c
5906
return hw->phy.ops.write_reg(hw, IFE_PHY_SPECIAL_CONTROL_LED,
sys/dev/e1000/e1000_ich8lan.c
5924
return hw->phy.ops.write_reg(hw, IFE_PHY_SPECIAL_CONTROL_LED,
sys/dev/e1000/e1000_ich8lan.c
5941
return hw->phy.ops.write_reg(hw, HV_LED_CONFIG,
sys/dev/e1000/e1000_ich8lan.c
5955
return hw->phy.ops.write_reg(hw, HV_LED_CONFIG,
sys/dev/e1000/e1000_ich8lan.c
5988
return hw->phy.ops.write_reg(hw, HV_LED_CONFIG, data);
sys/dev/e1000/e1000_ich8lan.c
6020
return hw->phy.ops.write_reg(hw, HV_LED_CONFIG, data);
sys/dev/e1000/e1000_ich8lan.c
604
phy->ops.read_reg_locked = e1000_read_phy_reg_igp_locked;
sys/dev/e1000/e1000_ich8lan.c
605
phy->ops.write_reg_locked = e1000_write_phy_reg_igp_locked;
sys/dev/e1000/e1000_ich8lan.c
606
phy->ops.get_info = e1000_get_phy_info_igp;
sys/dev/e1000/e1000_ich8lan.c
607
phy->ops.check_polarity = e1000_check_polarity_igp;
sys/dev/e1000/e1000_ich8lan.c
608
phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_igp;
sys/dev/e1000/e1000_ich8lan.c
6094
if (!(hw->mac.ops.check_mng_mode(hw) ||
sys/dev/e1000/e1000_ich8lan.c
6095
hw->phy.ops.check_reset_block(hw)))
sys/dev/e1000/e1000_ich8lan.c
6136
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
6139
ret_val = hw->phy.ops.set_page(hw,
sys/dev/e1000/e1000_ich8lan.c
6143
hw->phy.ops.read_reg_page(hw, HV_SCC_UPPER, &phy_data);
sys/dev/e1000/e1000_ich8lan.c
6144
hw->phy.ops.read_reg_page(hw, HV_SCC_LOWER, &phy_data);
sys/dev/e1000/e1000_ich8lan.c
6145
hw->phy.ops.read_reg_page(hw, HV_ECOL_UPPER, &phy_data);
sys/dev/e1000/e1000_ich8lan.c
6146
hw->phy.ops.read_reg_page(hw, HV_ECOL_LOWER, &phy_data);
sys/dev/e1000/e1000_ich8lan.c
6147
hw->phy.ops.read_reg_page(hw, HV_MCC_UPPER, &phy_data);
sys/dev/e1000/e1000_ich8lan.c
6148
hw->phy.ops.read_reg_page(hw, HV_MCC_LOWER, &phy_data);
sys/dev/e1000/e1000_ich8lan.c
6149
hw->phy.ops.read_reg_page(hw, HV_LATECOL_UPPER, &phy_data);
sys/dev/e1000/e1000_ich8lan.c
615
phy->ops.get_info = e1000_get_phy_info_ife;
sys/dev/e1000/e1000_ich8lan.c
6150
hw->phy.ops.read_reg_page(hw, HV_LATECOL_LOWER, &phy_data);
sys/dev/e1000/e1000_ich8lan.c
6151
hw->phy.ops.read_reg_page(hw, HV_COLC_UPPER, &phy_data);
sys/dev/e1000/e1000_ich8lan.c
6152
hw->phy.ops.read_reg_page(hw, HV_COLC_LOWER, &phy_data);
sys/dev/e1000/e1000_ich8lan.c
6153
hw->phy.ops.read_reg_page(hw, HV_DC_UPPER, &phy_data);
sys/dev/e1000/e1000_ich8lan.c
6154
hw->phy.ops.read_reg_page(hw, HV_DC_LOWER, &phy_data);
sys/dev/e1000/e1000_ich8lan.c
6155
hw->phy.ops.read_reg_page(hw, HV_TNCRS_UPPER, &phy_data);
sys/dev/e1000/e1000_ich8lan.c
6156
hw->phy.ops.read_reg_page(hw, HV_TNCRS_LOWER, &phy_data);
sys/dev/e1000/e1000_ich8lan.c
6158
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_ich8lan.c
616
phy->ops.check_polarity = e1000_check_polarity_ife;
sys/dev/e1000/e1000_ich8lan.c
617
phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_ife;
sys/dev/e1000/e1000_ich8lan.c
622
phy->ops.read_reg = e1000_read_phy_reg_bm;
sys/dev/e1000/e1000_ich8lan.c
623
phy->ops.write_reg = e1000_write_phy_reg_bm;
sys/dev/e1000/e1000_ich8lan.c
624
phy->ops.commit = e1000_phy_sw_reset_generic;
sys/dev/e1000/e1000_ich8lan.c
625
phy->ops.get_info = e1000_get_phy_info_m88;
sys/dev/e1000/e1000_ich8lan.c
626
phy->ops.check_polarity = e1000_check_polarity_m88;
sys/dev/e1000/e1000_ich8lan.c
627
phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_m88;
sys/dev/e1000/e1000_ich8lan.c
711
nvm->ops.acquire = e1000_acquire_nvm_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
712
nvm->ops.release = e1000_release_nvm_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
714
nvm->ops.read = e1000_read_nvm_spt;
sys/dev/e1000/e1000_ich8lan.c
715
nvm->ops.update = e1000_update_nvm_checksum_spt;
sys/dev/e1000/e1000_ich8lan.c
717
nvm->ops.read = e1000_read_nvm_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
718
nvm->ops.update = e1000_update_nvm_checksum_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
720
nvm->ops.valid_led_default = e1000_valid_led_default_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
721
nvm->ops.validate = e1000_validate_nvm_checksum_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
722
nvm->ops.write = e1000_write_nvm_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
761
mac->ops.get_bus_info = e1000_get_bus_info_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
763
mac->ops.set_lan_id = e1000_set_lan_id_single_port;
sys/dev/e1000/e1000_ich8lan.c
765
mac->ops.reset_hw = e1000_reset_hw_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
767
mac->ops.init_hw = e1000_init_hw_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
769
mac->ops.setup_link = e1000_setup_link_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
771
mac->ops.setup_physical_interface = e1000_setup_copper_link_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
773
mac->ops.check_for_link = e1000_check_for_copper_link_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
775
mac->ops.get_link_up_info = e1000_get_link_up_info_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
777
mac->ops.update_mc_addr_list = e1000_update_mc_addr_list_generic;
sys/dev/e1000/e1000_ich8lan.c
779
mac->ops.clear_hw_cntrs = e1000_clear_hw_cntrs_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
787
mac->ops.check_mng_mode = e1000_check_mng_mode_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
789
mac->ops.id_led_init = e1000_id_led_init_generic;
sys/dev/e1000/e1000_ich8lan.c
791
mac->ops.blink_led = e1000_blink_led_generic;
sys/dev/e1000/e1000_ich8lan.c
793
mac->ops.setup_led = e1000_setup_led_generic;
sys/dev/e1000/e1000_ich8lan.c
795
mac->ops.cleanup_led = e1000_cleanup_led_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
797
mac->ops.led_on = e1000_led_on_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
798
mac->ops.led_off = e1000_led_off_ich8lan;
sys/dev/e1000/e1000_ich8lan.c
802
mac->ops.rar_set = e1000_rar_set_pch2lan;
sys/dev/e1000/e1000_ich8lan.c
812
mac->ops.update_mc_addr_list =
sys/dev/e1000/e1000_ich8lan.c
817
mac->ops.check_mng_mode = e1000_check_mng_mode_pchlan;
sys/dev/e1000/e1000_ich8lan.c
819
mac->ops.id_led_init = e1000_id_led_init_pchlan;
sys/dev/e1000/e1000_ich8lan.c
821
mac->ops.setup_led = e1000_setup_led_pchlan;
sys/dev/e1000/e1000_ich8lan.c
823
mac->ops.cleanup_led = e1000_cleanup_led_pchlan;
sys/dev/e1000/e1000_ich8lan.c
825
mac->ops.led_on = e1000_led_on_pchlan;
sys/dev/e1000/e1000_ich8lan.c
826
mac->ops.led_off = e1000_led_off_pchlan;
sys/dev/e1000/e1000_ich8lan.c
834
mac->ops.rar_set = e1000_rar_set_pch_lpt;
sys/dev/e1000/e1000_ich8lan.c
835
mac->ops.setup_physical_interface = e1000_setup_copper_link_pch_lpt;
sys/dev/e1000/e1000_ich8lan.c
836
mac->ops.set_obff_timer = e1000_set_obff_timer_pch_lpt;
sys/dev/e1000/e1000_ich8lan.c
862
ret_val = hw->phy.ops.write_reg_locked(hw, I82579_EMI_ADDR, address);
sys/dev/e1000/e1000_ich8lan.c
867
ret_val = hw->phy.ops.read_reg_locked(hw, I82579_EMI_DATA,
sys/dev/e1000/e1000_ich8lan.c
870
ret_val = hw->phy.ops.write_reg_locked(hw, I82579_EMI_DATA,
sys/dev/e1000/e1000_ich8lan.c
943
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_ich8lan.c
947
ret_val = hw->phy.ops.read_reg_locked(hw, I82579_LPI_CTRL, &lpi_ctrl);
sys/dev/e1000/e1000_ich8lan.c
974
hw->phy.ops.read_reg_locked(hw, PHY_LP_ABILITY, &data);
sys/dev/e1000/e1000_mac.c
1018
if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw))
sys/dev/e1000/e1000_mac.c
1039
ret_val = hw->mac.ops.setup_physical_interface(hw);
sys/dev/e1000/e1000_mac.c
1162
ret_val = mac->ops.check_for_link(hw);
sys/dev/e1000/e1000_mac.c
1195
hw->mac.ops.config_collision_dist(hw);
sys/dev/e1000/e1000_mac.c
1396
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg);
sys/dev/e1000/e1000_mac.c
1399
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg);
sys/dev/e1000/e1000_mac.c
1414
ret_val = hw->phy.ops.read_reg(hw, PHY_AUTONEG_ADV,
sys/dev/e1000/e1000_mac.c
1418
ret_val = hw->phy.ops.read_reg(hw, PHY_LP_ABILITY,
sys/dev/e1000/e1000_mac.c
1511
ret_val = mac->ops.get_link_up_info(hw, &speed, &duplex);
sys/dev/e1000/e1000_mac.c
1757
ret_val = hw->nvm.ops.read(hw, NVM_ID_LED_SETTINGS, 1, data);
sys/dev/e1000/e1000_mac.c
1786
ret_val = hw->nvm.ops.valid_led_default(hw, &data);
sys/dev/e1000/e1000_mac.c
1848
if (hw->mac.ops.setup_led != e1000_setup_led_generic)
sys/dev/e1000/e1000_mac.c
226
mac->ops.set_lan_id(hw);
sys/dev/e1000/e1000_mac.c
272
mac->ops.set_lan_id(hw);
sys/dev/e1000/e1000_mac.c
387
hw->mac.ops.rar_set(hw, hw->mac.addr, 0);
sys/dev/e1000/e1000_mac.c
392
hw->mac.ops.rar_set(hw, mac_addr, i);
sys/dev/e1000/e1000_mac.c
416
ret_val = hw->nvm.ops.read(hw, NVM_COMPAT, 1, &nvm_data);
sys/dev/e1000/e1000_mac.c
430
ret_val = hw->nvm.ops.read(hw, NVM_ALT_MAC_ADDR_PTR, 1,
sys/dev/e1000/e1000_mac.c
451
ret_val = hw->nvm.ops.read(hw, offset, 1, &nvm_data);
sys/dev/e1000/e1000_mac.c
471
hw->mac.ops.rar_set(hw, alt_mac_addr, 0);
sys/dev/e1000/e1000_mac.c
53
mac->ops.init_params = e1000_null_ops_generic;
sys/dev/e1000/e1000_mac.c
54
mac->ops.init_hw = e1000_null_ops_generic;
sys/dev/e1000/e1000_mac.c
55
mac->ops.reset_hw = e1000_null_ops_generic;
sys/dev/e1000/e1000_mac.c
56
mac->ops.setup_physical_interface = e1000_null_ops_generic;
sys/dev/e1000/e1000_mac.c
57
mac->ops.get_bus_info = e1000_null_ops_generic;
sys/dev/e1000/e1000_mac.c
58
mac->ops.set_lan_id = e1000_set_lan_id_multi_port_pcie;
sys/dev/e1000/e1000_mac.c
59
mac->ops.read_mac_addr = e1000_read_mac_addr_generic;
sys/dev/e1000/e1000_mac.c
60
mac->ops.config_collision_dist = e1000_config_collision_dist_generic;
sys/dev/e1000/e1000_mac.c
61
mac->ops.clear_hw_cntrs = e1000_null_mac_generic;
sys/dev/e1000/e1000_mac.c
63
mac->ops.cleanup_led = e1000_null_ops_generic;
sys/dev/e1000/e1000_mac.c
64
mac->ops.setup_led = e1000_null_ops_generic;
sys/dev/e1000/e1000_mac.c
65
mac->ops.blink_led = e1000_null_ops_generic;
sys/dev/e1000/e1000_mac.c
66
mac->ops.led_on = e1000_null_ops_generic;
sys/dev/e1000/e1000_mac.c
67
mac->ops.led_off = e1000_null_ops_generic;
sys/dev/e1000/e1000_mac.c
69
mac->ops.setup_link = e1000_null_ops_generic;
sys/dev/e1000/e1000_mac.c
70
mac->ops.get_link_up_info = e1000_null_link_info;
sys/dev/e1000/e1000_mac.c
71
mac->ops.check_for_link = e1000_null_ops_generic;
sys/dev/e1000/e1000_mac.c
72
mac->ops.set_obff_timer = e1000_null_set_obff_timer;
sys/dev/e1000/e1000_mac.c
74
mac->ops.check_mng_mode = e1000_null_mng_mode;
sys/dev/e1000/e1000_mac.c
76
mac->ops.update_mc_addr_list = e1000_null_update_mc;
sys/dev/e1000/e1000_mac.c
760
mac->ops.config_collision_dist(hw);
sys/dev/e1000/e1000_mac.c
77
mac->ops.clear_vfta = e1000_null_mac_generic;
sys/dev/e1000/e1000_mac.c
78
mac->ops.write_vfta = e1000_null_write_vfta;
sys/dev/e1000/e1000_mac.c
79
mac->ops.rar_set = e1000_rar_set_generic;
sys/dev/e1000/e1000_mac.c
80
mac->ops.validate_mdi_setting = e1000_validate_mdi_setting_generic;
sys/dev/e1000/e1000_mac.c
972
ret_val = hw->nvm.ops.read(hw,
sys/dev/e1000/e1000_mac.c
977
ret_val = hw->nvm.ops.read(hw,
sys/dev/e1000/e1000_manage.c
144
if (!hw->mac.ops.check_mng_mode(hw)) {
sys/dev/e1000/e1000_mbx.c
100
ret_val = mbx->ops.read(hw, msg, size, mbx_id, unlock);
sys/dev/e1000/e1000_mbx.c
124
else if (mbx->ops.write)
sys/dev/e1000/e1000_mbx.c
125
ret_val = mbx->ops.write(hw, msg, size, mbx_id);
sys/dev/e1000/e1000_mbx.c
144
if (mbx->ops.check_for_msg)
sys/dev/e1000/e1000_mbx.c
145
ret_val = mbx->ops.check_for_msg(hw, mbx_id);
sys/dev/e1000/e1000_mbx.c
164
if (mbx->ops.check_for_ack)
sys/dev/e1000/e1000_mbx.c
165
ret_val = mbx->ops.check_for_ack(hw, mbx_id);
sys/dev/e1000/e1000_mbx.c
184
if (mbx->ops.check_for_rst)
sys/dev/e1000/e1000_mbx.c
185
ret_val = mbx->ops.check_for_rst(hw, mbx_id);
sys/dev/e1000/e1000_mbx.c
202
if (mbx->ops.unlock)
sys/dev/e1000/e1000_mbx.c
203
ret_val = mbx->ops.unlock(hw, mbx_id);
sys/dev/e1000/e1000_mbx.c
222
if (!countdown || !mbx->ops.check_for_msg)
sys/dev/e1000/e1000_mbx.c
225
while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) {
sys/dev/e1000/e1000_mbx.c
253
if (!countdown || !mbx->ops.check_for_ack)
sys/dev/e1000/e1000_mbx.c
256
while (countdown && mbx->ops.check_for_ack(hw, mbx_id)) {
sys/dev/e1000/e1000_mbx.c
287
if (!mbx->ops.read)
sys/dev/e1000/e1000_mbx.c
294
ret_val = mbx->ops.read(hw, msg, size, mbx_id, true);
sys/dev/e1000/e1000_mbx.c
317
if (!mbx->ops.write || !mbx->timeout)
sys/dev/e1000/e1000_mbx.c
321
ret_val = mbx->ops.write(hw, msg, size, mbx_id);
sys/dev/e1000/e1000_mbx.c
339
mbx->ops.init_params = e1000_null_ops_generic;
sys/dev/e1000/e1000_mbx.c
340
mbx->ops.read = e1000_null_mbx_read;
sys/dev/e1000/e1000_mbx.c
341
mbx->ops.write = e1000_null_mbx_transact;
sys/dev/e1000/e1000_mbx.c
342
mbx->ops.check_for_msg = e1000_null_mbx_check_for_flag;
sys/dev/e1000/e1000_mbx.c
343
mbx->ops.check_for_ack = e1000_null_mbx_check_for_flag;
sys/dev/e1000/e1000_mbx.c
344
mbx->ops.check_for_rst = e1000_null_mbx_check_for_flag;
sys/dev/e1000/e1000_mbx.c
345
mbx->ops.unlock = e1000_null_mbx_check_for_flag;
sys/dev/e1000/e1000_mbx.c
346
mbx->ops.read_posted = e1000_read_posted_mbx;
sys/dev/e1000/e1000_mbx.c
347
mbx->ops.write_posted = e1000_write_posted_mbx;
sys/dev/e1000/e1000_mbx.c
578
mbx->ops.read = e1000_read_mbx_vf;
sys/dev/e1000/e1000_mbx.c
579
mbx->ops.write = e1000_write_mbx_vf;
sys/dev/e1000/e1000_mbx.c
580
mbx->ops.read_posted = e1000_read_posted_mbx;
sys/dev/e1000/e1000_mbx.c
581
mbx->ops.write_posted = e1000_write_posted_mbx;
sys/dev/e1000/e1000_mbx.c
582
mbx->ops.check_for_msg = e1000_check_for_msg_vf;
sys/dev/e1000/e1000_mbx.c
583
mbx->ops.check_for_ack = e1000_check_for_ack_vf;
sys/dev/e1000/e1000_mbx.c
584
mbx->ops.check_for_rst = e1000_check_for_rst_vf;
sys/dev/e1000/e1000_mbx.c
833
mbx->ops.read = e1000_read_mbx_pf;
sys/dev/e1000/e1000_mbx.c
834
mbx->ops.write = e1000_write_mbx_pf;
sys/dev/e1000/e1000_mbx.c
835
mbx->ops.read_posted = e1000_read_posted_mbx;
sys/dev/e1000/e1000_mbx.c
836
mbx->ops.write_posted = e1000_write_posted_mbx;
sys/dev/e1000/e1000_mbx.c
837
mbx->ops.check_for_msg = e1000_check_for_msg_pf;
sys/dev/e1000/e1000_mbx.c
838
mbx->ops.check_for_ack = e1000_check_for_ack_pf;
sys/dev/e1000/e1000_mbx.c
839
mbx->ops.check_for_rst = e1000_check_for_rst_pf;
sys/dev/e1000/e1000_mbx.c
840
mbx->ops.unlock = e1000_release_mbx_lock_pf;
sys/dev/e1000/e1000_mbx.c
99
if (mbx->ops.read)
sys/dev/e1000/e1000_nvm.c
1210
ret_val = hw->nvm.ops.read(hw, i, 1, &nvm_data);
sys/dev/e1000/e1000_nvm.c
1243
ret_val = hw->nvm.ops.read(hw, i, 1, &nvm_data);
sys/dev/e1000/e1000_nvm.c
1251
ret_val = hw->nvm.ops.write(hw, NVM_CHECKSUM_REG, 1, &checksum);
sys/dev/e1000/e1000_nvm.c
1304
hw->nvm.ops.read(hw, NVM_ETRACK_HIWORD, 1, &etrack_test);
sys/dev/e1000/e1000_nvm.c
1309
hw->nvm.ops.read(hw, NVM_VERSION, 1, &fw_version);
sys/dev/e1000/e1000_nvm.c
1325
hw->nvm.ops.read(hw, NVM_ETRACK_HIWORD, 1, &etrack_test);
sys/dev/e1000/e1000_nvm.c
1327
hw->nvm.ops.read(hw, NVM_COMB_VER_PTR, 1, &comb_offset);
sys/dev/e1000/e1000_nvm.c
1331
hw->nvm.ops.read(hw, (NVM_COMB_VER_OFF + comb_offset
sys/dev/e1000/e1000_nvm.c
1333
hw->nvm.ops.read(hw, (NVM_COMB_VER_OFF + comb_offset),
sys/dev/e1000/e1000_nvm.c
1353
hw->nvm.ops.read(hw, NVM_ETRACK_HIWORD, 1, &etrack_test);
sys/dev/e1000/e1000_nvm.c
1356
hw->nvm.ops.read(hw, NVM_VERSION, 1, &fw_version);
sys/dev/e1000/e1000_nvm.c
1378
hw->nvm.ops.read(hw, NVM_ETRACK_WORD, 1, &eeprom_verl);
sys/dev/e1000/e1000_nvm.c
1379
hw->nvm.ops.read(hw, (NVM_ETRACK_WORD + 1), 1, &eeprom_verh);
sys/dev/e1000/e1000_nvm.c
1383
hw->nvm.ops.read(hw, NVM_ETRACK_WORD, 1, &eeprom_verh);
sys/dev/e1000/e1000_nvm.c
1384
hw->nvm.ops.read(hw, (NVM_ETRACK_WORD + 1), 1, &eeprom_verl);
sys/dev/e1000/e1000_nvm.c
466
ret_val = nvm->ops.acquire(hw);
sys/dev/e1000/e1000_nvm.c
493
nvm->ops.release(hw);
sys/dev/e1000/e1000_nvm.c
51
nvm->ops.init_params = e1000_null_ops_generic;
sys/dev/e1000/e1000_nvm.c
52
nvm->ops.acquire = e1000_null_ops_generic;
sys/dev/e1000/e1000_nvm.c
526
ret_val = nvm->ops.acquire(hw);
sys/dev/e1000/e1000_nvm.c
53
nvm->ops.read = e1000_null_read_nvm;
sys/dev/e1000/e1000_nvm.c
54
nvm->ops.release = e1000_null_nvm_generic;
sys/dev/e1000/e1000_nvm.c
548
nvm->ops.release(hw);
sys/dev/e1000/e1000_nvm.c
55
nvm->ops.reload = e1000_reload_nvm_generic;
sys/dev/e1000/e1000_nvm.c
56
nvm->ops.update = e1000_null_ops_generic;
sys/dev/e1000/e1000_nvm.c
57
nvm->ops.valid_led_default = e1000_null_led_default;
sys/dev/e1000/e1000_nvm.c
58
nvm->ops.validate = e1000_null_ops_generic;
sys/dev/e1000/e1000_nvm.c
59
nvm->ops.write = e1000_null_write_nvm;
sys/dev/e1000/e1000_nvm.c
630
ret_val = nvm->ops.acquire(hw);
sys/dev/e1000/e1000_nvm.c
636
nvm->ops.release(hw);
sys/dev/e1000/e1000_nvm.c
672
nvm->ops.release(hw);
sys/dev/e1000/e1000_nvm.c
710
ret_val = nvm->ops.acquire(hw);
sys/dev/e1000/e1000_nvm.c
760
nvm->ops.release(hw);
sys/dev/e1000/e1000_nvm.c
797
ret_val = hw->nvm.ops.read(hw, NVM_PBA_OFFSET_0, 1, &nvm_data);
sys/dev/e1000/e1000_nvm.c
803
ret_val = hw->nvm.ops.read(hw, NVM_PBA_OFFSET_1, 1, &pba_ptr);
sys/dev/e1000/e1000_nvm.c
848
ret_val = hw->nvm.ops.read(hw, pba_ptr, 1, &length);
sys/dev/e1000/e1000_nvm.c
869
ret_val = hw->nvm.ops.read(hw, pba_ptr + offset, 1, &nvm_data);
sys/dev/e1000/e1000_nvm.c
904
ret_val = hw->nvm.ops.read(hw, NVM_PBA_OFFSET_0, 1, &nvm_data);
sys/dev/e1000/e1000_nvm.c
910
ret_val = hw->nvm.ops.read(hw, NVM_PBA_OFFSET_1, 1, &pba_ptr);
sys/dev/e1000/e1000_nvm.c
922
ret_val = hw->nvm.ops.read(hw, pba_ptr, 1, &length);
sys/dev/e1000/e1000_nvm.c
956
ret_val = hw->nvm.ops.read(hw, NVM_PBA_OFFSET_0, 1, &nvm_data);
sys/dev/e1000/e1000_nvm.c
966
ret_val = hw->nvm.ops.read(hw, NVM_PBA_OFFSET_1, 1, &nvm_data);
sys/dev/e1000/e1000_phy.c
100
phy->ops.cfg_on_link_up = e1000_null_ops_generic;
sys/dev/e1000/e1000_phy.c
1020
ret_val = hw->phy.ops.read_reg(hw, PHY_1000T_CTRL, &phy_data);
sys/dev/e1000/e1000_phy.c
1045
return hw->phy.ops.write_reg(hw, PHY_1000T_CTRL, phy_data);
sys/dev/e1000/e1000_phy.c
1062
ret_val = hw->phy.ops.reset(hw);
sys/dev/e1000/e1000_phy.c
1070
ret_val = hw->phy.ops.read_reg(hw, I82577_CFG_REG, &phy_data);
sys/dev/e1000/e1000_phy.c
1079
ret_val = hw->phy.ops.write_reg(hw, I82577_CFG_REG, phy_data);
sys/dev/e1000/e1000_phy.c
1084
ret_val = hw->phy.ops.read_reg(hw, I82577_PHY_CTRL_2, &phy_data);
sys/dev/e1000/e1000_phy.c
1105
ret_val = hw->phy.ops.write_reg(hw, I82577_PHY_CTRL_2, phy_data);
sys/dev/e1000/e1000_phy.c
1129
ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_CTRL, &phy_data);
sys/dev/e1000/e1000_phy.c
1178
ret_val = phy->ops.write_reg(hw, M88E1000_PHY_SPEC_CTRL,
sys/dev/e1000/e1000_phy.c
1183
ret_val = phy->ops.commit(hw);
sys/dev/e1000/e1000_phy.c
1193
ret_val = phy->ops.write_reg(hw, M88E1000_PHY_SPEC_CTRL, phy_data);
sys/dev/e1000/e1000_phy.c
1203
ret_val = phy->ops.read_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL,
sys/dev/e1000/e1000_phy.c
1222
ret_val = phy->ops.write_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL,
sys/dev/e1000/e1000_phy.c
1230
ret_val = phy->ops.write_reg(hw, 29, 0x0003);
sys/dev/e1000/e1000_phy.c
1235
ret_val = phy->ops.write_reg(hw, 30, 0x0000);
sys/dev/e1000/e1000_phy.c
1241
ret_val = phy->ops.commit(hw);
sys/dev/e1000/e1000_phy.c
1248
ret_val = phy->ops.read_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL,
sys/dev/e1000/e1000_phy.c
1256
ret_val = phy->ops.write_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL,
sys/dev/e1000/e1000_phy.c
1282
ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_CTRL, &phy_data);
sys/dev/e1000/e1000_phy.c
1330
phy->ops.write_reg(hw, M88E1000_PHY_SPEC_CTRL, phy_data);
sys/dev/e1000/e1000_phy.c
1334
ret_val = phy->ops.commit(hw);
sys/dev/e1000/e1000_phy.c
1345
ret_val = phy->ops.write_reg(hw, M88E1000_PHY_SPEC_CTRL, phy_data);
sys/dev/e1000/e1000_phy.c
1350
ret_val = phy->ops.commit(hw);
sys/dev/e1000/e1000_phy.c
1379
ret_val = hw->phy.ops.reset(hw);
sys/dev/e1000/e1000_phy.c
1395
ret_val = hw->phy.ops.set_d3_lplu_state(hw, false);
sys/dev/e1000/e1000_phy.c
1403
if (hw->phy.ops.set_d0_lplu_state) {
sys/dev/e1000/e1000_phy.c
1404
ret_val = hw->phy.ops.set_d0_lplu_state(hw, false);
sys/dev/e1000/e1000_phy.c
1411
ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_CTRL, &data);
sys/dev/e1000/e1000_phy.c
1430
ret_val = phy->ops.write_reg(hw, IGP01E1000_PHY_PORT_CTRL, data);
sys/dev/e1000/e1000_phy.c
1442
ret_val = phy->ops.read_reg(hw,
sys/dev/e1000/e1000_phy.c
1449
ret_val = phy->ops.write_reg(hw,
sys/dev/e1000/e1000_phy.c
1456
ret_val = phy->ops.read_reg(hw, PHY_1000T_CTRL, &data);
sys/dev/e1000/e1000_phy.c
1461
ret_val = phy->ops.write_reg(hw, PHY_1000T_CTRL, data);
sys/dev/e1000/e1000_phy.c
1493
ret_val = phy->ops.read_reg(hw, PHY_AUTONEG_ADV, &mii_autoneg_adv_reg);
sys/dev/e1000/e1000_phy.c
1499
ret_val = phy->ops.read_reg(hw, PHY_1000T_CTRL,
sys/dev/e1000/e1000_phy.c
1612
ret_val = phy->ops.write_reg(hw, PHY_AUTONEG_ADV, mii_autoneg_adv_reg);
sys/dev/e1000/e1000_phy.c
1619
ret_val = phy->ops.write_reg(hw, PHY_1000T_CTRL,
sys/dev/e1000/e1000_phy.c
1664
ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_ctrl);
sys/dev/e1000/e1000_phy.c
1669
ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_ctrl);
sys/dev/e1000/e1000_phy.c
1717
ret_val = hw->phy.ops.force_speed_duplex(hw);
sys/dev/e1000/e1000_phy.c
1734
hw->mac.ops.config_collision_dist(hw);
sys/dev/e1000/e1000_phy.c
1760
ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_data);
sys/dev/e1000/e1000_phy.c
1766
ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_data);
sys/dev/e1000/e1000_phy.c
1773
ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_CTRL, &phy_data);
sys/dev/e1000/e1000_phy.c
1780
ret_val = phy->ops.write_reg(hw, IGP01E1000_PHY_PORT_CTRL, phy_data);
sys/dev/e1000/e1000_phy.c
1831
ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_CTRL,
sys/dev/e1000/e1000_phy.c
1837
ret_val = phy->ops.write_reg(hw, M88E1000_PHY_SPEC_CTRL,
sys/dev/e1000/e1000_phy.c
1845
ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_data);
sys/dev/e1000/e1000_phy.c
1851
ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_data);
sys/dev/e1000/e1000_phy.c
1856
ret_val = hw->phy.ops.commit(hw);
sys/dev/e1000/e1000_phy.c
1892
ret_val = phy->ops.write_reg(hw,
sys/dev/e1000/e1000_phy.c
1922
ret_val = phy->ops.read_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL, &phy_data);
sys/dev/e1000/e1000_phy.c
1931
ret_val = phy->ops.write_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL, phy_data);
sys/dev/e1000/e1000_phy.c
1938
ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_CTRL, &phy_data);
sys/dev/e1000/e1000_phy.c
1943
ret_val = phy->ops.write_reg(hw, M88E1000_PHY_SPEC_CTRL, phy_data);
sys/dev/e1000/e1000_phy.c
1965
ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &data);
sys/dev/e1000/e1000_phy.c
1971
ret_val = phy->ops.write_reg(hw, PHY_CONTROL, data);
sys/dev/e1000/e1000_phy.c
1976
ret_val = phy->ops.read_reg(hw, IFE_PHY_MDIX_CONTROL, &data);
sys/dev/e1000/e1000_phy.c
1983
ret_val = phy->ops.write_reg(hw, IFE_PHY_MDIX_CONTROL, data);
sys/dev/e1000/e1000_phy.c
2068
hw->mac.ops.config_collision_dist(hw);
sys/dev/e1000/e1000_phy.c
2095
if (!hw->phy.ops.read_reg)
sys/dev/e1000/e1000_phy.c
2098
ret_val = phy->ops.read_reg(hw, IGP02E1000_PHY_POWER_MGMT, &data);
sys/dev/e1000/e1000_phy.c
2104
ret_val = phy->ops.write_reg(hw, IGP02E1000_PHY_POWER_MGMT,
sys/dev/e1000/e1000_phy.c
2114
ret_val = phy->ops.read_reg(hw,
sys/dev/e1000/e1000_phy.c
2121
ret_val = phy->ops.write_reg(hw,
sys/dev/e1000/e1000_phy.c
2127
ret_val = phy->ops.read_reg(hw,
sys/dev/e1000/e1000_phy.c
2134
ret_val = phy->ops.write_reg(hw,
sys/dev/e1000/e1000_phy.c
2144
ret_val = phy->ops.write_reg(hw, IGP02E1000_PHY_POWER_MGMT,
sys/dev/e1000/e1000_phy.c
2150
ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_CONFIG,
sys/dev/e1000/e1000_phy.c
2156
ret_val = phy->ops.write_reg(hw, IGP01E1000_PHY_PORT_CONFIG,
sys/dev/e1000/e1000_phy.c
2200
ret_val = phy->ops.read_reg(hw, offset, &phy_data);
sys/dev/e1000/e1000_phy.c
2224
ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &data);
sys/dev/e1000/e1000_phy.c
2254
ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_STATUS, &data);
sys/dev/e1000/e1000_phy.c
2270
ret_val = phy->ops.read_reg(hw, offset, &data);
sys/dev/e1000/e1000_phy.c
2304
ret_val = phy->ops.read_reg(hw, offset, &phy_data);
sys/dev/e1000/e1000_phy.c
2328
if (!hw->phy.ops.read_reg)
sys/dev/e1000/e1000_phy.c
233
if (!phy->ops.read_reg)
sys/dev/e1000/e1000_phy.c
2333
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
sys/dev/e1000/e1000_phy.c
2336
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
sys/dev/e1000/e1000_phy.c
2367
if (!hw->phy.ops.read_reg)
sys/dev/e1000/e1000_phy.c
237
ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id);
sys/dev/e1000/e1000_phy.c
2375
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
sys/dev/e1000/e1000_phy.c
2386
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
sys/dev/e1000/e1000_phy.c
2425
ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data);
sys/dev/e1000/e1000_phy.c
243
ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id);
sys/dev/e1000/e1000_phy.c
2455
ret_val = phy->ops.read_reg(hw, (0x7 << GS40G_PAGE_SHIFT) +
sys/dev/e1000/e1000_phy.c
2462
ret_val = phy->ops.read_reg(hw, (0x7 << GS40G_PAGE_SHIFT) +
sys/dev/e1000/e1000_phy.c
2479
ret_val = phy->ops.read_reg(hw, I347AT4_PAGE_SELECT,
sys/dev/e1000/e1000_phy.c
2484
ret_val = phy->ops.write_reg(hw, I347AT4_PAGE_SELECT, 0x07);
sys/dev/e1000/e1000_phy.c
2489
ret_val = phy->ops.read_reg(hw, (I347AT4_PCDL + phy->addr),
sys/dev/e1000/e1000_phy.c
2495
ret_val = phy->ops.read_reg(hw, I347AT4_PCDC, &phy_data2);
sys/dev/e1000/e1000_phy.c
2507
ret_val = phy->ops.write_reg(hw, I347AT4_PAGE_SELECT,
sys/dev/e1000/e1000_phy.c
2515
ret_val = phy->ops.read_reg(hw, I347AT4_PAGE_SELECT,
sys/dev/e1000/e1000_phy.c
2520
ret_val = phy->ops.write_reg(hw, I347AT4_PAGE_SELECT, 0x05);
sys/dev/e1000/e1000_phy.c
2524
ret_val = phy->ops.read_reg(hw, M88E1112_VCT_DSP_DISTANCE,
sys/dev/e1000/e1000_phy.c
2542
ret_val = phy->ops.write_reg(hw, I347AT4_PAGE_SELECT,
sys/dev/e1000/e1000_phy.c
2584
ret_val = phy->ops.read_reg(hw, agc_reg_array[i], &phy_data);
sys/dev/e1000/e1000_phy.c
2659
ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_CTRL, &phy_data);
sys/dev/e1000/e1000_phy.c
2670
ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data);
sys/dev/e1000/e1000_phy.c
2677
ret_val = hw->phy.ops.get_cable_length(hw);
sys/dev/e1000/e1000_phy.c
2681
ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &phy_data);
sys/dev/e1000/e1000_phy.c
271
if (!hw->phy.ops.write_reg)
sys/dev/e1000/e1000_phy.c
2735
ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_STATUS, &data);
sys/dev/e1000/e1000_phy.c
274
ret_val = hw->phy.ops.write_reg(hw, M88E1000_PHY_GEN_CONTROL, 0xC1);
sys/dev/e1000/e1000_phy.c
2743
ret_val = phy->ops.get_cable_length(hw);
sys/dev/e1000/e1000_phy.c
2747
ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &data);
sys/dev/e1000/e1000_phy.c
278
return hw->phy.ops.write_reg(hw, M88E1000_PHY_GEN_CONTROL, 0);
sys/dev/e1000/e1000_phy.c
2791
ret_val = phy->ops.read_reg(hw, IFE_PHY_SPECIAL_CONTROL, &data);
sys/dev/e1000/e1000_phy.c
2807
ret_val = phy->ops.read_reg(hw, IFE_PHY_MDIX_CONTROL, &data);
sys/dev/e1000/e1000_phy.c
2835
if (!hw->phy.ops.read_reg)
sys/dev/e1000/e1000_phy.c
2838
ret_val = hw->phy.ops.read_reg(hw, PHY_CONTROL, &phy_ctrl);
sys/dev/e1000/e1000_phy.c
2843
ret_val = hw->phy.ops.write_reg(hw, PHY_CONTROL, phy_ctrl);
sys/dev/e1000/e1000_phy.c
2869
if (phy->ops.check_reset_block) {
sys/dev/e1000/e1000_phy.c
2870
ret_val = phy->ops.check_reset_block(hw);
sys/dev/e1000/e1000_phy.c
2875
ret_val = phy->ops.acquire(hw);
sys/dev/e1000/e1000_phy.c
2890
phy->ops.release(hw);
sys/dev/e1000/e1000_phy.c
2892
return phy->ops.get_cfg_done(hw);
sys/dev/e1000/e1000_phy.c
2923
hw->phy.ops.write_reg(hw, 0x2F5B, 0x9018);
sys/dev/e1000/e1000_phy.c
2925
hw->phy.ops.write_reg(hw, 0x2F52, 0x0000);
sys/dev/e1000/e1000_phy.c
2927
hw->phy.ops.write_reg(hw, 0x2FB1, 0x8B24);
sys/dev/e1000/e1000_phy.c
2929
hw->phy.ops.write_reg(hw, 0x2FB2, 0xF8F0);
sys/dev/e1000/e1000_phy.c
2931
hw->phy.ops.write_reg(hw, 0x2010, 0x10B0);
sys/dev/e1000/e1000_phy.c
2933
hw->phy.ops.write_reg(hw, 0x2011, 0x0000);
sys/dev/e1000/e1000_phy.c
2935
hw->phy.ops.write_reg(hw, 0x20DD, 0x249A);
sys/dev/e1000/e1000_phy.c
2937
hw->phy.ops.write_reg(hw, 0x20DE, 0x00D3);
sys/dev/e1000/e1000_phy.c
2939
hw->phy.ops.write_reg(hw, 0x28B4, 0x04CE);
sys/dev/e1000/e1000_phy.c
2941
hw->phy.ops.write_reg(hw, 0x2F70, 0x29E4);
sys/dev/e1000/e1000_phy.c
2943
hw->phy.ops.write_reg(hw, 0x0000, 0x0140);
sys/dev/e1000/e1000_phy.c
2945
hw->phy.ops.write_reg(hw, 0x1F30, 0x1606);
sys/dev/e1000/e1000_phy.c
2947
hw->phy.ops.write_reg(hw, 0x1F31, 0xB814);
sys/dev/e1000/e1000_phy.c
2949
hw->phy.ops.write_reg(hw, 0x1F35, 0x002A);
sys/dev/e1000/e1000_phy.c
2951
hw->phy.ops.write_reg(hw, 0x1F3E, 0x0067);
sys/dev/e1000/e1000_phy.c
2953
hw->phy.ops.write_reg(hw, 0x1F54, 0x0065);
sys/dev/e1000/e1000_phy.c
2955
hw->phy.ops.write_reg(hw, 0x1F55, 0x002A);
sys/dev/e1000/e1000_phy.c
2957
hw->phy.ops.write_reg(hw, 0x1F56, 0x002A);
sys/dev/e1000/e1000_phy.c
2959
hw->phy.ops.write_reg(hw, 0x1F72, 0x3FB0);
sys/dev/e1000/e1000_phy.c
2961
hw->phy.ops.write_reg(hw, 0x1F76, 0xC0FF);
sys/dev/e1000/e1000_phy.c
2963
hw->phy.ops.write_reg(hw, 0x1F77, 0x1DEC);
sys/dev/e1000/e1000_phy.c
2965
hw->phy.ops.write_reg(hw, 0x1F78, 0xF9EF);
sys/dev/e1000/e1000_phy.c
2967
hw->phy.ops.write_reg(hw, 0x1F79, 0x0210);
sys/dev/e1000/e1000_phy.c
2969
hw->phy.ops.write_reg(hw, 0x1895, 0x0003);
sys/dev/e1000/e1000_phy.c
2971
hw->phy.ops.write_reg(hw, 0x1796, 0x0008);
sys/dev/e1000/e1000_phy.c
2973
hw->phy.ops.write_reg(hw, 0x1798, 0xD008);
sys/dev/e1000/e1000_phy.c
2977
hw->phy.ops.write_reg(hw, 0x1898, 0xD918);
sys/dev/e1000/e1000_phy.c
2979
hw->phy.ops.write_reg(hw, 0x187A, 0x0800);
sys/dev/e1000/e1000_phy.c
2983
hw->phy.ops.write_reg(hw, 0x0019, 0x008D);
sys/dev/e1000/e1000_phy.c
2985
hw->phy.ops.write_reg(hw, 0x001B, 0x2080);
sys/dev/e1000/e1000_phy.c
2987
hw->phy.ops.write_reg(hw, 0x0014, 0x0045);
sys/dev/e1000/e1000_phy.c
2989
hw->phy.ops.write_reg(hw, 0x0000, 0x1340);
sys/dev/e1000/e1000_phy.c
3130
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_phy.c
3169
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_phy.c
3190
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_phy.c
3228
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_phy.c
3249
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_phy.c
3274
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_phy.c
3294
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_phy.c
3320
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_phy.c
3508
hw->phy.ops.read_reg(hw, PHY_CONTROL, &mii_reg);
sys/dev/e1000/e1000_phy.c
3510
hw->phy.ops.write_reg(hw, PHY_CONTROL, mii_reg);
sys/dev/e1000/e1000_phy.c
3526
hw->phy.ops.read_reg(hw, PHY_CONTROL, &mii_reg);
sys/dev/e1000/e1000_phy.c
3528
hw->phy.ops.write_reg(hw, PHY_CONTROL, mii_reg);
sys/dev/e1000/e1000_phy.c
3555
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_phy.c
3595
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_phy.c
3665
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_phy.c
3722
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_phy.c
3853
hw->phy.ops.read_reg(hw, PHY_CONTROL, &data);
sys/dev/e1000/e1000_phy.c
3858
ret_val = hw->phy.ops.read_reg(hw, BM_CS_STATUS, &data);
sys/dev/e1000/e1000_phy.c
3872
ret_val = hw->phy.ops.write_reg(hw, HV_MUX_DATA_CTRL,
sys/dev/e1000/e1000_phy.c
3878
return hw->phy.ops.write_reg(hw, HV_MUX_DATA_CTRL,
sys/dev/e1000/e1000_phy.c
3898
ret_val = phy->ops.read_reg(hw, I82577_PHY_STATUS_2, &data);
sys/dev/e1000/e1000_phy.c
3923
ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_data);
sys/dev/e1000/e1000_phy.c
3929
ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_data);
sys/dev/e1000/e1000_phy.c
3987
ret_val = phy->ops.read_reg(hw, I82577_PHY_STATUS_2, &data);
sys/dev/e1000/e1000_phy.c
3995
ret_val = hw->phy.ops.get_cable_length(hw);
sys/dev/e1000/e1000_phy.c
3999
ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &data);
sys/dev/e1000/e1000_phy.c
4034
ret_val = phy->ops.read_reg(hw, I82577_PHY_DIAG_STATUS, &phy_data);
sys/dev/e1000/e1000_phy.c
4066
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_phy.c
4076
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_phy.c
4098
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_phy.c
4108
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_phy.c
4282
ret_val = hw->phy.ops.write_reg(hw, E1000_MMDAC, dev_addr);
sys/dev/e1000/e1000_phy.c
4286
ret_val = hw->phy.ops.write_reg(hw, E1000_MMDAAD, address);
sys/dev/e1000/e1000_phy.c
4290
ret_val = hw->phy.ops.write_reg(hw, E1000_MMDAC, E1000_MMDAC_FUNC_DATA |
sys/dev/e1000/e1000_phy.c
4296
ret_val = hw->phy.ops.read_reg(hw, E1000_MMDAAD, data);
sys/dev/e1000/e1000_phy.c
4298
ret_val = hw->phy.ops.write_reg(hw, E1000_MMDAAD, *data);
sys/dev/e1000/e1000_phy.c
4303
ret_val = hw->phy.ops.write_reg(hw, E1000_MMDAC, 0);
sys/dev/e1000/e1000_phy.c
660
if (!hw->phy.ops.acquire)
sys/dev/e1000/e1000_phy.c
663
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_phy.c
670
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_phy.c
690
if (!hw->phy.ops.acquire)
sys/dev/e1000/e1000_phy.c
693
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_phy.c
700
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_phy.c
744
if (!hw->phy.ops.acquire)
sys/dev/e1000/e1000_phy.c
747
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_phy.c
76
phy->ops.init_params = e1000_null_ops_generic;
sys/dev/e1000/e1000_phy.c
761
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_phy.c
77
phy->ops.acquire = e1000_null_ops_generic;
sys/dev/e1000/e1000_phy.c
78
phy->ops.check_polarity = e1000_null_ops_generic;
sys/dev/e1000/e1000_phy.c
79
phy->ops.check_reset_block = e1000_null_ops_generic;
sys/dev/e1000/e1000_phy.c
80
phy->ops.commit = e1000_null_ops_generic;
sys/dev/e1000/e1000_phy.c
81
phy->ops.force_speed_duplex = e1000_null_ops_generic;
sys/dev/e1000/e1000_phy.c
813
if (!hw->phy.ops.acquire)
sys/dev/e1000/e1000_phy.c
816
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_phy.c
82
phy->ops.get_cfg_done = e1000_null_ops_generic;
sys/dev/e1000/e1000_phy.c
83
phy->ops.get_cable_length = e1000_null_ops_generic;
sys/dev/e1000/e1000_phy.c
830
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_phy.c
84
phy->ops.get_info = e1000_null_ops_generic;
sys/dev/e1000/e1000_phy.c
85
phy->ops.set_page = e1000_null_set_page;
sys/dev/e1000/e1000_phy.c
86
phy->ops.read_reg = e1000_null_read_reg;
sys/dev/e1000/e1000_phy.c
87
phy->ops.read_reg_locked = e1000_null_read_reg;
sys/dev/e1000/e1000_phy.c
88
phy->ops.read_reg_page = e1000_null_read_reg;
sys/dev/e1000/e1000_phy.c
884
if (!hw->phy.ops.acquire)
sys/dev/e1000/e1000_phy.c
887
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_phy.c
89
phy->ops.release = e1000_null_phy_generic;
sys/dev/e1000/e1000_phy.c
90
phy->ops.reset = e1000_null_ops_generic;
sys/dev/e1000/e1000_phy.c
903
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_phy.c
91
phy->ops.set_d0_lplu_state = e1000_null_lplu_state;
sys/dev/e1000/e1000_phy.c
92
phy->ops.set_d3_lplu_state = e1000_null_lplu_state;
sys/dev/e1000/e1000_phy.c
93
phy->ops.write_reg = e1000_null_write_reg;
sys/dev/e1000/e1000_phy.c
94
phy->ops.write_reg_locked = e1000_null_write_reg;
sys/dev/e1000/e1000_phy.c
95
phy->ops.write_reg_page = e1000_null_write_reg;
sys/dev/e1000/e1000_phy.c
959
if (!hw->phy.ops.acquire)
sys/dev/e1000/e1000_phy.c
96
phy->ops.power_up = e1000_null_phy_generic;
sys/dev/e1000/e1000_phy.c
962
ret_val = hw->phy.ops.acquire(hw);
sys/dev/e1000/e1000_phy.c
97
phy->ops.power_down = e1000_null_phy_generic;
sys/dev/e1000/e1000_phy.c
975
hw->phy.ops.release(hw);
sys/dev/e1000/e1000_phy.c
98
phy->ops.read_i2c_byte = e1000_read_i2c_byte_null;
sys/dev/e1000/e1000_phy.c
99
phy->ops.write_i2c_byte = e1000_write_i2c_byte_null;
sys/dev/e1000/e1000_vf.c
118
mac->ops.setup_link = e1000_setup_link_vf;
sys/dev/e1000/e1000_vf.c
120
mac->ops.get_bus_info = e1000_get_bus_info_pcie_vf;
sys/dev/e1000/e1000_vf.c
122
mac->ops.reset_hw = e1000_reset_hw_vf;
sys/dev/e1000/e1000_vf.c
124
mac->ops.init_hw = e1000_init_hw_vf;
sys/dev/e1000/e1000_vf.c
126
mac->ops.check_for_link = e1000_check_for_link_vf;
sys/dev/e1000/e1000_vf.c
128
mac->ops.get_link_up_info = e1000_get_link_up_info_vf;
sys/dev/e1000/e1000_vf.c
130
mac->ops.update_mc_addr_list = e1000_update_mc_addr_list_vf;
sys/dev/e1000/e1000_vf.c
132
mac->ops.rar_set = e1000_rar_set_vf;
sys/dev/e1000/e1000_vf.c
134
mac->ops.read_mac_addr = e1000_read_mac_addr_vf;
sys/dev/e1000/e1000_vf.c
148
hw->mac.ops.init_params = e1000_init_mac_params_vf;
sys/dev/e1000/e1000_vf.c
149
hw->nvm.ops.init_params = e1000_init_nvm_params_vf;
sys/dev/e1000/e1000_vf.c
150
hw->phy.ops.init_params = e1000_init_phy_params_vf;
sys/dev/e1000/e1000_vf.c
151
hw->mbx.ops.init_params = e1000_init_mbx_params_vf;
sys/dev/e1000/e1000_vf.c
273
while (!mbx->ops.check_for_rst(hw, 0) && timeout) {
sys/dev/e1000/e1000_vf.c
283
mbx->ops.write_posted(hw, msgbuf, 1, 0);
sys/dev/e1000/e1000_vf.c
288
ret_val = mbx->ops.read_posted(hw, msgbuf, 3, 0);
sys/dev/e1000/e1000_vf.c
334
ret_val = mbx->ops.write_posted(hw, msgbuf, 3, 0);
sys/dev/e1000/e1000_vf.c
337
ret_val = mbx->ops.read_posted(hw, msgbuf, 3, 0);
sys/dev/e1000/e1000_vf.c
385
s32 retval = mbx->ops.write_posted(hw, msg, size, 0);
sys/dev/e1000/e1000_vf.c
388
mbx->ops.read_posted(hw, retmsg, E1000_VFMAILBOX_SIZE, 0);
sys/dev/e1000/e1000_vf.c
414
ret_val = mbx->ops.write_posted(hw, msgbuf, 3, 0);
sys/dev/e1000/e1000_vf.c
416
ret_val = mbx->ops.read_posted(hw, msgbuf, 3, 0);
sys/dev/e1000/e1000_vf.c
495
ret_val = mbx->ops.write_posted(hw, msgbuf, 2, 0);
sys/dev/e1000/e1000_vf.c
497
ret_val = mbx->ops.read_posted(hw, msgbuf, 1, 0);
sys/dev/e1000/e1000_vf.c
548
ret_val = mbx->ops.write_posted(hw, &msgbuf, 1, 0);
sys/dev/e1000/e1000_vf.c
551
ret_val = mbx->ops.read_posted(hw, &msgbuf, 1, 0);
sys/dev/e1000/e1000_vf.c
597
if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout)
sys/dev/e1000/e1000_vf.c
609
if (mbx->ops.read(hw, &in_msg, 1, 0, true))
sys/dev/e1000/e1000_vf.c
65
hw->phy.ops.acquire = e1000_acquire_vf;
sys/dev/e1000/e1000_vf.c
66
hw->phy.ops.release = e1000_release_vf;
sys/dev/e1000/e1000_vf.c
81
hw->nvm.ops.acquire = e1000_acquire_vf;
sys/dev/e1000/e1000_vf.c
82
hw->nvm.ops.release = e1000_release_vf;
sys/dev/e1000/e1000_vf.h
216
struct e1000_mac_operations ops;
sys/dev/e1000/e1000_vf.h
250
struct e1000_mbx_operations ops;
sys/dev/e1000/if_em.c
1932
if (sc->hw.mac.ops.clear_hw_cntrs != NULL)
sys/dev/e1000/if_em.c
1933
sc->hw.mac.ops.clear_hw_cntrs(&sc->hw);
sys/dev/e1000/if_em.c
5311
ret = hw->phy.ops.acquire(hw);
sys/dev/e1000/if_em.c
5328
hw->phy.ops.release(hw);
sys/dev/gem/if_gemvar.h
215
#define GEM_CDSYNC(sc, ops) \
sys/dev/gem/if_gemvar.h
216
bus_dmamap_sync((sc)->sc_cdmatag, (sc)->sc_cddmamap, (ops));
sys/dev/hptiop/hptiop.c
1802
struct hptiop_adapter_ops *ops;
sys/dev/hptiop/hptiop.c
1817
ops = &hptiop_mvfrey_ops;
sys/dev/hptiop/hptiop.c
1838
ops = &hptiop_itl_ops;
sys/dev/hptiop/hptiop.c
1843
ops = &hptiop_mv_ops;
sys/dev/hptiop/hptiop.c
1858
hba->ops = ops;
sys/dev/hptiop/hptiop.c
1860
KdPrint(("hba->ops=%p\n", hba->ops));
sys/dev/hptiop/hptiop.c
1880
pci_get_function(dev), hba->ops));
sys/dev/hptiop/hptiop.c
1886
if (hba->ops->alloc_pci_res(hba))
sys/dev/hptiop/hptiop.c
1889
if (hba->ops->iop_wait_ready(hba, 2000)) {
sys/dev/hptiop/hptiop.c
1914
if (hba->ops->family == MV_BASED_IOP) {
sys/dev/hptiop/hptiop.c
1915
if (hba->ops->internal_memalloc(hba)) {
sys/dev/hptiop/hptiop.c
1921
if (hba->ops->get_config(hba, &iop_config)) {
sys/dev/hptiop/hptiop.c
1933
if (hba->ops->family == MVFREY_BASED_IOP) {
sys/dev/hptiop/hptiop.c
1934
if (hba->ops->internal_memalloc(hba)) {
sys/dev/hptiop/hptiop.c
1938
if (hba->ops->reset_comm(hba)) {
sys/dev/hptiop/hptiop.c
2029
if (hba->ops->set_config(hba, &set_config)) {
sys/dev/hptiop/hptiop.c
2062
hba->ops->enable_intr(hba);
sys/dev/hptiop/hptiop.c
2112
hba->ops->internal_memfree(hba);
sys/dev/hptiop/hptiop.c
2119
if (hba->ops->release_pci_res)
sys/dev/hptiop/hptiop.c
2120
hba->ops->release_pci_res(hba);
sys/dev/hptiop/hptiop.c
214
ret = hba->ops->do_ioctl(hba,
sys/dev/hptiop/hptiop.c
2164
hba->ops->disable_intr(hba);
sys/dev/hptiop/hptiop.c
2176
hba->ops->iop_intr(hba);
sys/dev/hptiop/hptiop.c
2185
hba->ops->iop_intr(hba);
sys/dev/hptiop/hptiop.c
2650
hba->ops->post_req(hba, srb, segs, nsegs);
sys/dev/hptiop/hptiop.c
893
hba->ops->post_msg(hba, msg);
sys/dev/hptiop/hptiop.c
896
hba->ops->iop_intr(hba);
sys/dev/hptiop/hptiop.h
341
struct hptiop_adapter_ops *ops;
sys/dev/hwt/hwt_backend.c
105
ctx->hwt_backend->ops->hwt_backend_enable(ctx, cpu_id);
sys/dev/hwt/hwt_backend.c
114
ctx->hwt_backend->ops->hwt_backend_disable(ctx, cpu_id);
sys/dev/hwt/hwt_backend.c
123
ctx->hwt_backend->ops->hwt_backend_enable_smp(ctx);
sys/dev/hwt/hwt_backend.c
132
ctx->hwt_backend->ops->hwt_backend_disable_smp(ctx);
sys/dev/hwt/hwt_backend.c
141
ctx->hwt_backend->ops->hwt_backend_dump(cpu_id);
sys/dev/hwt/hwt_backend.c
152
error = ctx->hwt_backend->ops->hwt_backend_read(vm, ident,
sys/dev/hwt/hwt_backend.c
184
backend->ops == NULL)
sys/dev/hwt/hwt_backend.c
244
ctx->hwt_backend->ops->hwt_backend_stop(ctx);
sys/dev/hwt/hwt_backend.c
255
error = ctx->hwt_backend->ops->hwt_backend_svc_buf(ctx, data, data_size,
sys/dev/hwt/hwt_backend.c
268
if (ctx->hwt_backend->ops->hwt_backend_thread_alloc == NULL)
sys/dev/hwt/hwt_backend.c
272
error = ctx->hwt_backend->ops->hwt_backend_thread_alloc(thr);
sys/dev/hwt/hwt_backend.c
282
if (thr->backend->ops->hwt_backend_thread_free == NULL)
sys/dev/hwt/hwt_backend.c
286
thr->backend->ops->hwt_backend_thread_free(thr);
sys/dev/hwt/hwt_backend.c
72
error = ctx->hwt_backend->ops->hwt_backend_init(ctx);
sys/dev/hwt/hwt_backend.c
83
ctx->hwt_backend->ops->hwt_backend_deinit(ctx);
sys/dev/hwt/hwt_backend.c
93
error = ctx->hwt_backend->ops->hwt_backend_configure(ctx, cpu_id,
sys/dev/hwt/hwt_backend.h
56
struct hwt_backend_ops *ops;
sys/dev/hwt/hwt_vm.c
217
if (ctx->hwt_backend->ops->hwt_backend_enable_smp == NULL) {
sys/dev/ice/ice_adminq_cmd.h
3131
} ops;
sys/dev/ice/ice_adminq_cmd.h
436
} ops;
sys/dev/ice/ice_fwlog.c
170
cmd->ops.cfg.log_resolution = CPU_TO_LE16(log_resolution);
sys/dev/ice/ice_fwlog.c
171
cmd->ops.cfg.mdl_cnt = CPU_TO_LE16(num_entries);
sys/dev/ice/ice_fwlog.c
396
module_id_cnt = LE16_TO_CPU(cmd->ops.cfg.mdl_cnt);
sys/dev/ice/ice_fwlog.c
406
cfg->log_resolution = LE16_TO_CPU(cmd->ops.cfg.log_resolution);
sys/dev/ice/ice_switch.c
2331
cmd->ops.cmd.res = CPU_TO_LE16(((res_type << ICE_AQC_RES_TYPE_S) &
sys/dev/ice/ice_switch.c
2334
cmd->ops.cmd.first_desc = CPU_TO_LE16(*desc_id);
sys/dev/ice/ice_switch.c
2338
*desc_id = LE16_TO_CPU(cmd->ops.resp.next_desc);
sys/dev/igc/igc_api.c
21
if (hw->mac.ops.init_params) {
sys/dev/igc/igc_api.c
216
if (hw->mac.ops.get_bus_info)
sys/dev/igc/igc_api.c
217
return hw->mac.ops.get_bus_info(hw);
sys/dev/igc/igc_api.c
22
ret_val = hw->mac.ops.init_params(hw);
sys/dev/igc/igc_api.c
231
if (hw->mac.ops.clear_vfta)
sys/dev/igc/igc_api.c
232
hw->mac.ops.clear_vfta(hw);
sys/dev/igc/igc_api.c
246
if (hw->mac.ops.write_vfta)
sys/dev/igc/igc_api.c
247
hw->mac.ops.write_vfta(hw, offset, value);
sys/dev/igc/igc_api.c
262
if (hw->mac.ops.update_mc_addr_list)
sys/dev/igc/igc_api.c
263
hw->mac.ops.update_mc_addr_list(hw, mc_addr_list,
sys/dev/igc/igc_api.c
290
if (hw->mac.ops.check_for_link)
sys/dev/igc/igc_api.c
291
return hw->mac.ops.check_for_link(hw);
sys/dev/igc/igc_api.c
305
if (hw->mac.ops.reset_hw)
sys/dev/igc/igc_api.c
306
return hw->mac.ops.reset_hw(hw);
sys/dev/igc/igc_api.c
320
if (hw->mac.ops.init_hw)
sys/dev/igc/igc_api.c
321
return hw->mac.ops.init_hw(hw);
sys/dev/igc/igc_api.c
336
if (hw->mac.ops.setup_link)
sys/dev/igc/igc_api.c
337
return hw->mac.ops.setup_link(hw);
sys/dev/igc/igc_api.c
354
if (hw->mac.ops.get_link_up_info)
sys/dev/igc/igc_api.c
355
return hw->mac.ops.get_link_up_info(hw, speed, duplex);
sys/dev/igc/igc_api.c
382
if (hw->mac.ops.config_collision_dist)
sys/dev/igc/igc_api.c
383
hw->mac.ops.config_collision_dist(hw);
sys/dev/igc/igc_api.c
396
if (hw->mac.ops.rar_set)
sys/dev/igc/igc_api.c
397
return hw->mac.ops.rar_set(hw, addr, index);
sys/dev/igc/igc_api.c
410
if (hw->mac.ops.validate_mdi_setting)
sys/dev/igc/igc_api.c
411
return hw->mac.ops.validate_mdi_setting(hw);
sys/dev/igc/igc_api.c
439
if (hw->phy.ops.check_reset_block)
sys/dev/igc/igc_api.c
440
return hw->phy.ops.check_reset_block(hw);
sys/dev/igc/igc_api.c
456
if (hw->phy.ops.read_reg)
sys/dev/igc/igc_api.c
457
return hw->phy.ops.read_reg(hw, offset, data);
sys/dev/igc/igc_api.c
47
if (hw->nvm.ops.init_params) {
sys/dev/igc/igc_api.c
473
if (hw->phy.ops.write_reg)
sys/dev/igc/igc_api.c
474
return hw->phy.ops.write_reg(hw, offset, data);
sys/dev/igc/igc_api.c
48
ret_val = hw->nvm.ops.init_params(hw);
sys/dev/igc/igc_api.c
488
if (hw->phy.ops.release)
sys/dev/igc/igc_api.c
489
hw->phy.ops.release(hw);
sys/dev/igc/igc_api.c
501
if (hw->phy.ops.acquire)
sys/dev/igc/igc_api.c
502
return hw->phy.ops.acquire(hw);
sys/dev/igc/igc_api.c
517
if (hw->phy.ops.get_info)
sys/dev/igc/igc_api.c
518
return hw->phy.ops.get_info(hw);
sys/dev/igc/igc_api.c
532
if (hw->phy.ops.reset)
sys/dev/igc/igc_api.c
533
return hw->phy.ops.reset(hw);
sys/dev/igc/igc_api.c
554
if (hw->phy.ops.set_d0_lplu_state)
sys/dev/igc/igc_api.c
555
return hw->phy.ops.set_d0_lplu_state(hw, active);
sys/dev/igc/igc_api.c
576
if (hw->phy.ops.set_d3_lplu_state)
sys/dev/igc/igc_api.c
577
return hw->phy.ops.set_d3_lplu_state(hw, active);
sys/dev/igc/igc_api.c
592
if (hw->mac.ops.read_mac_addr)
sys/dev/igc/igc_api.c
593
return hw->mac.ops.read_mac_addr(hw);
sys/dev/igc/igc_api.c
623
if (hw->nvm.ops.validate)
sys/dev/igc/igc_api.c
624
return hw->nvm.ops.validate(hw);
sys/dev/igc/igc_api.c
638
if (hw->nvm.ops.update)
sys/dev/igc/igc_api.c
639
return hw->nvm.ops.update(hw);
sys/dev/igc/igc_api.c
653
if (hw->nvm.ops.reload)
sys/dev/igc/igc_api.c
654
hw->nvm.ops.reload(hw);
sys/dev/igc/igc_api.c
669
if (hw->nvm.ops.read)
sys/dev/igc/igc_api.c
670
return hw->nvm.ops.read(hw, offset, words, data);
sys/dev/igc/igc_api.c
687
if (hw->nvm.ops.write)
sys/dev/igc/igc_api.c
688
return hw->nvm.ops.write(hw, offset, words, data);
sys/dev/igc/igc_api.c
702
if (hw->phy.ops.power_up)
sys/dev/igc/igc_api.c
703
hw->phy.ops.power_up(hw);
sys/dev/igc/igc_api.c
717
if (hw->phy.ops.power_down)
sys/dev/igc/igc_api.c
718
hw->phy.ops.power_down(hw);
sys/dev/igc/igc_api.c
73
if (hw->phy.ops.init_params) {
sys/dev/igc/igc_api.c
74
ret_val = hw->phy.ops.init_params(hw);
sys/dev/igc/igc_base.c
100
if (!(phy->ops.check_reset_block))
sys/dev/igc/igc_base.c
104
if (phy->ops.check_reset_block(hw))
sys/dev/igc/igc_base.c
28
return hw->mac.ops.acquire_swfw_sync(hw, mask);
sys/dev/igc/igc_base.c
46
hw->mac.ops.release_swfw_sync(hw, mask);
sys/dev/igc/igc_base.c
77
ret_val = mac->ops.setup_link(hw);
sys/dev/igc/igc_hw.h
423
struct igc_mac_operations ops;
sys/dev/igc/igc_hw.h
453
struct igc_phy_operations ops;
sys/dev/igc/igc_hw.h
476
struct igc_nvm_operations ops;
sys/dev/igc/igc_i225.c
100
mac->ops.reset_hw = igc_reset_hw_i225;
sys/dev/igc/igc_i225.c
102
mac->ops.init_hw = igc_init_hw_i225;
sys/dev/igc/igc_i225.c
104
mac->ops.setup_link = igc_setup_link_generic;
sys/dev/igc/igc_i225.c
1045
mac->ops.config_collision_dist(hw);
sys/dev/igc/igc_i225.c
106
mac->ops.check_for_link = igc_check_for_link_i225;
sys/dev/igc/igc_i225.c
1074
hw->mac.ops.init_params = igc_init_mac_params_i225;
sys/dev/igc/igc_i225.c
1075
hw->nvm.ops.init_params = igc_init_nvm_params_i225;
sys/dev/igc/igc_i225.c
1076
hw->phy.ops.init_params = igc_init_phy_params_i225;
sys/dev/igc/igc_i225.c
108
mac->ops.get_link_up_info = igc_get_speed_and_duplex_copper_generic;
sys/dev/igc/igc_i225.c
110
mac->ops.acquire_swfw_sync = igc_acquire_swfw_sync_i225;
sys/dev/igc/igc_i225.c
112
mac->ops.release_swfw_sync = igc_release_swfw_sync_i225;
sys/dev/igc/igc_i225.c
116
mac->ops.setup_physical_interface = igc_setup_copper_link_i225;
sys/dev/igc/igc_i225.c
122
mac->ops.update_mc_addr_list = igc_update_mc_addr_list_generic;
sys/dev/igc/igc_i225.c
124
mac->ops.write_vfta = igc_write_vfta_generic;
sys/dev/igc/igc_i225.c
146
phy->ops.power_up = igc_power_up_phy_copper;
sys/dev/igc/igc_i225.c
147
phy->ops.power_down = igc_power_down_phy_copper_base;
sys/dev/igc/igc_i225.c
153
phy->ops.acquire = igc_acquire_phy_base;
sys/dev/igc/igc_i225.c
154
phy->ops.check_reset_block = igc_check_reset_block_generic;
sys/dev/igc/igc_i225.c
155
phy->ops.release = igc_release_phy_base;
sys/dev/igc/igc_i225.c
156
phy->ops.reset = igc_phy_hw_reset_generic;
sys/dev/igc/igc_i225.c
157
phy->ops.read_reg = igc_read_phy_reg_gpy;
sys/dev/igc/igc_i225.c
158
phy->ops.write_reg = igc_write_phy_reg_gpy;
sys/dev/igc/igc_i225.c
165
ret_val = hw->phy.ops.reset(hw);
sys/dev/igc/igc_i225.c
459
if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) {
sys/dev/igc/igc_i225.c
462
hw->nvm.ops.release(hw);
sys/dev/igc/igc_i225.c
504
if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) {
sys/dev/igc/igc_i225.c
507
hw->nvm.ops.release(hw);
sys/dev/igc/igc_i225.c
589
if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) {
sys/dev/igc/igc_i225.c
594
read_op_ptr = hw->nvm.ops.read;
sys/dev/igc/igc_i225.c
595
hw->nvm.ops.read = igc_read_nvm_eerd;
sys/dev/igc/igc_i225.c
60
nvm->ops.acquire = igc_acquire_nvm_i225;
sys/dev/igc/igc_i225.c
600
hw->nvm.ops.read = read_op_ptr;
sys/dev/igc/igc_i225.c
602
hw->nvm.ops.release(hw);
sys/dev/igc/igc_i225.c
61
nvm->ops.release = igc_release_nvm_i225;
sys/dev/igc/igc_i225.c
635
if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) {
sys/dev/igc/igc_i225.c
64
nvm->ops.read = igc_read_nvm_srrd_i225;
sys/dev/igc/igc_i225.c
644
hw->nvm.ops.release(hw);
sys/dev/igc/igc_i225.c
65
nvm->ops.write = igc_write_nvm_srwr_i225;
sys/dev/igc/igc_i225.c
655
hw->nvm.ops.release(hw);
sys/dev/igc/igc_i225.c
66
nvm->ops.validate = igc_validate_nvm_checksum_i225;
sys/dev/igc/igc_i225.c
660
hw->nvm.ops.release(hw);
sys/dev/igc/igc_i225.c
67
nvm->ops.update = igc_update_nvm_checksum_i225;
sys/dev/igc/igc_i225.c
70
nvm->ops.write = igc_null_write_nvm;
sys/dev/igc/igc_i225.c
71
nvm->ops.validate = igc_null_ops_generic;
sys/dev/igc/igc_i225.c
72
nvm->ops.update = igc_null_ops_generic;
sys/dev/igc/igc_i225.c
896
hw->mac.ops.get_link_up_info(hw, &speed, &duplex);
sys/dev/igc/igc_mac.c
179
hw->mac.ops.rar_set(hw, hw->mac.addr, 0);
sys/dev/igc/igc_mac.c
184
hw->mac.ops.rar_set(hw, mac_addr, i);
sys/dev/igc/igc_mac.c
208
ret_val = hw->nvm.ops.read(hw, NVM_COMPAT, 1, &nvm_data);
sys/dev/igc/igc_mac.c
213
ret_val = hw->nvm.ops.read(hw, NVM_ALT_MAC_ADDR_PTR, 1,
sys/dev/igc/igc_mac.c
229
ret_val = hw->nvm.ops.read(hw, offset, 1, &nvm_data);
sys/dev/igc/igc_mac.c
24
mac->ops.init_params = igc_null_ops_generic;
sys/dev/igc/igc_mac.c
249
hw->mac.ops.rar_set(hw, alt_mac_addr, 0);
sys/dev/igc/igc_mac.c
25
mac->ops.config_collision_dist = igc_config_collision_dist_generic;
sys/dev/igc/igc_mac.c
26
mac->ops.rar_set = igc_rar_set_generic;
sys/dev/igc/igc_mac.c
503
mac->ops.config_collision_dist(hw);
sys/dev/igc/igc_mac.c
536
if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw))
sys/dev/igc/igc_mac.c
555
ret_val = hw->mac.ops.setup_physical_interface(hw);
sys/dev/igc/igc_mac.c
729
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg);
sys/dev/igc/igc_mac.c
732
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg);
sys/dev/igc/igc_mac.c
747
ret_val = hw->phy.ops.read_reg(hw, PHY_AUTONEG_ADV,
sys/dev/igc/igc_mac.c
751
ret_val = hw->phy.ops.read_reg(hw, PHY_LP_ABILITY,
sys/dev/igc/igc_mac.c
844
ret_val = mac->ops.get_link_up_info(hw, &speed, &duplex);
sys/dev/igc/igc_nvm.c
24
nvm->ops.init_params = igc_null_ops_generic;
sys/dev/igc/igc_nvm.c
25
nvm->ops.acquire = igc_null_ops_generic;
sys/dev/igc/igc_nvm.c
26
nvm->ops.read = igc_null_read_nvm;
sys/dev/igc/igc_nvm.c
27
nvm->ops.release = igc_null_nvm_generic;
sys/dev/igc/igc_nvm.c
28
nvm->ops.reload = igc_reload_nvm_generic;
sys/dev/igc/igc_nvm.c
29
nvm->ops.update = igc_null_ops_generic;
sys/dev/igc/igc_nvm.c
30
nvm->ops.validate = igc_null_ops_generic;
sys/dev/igc/igc_nvm.c
31
nvm->ops.write = igc_null_write_nvm;
sys/dev/igc/igc_nvm.c
444
ret_val = nvm->ops.acquire(hw);
sys/dev/igc/igc_nvm.c
450
nvm->ops.release(hw);
sys/dev/igc/igc_nvm.c
486
nvm->ops.release(hw);
sys/dev/igc/igc_nvm.c
517
ret_val = hw->nvm.ops.read(hw, NVM_PBA_OFFSET_0, 1, &nvm_data);
sys/dev/igc/igc_nvm.c
523
ret_val = hw->nvm.ops.read(hw, NVM_PBA_OFFSET_1, 1, &pba_ptr);
sys/dev/igc/igc_nvm.c
568
ret_val = hw->nvm.ops.read(hw, pba_ptr, 1, &length);
sys/dev/igc/igc_nvm.c
589
ret_val = hw->nvm.ops.read(hw, pba_ptr + offset, 1, &nvm_data);
sys/dev/igc/igc_nvm.c
651
ret_val = hw->nvm.ops.read(hw, i, 1, &nvm_data);
sys/dev/igc/igc_nvm.c
684
ret_val = hw->nvm.ops.read(hw, i, 1, &nvm_data);
sys/dev/igc/igc_nvm.c
692
ret_val = hw->nvm.ops.write(hw, NVM_CHECKSUM_REG, 1, &checksum);
sys/dev/igc/igc_nvm.c
740
hw->nvm.ops.read(hw, NVM_ETRACK_HIWORD, 1, &etrack_test);
sys/dev/igc/igc_nvm.c
742
hw->nvm.ops.read(hw, NVM_COMB_VER_PTR, 1, &comb_offset);
sys/dev/igc/igc_nvm.c
744
hw->nvm.ops.read(hw, NVM_COMB_VER_OFF + comb_offset + 1,
sys/dev/igc/igc_nvm.c
746
hw->nvm.ops.read(hw, NVM_COMB_VER_OFF + comb_offset,
sys/dev/igc/igc_nvm.c
766
hw->nvm.ops.read(hw, NVM_ETRACK_HIWORD, 1, &etrack_test);
sys/dev/igc/igc_nvm.c
769
hw->nvm.ops.read(hw, NVM_VERSION, 1, &fw_version);
sys/dev/igc/igc_nvm.c
790
hw->nvm.ops.read(hw, NVM_ETRACK_WORD, 1, &eeprom_verl);
sys/dev/igc/igc_nvm.c
791
hw->nvm.ops.read(hw, (NVM_ETRACK_WORD + 1), 1, &eeprom_verh);
sys/dev/igc/igc_nvm.c
795
hw->nvm.ops.read(hw, NVM_ETRACK_WORD, 1, &eeprom_verh);
sys/dev/igc/igc_nvm.c
796
hw->nvm.ops.read(hw, (NVM_ETRACK_WORD + 1), 1, &eeprom_verl);
sys/dev/igc/igc_phy.c
1018
ret_val = hw->phy.ops.write_reg(hw, IGC_MMDAC, dev_addr);
sys/dev/igc/igc_phy.c
1022
ret_val = hw->phy.ops.write_reg(hw, IGC_MMDAAD, address);
sys/dev/igc/igc_phy.c
1026
ret_val = hw->phy.ops.write_reg(hw, IGC_MMDAC, IGC_MMDAC_FUNC_DATA |
sys/dev/igc/igc_phy.c
1032
ret_val = hw->phy.ops.read_reg(hw, IGC_MMDAAD, data);
sys/dev/igc/igc_phy.c
1034
ret_val = hw->phy.ops.write_reg(hw, IGC_MMDAAD, *data);
sys/dev/igc/igc_phy.c
1039
ret_val = hw->phy.ops.write_reg(hw, IGC_MMDAC, 0);
sys/dev/igc/igc_phy.c
139
if (!phy->ops.read_reg)
sys/dev/igc/igc_phy.c
142
ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id);
sys/dev/igc/igc_phy.c
148
ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id);
sys/dev/igc/igc_phy.c
24
phy->ops.init_params = igc_null_ops_generic;
sys/dev/igc/igc_phy.c
25
phy->ops.acquire = igc_null_ops_generic;
sys/dev/igc/igc_phy.c
26
phy->ops.check_reset_block = igc_null_ops_generic;
sys/dev/igc/igc_phy.c
27
phy->ops.force_speed_duplex = igc_null_ops_generic;
sys/dev/igc/igc_phy.c
28
phy->ops.get_info = igc_null_ops_generic;
sys/dev/igc/igc_phy.c
29
phy->ops.set_page = igc_null_set_page;
sys/dev/igc/igc_phy.c
299
ret_val = phy->ops.read_reg(hw, PHY_AUTONEG_ADV, &mii_autoneg_adv_reg);
sys/dev/igc/igc_phy.c
30
phy->ops.read_reg = igc_null_read_reg;
sys/dev/igc/igc_phy.c
305
ret_val = phy->ops.read_reg(hw, PHY_1000T_CTRL,
sys/dev/igc/igc_phy.c
31
phy->ops.read_reg_locked = igc_null_read_reg;
sys/dev/igc/igc_phy.c
313
ret_val = phy->ops.read_reg(hw, (STANDARD_AN_REG_MASK <<
sys/dev/igc/igc_phy.c
32
phy->ops.read_reg_page = igc_null_read_reg;
sys/dev/igc/igc_phy.c
33
phy->ops.release = igc_null_phy_generic;
sys/dev/igc/igc_phy.c
34
phy->ops.reset = igc_null_ops_generic;
sys/dev/igc/igc_phy.c
35
phy->ops.set_d0_lplu_state = igc_null_lplu_state;
sys/dev/igc/igc_phy.c
36
phy->ops.set_d3_lplu_state = igc_null_lplu_state;
sys/dev/igc/igc_phy.c
37
phy->ops.write_reg = igc_null_write_reg;
sys/dev/igc/igc_phy.c
38
phy->ops.write_reg_locked = igc_null_write_reg;
sys/dev/igc/igc_phy.c
39
phy->ops.write_reg_page = igc_null_write_reg;
sys/dev/igc/igc_phy.c
40
phy->ops.power_up = igc_null_phy_generic;
sys/dev/igc/igc_phy.c
41
phy->ops.power_down = igc_null_phy_generic;
sys/dev/igc/igc_phy.c
441
ret_val = phy->ops.write_reg(hw, PHY_AUTONEG_ADV, mii_autoneg_adv_reg);
sys/dev/igc/igc_phy.c
448
ret_val = phy->ops.write_reg(hw, PHY_1000T_CTRL,
sys/dev/igc/igc_phy.c
452
ret_val = phy->ops.write_reg(hw,
sys/dev/igc/igc_phy.c
500
ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_ctrl);
sys/dev/igc/igc_phy.c
505
ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_ctrl);
sys/dev/igc/igc_phy.c
553
ret_val = hw->phy.ops.force_speed_duplex(hw);
sys/dev/igc/igc_phy.c
570
hw->mac.ops.config_collision_dist(hw);
sys/dev/igc/igc_phy.c
635
hw->mac.ops.config_collision_dist(hw);
sys/dev/igc/igc_phy.c
662
if (!hw->phy.ops.read_reg)
sys/dev/igc/igc_phy.c
665
ret_val = phy->ops.read_reg(hw, IGP02IGC_PHY_POWER_MGMT, &data);
sys/dev/igc/igc_phy.c
671
ret_val = phy->ops.write_reg(hw, IGP02IGC_PHY_POWER_MGMT,
sys/dev/igc/igc_phy.c
681
ret_val = phy->ops.read_reg(hw,
sys/dev/igc/igc_phy.c
688
ret_val = phy->ops.write_reg(hw,
sys/dev/igc/igc_phy.c
694
ret_val = phy->ops.read_reg(hw,
sys/dev/igc/igc_phy.c
701
ret_val = phy->ops.write_reg(hw,
sys/dev/igc/igc_phy.c
711
ret_val = phy->ops.write_reg(hw, IGP02IGC_PHY_POWER_MGMT,
sys/dev/igc/igc_phy.c
717
ret_val = phy->ops.read_reg(hw, IGP01IGC_PHY_PORT_CONFIG,
sys/dev/igc/igc_phy.c
723
ret_val = phy->ops.write_reg(hw, IGP01IGC_PHY_PORT_CONFIG,
sys/dev/igc/igc_phy.c
770
if (!hw->phy.ops.read_reg)
sys/dev/igc/igc_phy.c
775
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
sys/dev/igc/igc_phy.c
778
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
sys/dev/igc/igc_phy.c
809
if (!hw->phy.ops.read_reg)
sys/dev/igc/igc_phy.c
817
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
sys/dev/igc/igc_phy.c
828
ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
sys/dev/igc/igc_phy.c
861
if (phy->ops.check_reset_block) {
sys/dev/igc/igc_phy.c
862
ret_val = phy->ops.check_reset_block(hw);
sys/dev/igc/igc_phy.c
867
ret_val = phy->ops.acquire(hw);
sys/dev/igc/igc_phy.c
893
phy->ops.release(hw);
sys/dev/igc/igc_phy.c
911
hw->phy.ops.read_reg(hw, PHY_CONTROL, &mii_reg);
sys/dev/igc/igc_phy.c
913
hw->phy.ops.write_reg(hw, PHY_CONTROL, mii_reg);
sys/dev/igc/igc_phy.c
930
hw->phy.ops.read_reg(hw, PHY_CONTROL, &mii_reg);
sys/dev/igc/igc_phy.c
932
hw->phy.ops.write_reg(hw, PHY_CONTROL, mii_reg);
sys/dev/igc/igc_phy.c
954
ret_val = hw->phy.ops.acquire(hw);
sys/dev/igc/igc_phy.c
960
hw->phy.ops.release(hw);
sys/dev/igc/igc_phy.c
988
ret_val = hw->phy.ops.acquire(hw);
sys/dev/igc/igc_phy.c
994
hw->phy.ops.release(hw);
sys/dev/iommu/busdma_iommu.c
1102
const struct iommu_domain_map_ops *ops)
sys/dev/iommu/busdma_iommu.c
1105
domain->ops = ops;
sys/dev/iommu/iommu.h
109
const struct iommu_domain_map_ops *ops;
sys/dev/iommu/iommu.h
199
const struct iommu_domain_map_ops *ops);
sys/dev/iommu/iommu_gas.c
837
error = domain->ops->map(domain, entry, ma, eflags,
sys/dev/iommu/iommu_gas.c
883
error = domain->ops->map(domain, entry,
sys/dev/iommu/iommu_gas.c
994
domain->ops->unmap(domain, entry, IOMMU_PGF_WAITOK);
sys/dev/irdma/irdma_verbs.c
3271
dev_ops->ops.driver_id = RDMA_DRIVER_I40IW;
sys/dev/irdma/irdma_verbs.c
3272
dev_ops->ops.size_ib_ah = IRDMA_SET_RDMA_OBJ_SIZE(ib_ah, irdma_ah, ibah);
sys/dev/irdma/irdma_verbs.c
3273
dev_ops->ops.size_ib_cq = IRDMA_SET_RDMA_OBJ_SIZE(ib_cq, irdma_cq, ibcq);
sys/dev/irdma/irdma_verbs.c
3274
dev_ops->ops.size_ib_pd = IRDMA_SET_RDMA_OBJ_SIZE(ib_pd, irdma_pd, ibpd);
sys/dev/irdma/irdma_verbs.c
3275
dev_ops->ops.size_ib_ucontext = IRDMA_SET_RDMA_OBJ_SIZE(ib_ucontext,
sys/dev/iwn/if_iwn.c
1226
struct iwn_ops *ops = &sc->ops;
sys/dev/iwn/if_iwn.c
1230
ops->load_firmware = iwn4965_load_firmware;
sys/dev/iwn/if_iwn.c
1231
ops->read_eeprom = iwn4965_read_eeprom;
sys/dev/iwn/if_iwn.c
1232
ops->post_alive = iwn4965_post_alive;
sys/dev/iwn/if_iwn.c
1233
ops->nic_config = iwn4965_nic_config;
sys/dev/iwn/if_iwn.c
1234
ops->update_sched = iwn4965_update_sched;
sys/dev/iwn/if_iwn.c
1235
ops->get_temperature = iwn4965_get_temperature;
sys/dev/iwn/if_iwn.c
1236
ops->get_rssi = iwn4965_get_rssi;
sys/dev/iwn/if_iwn.c
1237
ops->set_txpower = iwn4965_set_txpower;
sys/dev/iwn/if_iwn.c
1238
ops->init_gains = iwn4965_init_gains;
sys/dev/iwn/if_iwn.c
1239
ops->set_gains = iwn4965_set_gains;
sys/dev/iwn/if_iwn.c
1240
ops->rxon_assoc = iwn4965_rxon_assoc;
sys/dev/iwn/if_iwn.c
1241
ops->add_node = iwn4965_add_node;
sys/dev/iwn/if_iwn.c
1242
ops->tx_done = iwn4965_tx_done;
sys/dev/iwn/if_iwn.c
1243
ops->ampdu_tx_start = iwn4965_ampdu_tx_start;
sys/dev/iwn/if_iwn.c
1244
ops->ampdu_tx_stop = iwn4965_ampdu_tx_stop;
sys/dev/iwn/if_iwn.c
1269
struct iwn_ops *ops = &sc->ops;
sys/dev/iwn/if_iwn.c
1273
ops->load_firmware = iwn5000_load_firmware;
sys/dev/iwn/if_iwn.c
1274
ops->read_eeprom = iwn5000_read_eeprom;
sys/dev/iwn/if_iwn.c
1275
ops->post_alive = iwn5000_post_alive;
sys/dev/iwn/if_iwn.c
1276
ops->nic_config = iwn5000_nic_config;
sys/dev/iwn/if_iwn.c
1277
ops->update_sched = iwn5000_update_sched;
sys/dev/iwn/if_iwn.c
1278
ops->get_temperature = iwn5000_get_temperature;
sys/dev/iwn/if_iwn.c
1279
ops->get_rssi = iwn5000_get_rssi;
sys/dev/iwn/if_iwn.c
1280
ops->set_txpower = iwn5000_set_txpower;
sys/dev/iwn/if_iwn.c
1281
ops->init_gains = iwn5000_init_gains;
sys/dev/iwn/if_iwn.c
1282
ops->set_gains = iwn5000_set_gains;
sys/dev/iwn/if_iwn.c
1283
ops->rxon_assoc = iwn5000_rxon_assoc;
sys/dev/iwn/if_iwn.c
1284
ops->add_node = iwn5000_add_node;
sys/dev/iwn/if_iwn.c
1285
ops->tx_done = iwn5000_tx_done;
sys/dev/iwn/if_iwn.c
1286
ops->ampdu_tx_start = iwn5000_ampdu_tx_start;
sys/dev/iwn/if_iwn.c
1287
ops->ampdu_tx_stop = iwn5000_ampdu_tx_stop;
sys/dev/iwn/if_iwn.c
2130
struct iwn_ops *ops = &sc->ops;
sys/dev/iwn/if_iwn.c
2139
ops->ampdu_tx_stop(sc, qid, tid, ssn);
sys/dev/iwn/if_iwn.c
2188
struct iwn_ops *ops = &sc->ops;
sys/dev/iwn/if_iwn.c
2246
ops->read_eeprom(sc);
sys/dev/iwn/if_iwn.c
3022
struct iwn_ops *ops = &sc->ops;
sys/dev/iwn/if_iwn.c
3135
rssi = ops->get_rssi(sc, stat);
sys/dev/iwn/if_iwn.c
3452
struct iwn_ops *ops = &sc->ops;
sys/dev/iwn/if_iwn.c
3492
temp = ops->get_temperature(sc);
sys/dev/iwn/if_iwn.c
3977
struct iwn_ops *ops = &sc->ops;
sys/dev/iwn/if_iwn.c
4027
ops->tx_done(sc, desc, data);
sys/dev/iwn/if_iwn.c
4851
struct iwn_ops *ops = &sc->ops;
sys/dev/iwn/if_iwn.c
4970
ops->update_sched(sc, ring->qid, ring->cur, tx->id, totlen);
sys/dev/iwn/if_iwn.c
5459
struct iwn_ops *ops = &sc->ops;
sys/dev/iwn/if_iwn.c
5474
if ((error = ops->add_node(sc, &node, async)) != 0)
sys/dev/iwn/if_iwn.c
5983
struct iwn_ops *ops = &sc->ops;
sys/dev/iwn/if_iwn.c
6008
if ((error = ops->init_gains(sc)) != 0)
sys/dev/iwn/if_iwn.c
6027
struct iwn_ops *ops = &sc->ops;
sys/dev/iwn/if_iwn.c
6061
(void)ops->set_gains(sc);
sys/dev/iwn/if_iwn.c
6735
struct iwn_ops *ops = &sc->ops;
sys/dev/iwn/if_iwn.c
6741
error = ops->rxon_assoc(sc, async);
sys/dev/iwn/if_iwn.c
6776
if ((error = ops->set_txpower(sc, async)) != 0) {
sys/dev/iwn/if_iwn.c
7339
struct iwn_ops *ops = &sc->ops;
sys/dev/iwn/if_iwn.c
7421
error = ops->add_node(sc, &node, 1);
sys/dev/iwn/if_iwn.c
7465
struct iwn_ops *ops = &sc->ops;
sys/dev/iwn/if_iwn.c
7488
error = ops->add_node(sc, &node, 1);
sys/dev/iwn/if_iwn.c
7503
struct iwn_ops *ops = &sc->ops;
sys/dev/iwn/if_iwn.c
7525
(void)ops->add_node(sc, &node, 1);
sys/dev/iwn/if_iwn.c
7594
struct iwn_ops *ops = &sc->ops;
sys/dev/iwn/if_iwn.c
7611
error = ops->add_node(sc, &node, 1);
sys/dev/iwn/if_iwn.c
7620
ops->ampdu_tx_start(sc, ni, qid, tid, tap->txa_start & 0xfff);
sys/dev/iwn/if_iwn.c
7631
struct iwn_ops *ops = &sc->ops;
sys/dev/iwn/if_iwn.c
7647
ops->ampdu_tx_stop(sc, qid, tid, tap->txa_start & 0xfff);
sys/dev/iwn/if_iwn.c
8752
struct iwn_ops *ops = &sc->ops;
sys/dev/iwn/if_iwn.c
8774
if ((error = ops->nic_config(sc)) != 0)
sys/dev/iwn/if_iwn.c
8842
if ((error = ops->load_firmware(sc)) != 0) {
sys/dev/iwn/if_iwn.c
8859
return ops->post_alive(sc);
sys/dev/iwn/if_iwnvar.h
263
struct iwn_ops ops;
sys/dev/ixgbe/if_bypass.c
127
if ((error = hw->mac.ops.bypass_rw(hw, cmd, &version) != 0))
sys/dev/ixgbe/if_bypass.c
131
if ((error = hw->mac.ops.bypass_rw(hw, cmd, &version) != 0))
sys/dev/ixgbe/if_bypass.c
164
error = hw->mac.ops.bypass_rw(hw, BYPASS_PAGE_CTL0, &state);
sys/dev/ixgbe/if_bypass.c
184
if ((error = hw->mac.ops.bypass_set(hw, BYPASS_PAGE_CTL0,
sys/dev/ixgbe/if_bypass.c
188
error = hw->mac.ops.bypass_set(hw, BYPASS_PAGE_CTL0,
sys/dev/ixgbe/if_bypass.c
225
error = hw->mac.ops.bypass_rw(hw, BYPASS_PAGE_CTL0, &timeout);
sys/dev/ixgbe/if_bypass.c
248
error = hw->mac.ops.bypass_set(hw, BYPASS_PAGE_CTL0,
sys/dev/ixgbe/if_bypass.c
267
error = hw->mac.ops.bypass_rw(hw, BYPASS_PAGE_CTL0, &main_on);
sys/dev/ixgbe/if_bypass.c
290
error = hw->mac.ops.bypass_set(hw, BYPASS_PAGE_CTL0,
sys/dev/ixgbe/if_bypass.c
309
error = hw->mac.ops.bypass_rw(hw, BYPASS_PAGE_CTL0, &main_off);
sys/dev/ixgbe/if_bypass.c
332
error = hw->mac.ops.bypass_set(hw, BYPASS_PAGE_CTL0,
sys/dev/ixgbe/if_bypass.c
351
error = hw->mac.ops.bypass_rw(hw, BYPASS_PAGE_CTL0, &aux_on);
sys/dev/ixgbe/if_bypass.c
374
error = hw->mac.ops.bypass_set(hw, BYPASS_PAGE_CTL0,
sys/dev/ixgbe/if_bypass.c
393
error = hw->mac.ops.bypass_rw(hw, BYPASS_PAGE_CTL0, &aux_off);
sys/dev/ixgbe/if_bypass.c
416
error = hw->mac.ops.bypass_set(hw, BYPASS_PAGE_CTL0,
sys/dev/ixgbe/if_bypass.c
442
error = hw->mac.ops.bypass_rw(hw, BYPASS_PAGE_CTL0, &tmp);
sys/dev/ixgbe/if_bypass.c
491
error = hw->mac.ops.bypass_set(hw, BYPASS_PAGE_CTL0, mask, arg);
sys/dev/ixgbe/if_bypass.c
524
error = hw->mac.ops.bypass_rw(hw, cmd, &reset_wd);
sys/dev/ixgbe/if_bypass.c
532
if (hw->mac.ops.bypass_rw(hw, BYPASS_PAGE_CTL1, &reset_wd)) {
sys/dev/ixgbe/if_bypass.c
536
} while (!hw->mac.ops.bypass_valid_rd(cmd, reset_wd));
sys/dev/ixgbe/if_bypass.c
573
error = hw->mac.ops.bypass_rw(hw, cmd, &status);
sys/dev/ixgbe/if_bypass.c
582
error = hw->mac.ops.bypass_rw(hw, cmd, &status);
sys/dev/ixgbe/if_bypass.c
602
error = hw->mac.ops.bypass_rd_eep(hw, log_off + i,
sys/dev/ixgbe/if_bypass.c
611
error = hw->mac.ops.bypass_rd_eep(hw,
sys/dev/ixgbe/if_bypass.c
682
error = hw->mac.ops.bypass_rw(hw, cmd, &status);
sys/dev/ixgbe/if_bypass.c
737
hw->mac.ops.bypass_set(hw, BYPASS_PAGE_CTL1, mask, value);
sys/dev/ixgbe/if_fdir.c
46
sc->hw.mac.ops.setup_rxpba(&sc->hw, 0, hdrm,
sys/dev/ixgbe/if_ix.c
1043
if (hw->mac.ops.fw_recovery_mode &&
sys/dev/ixgbe/if_ix.c
1044
hw->mac.ops.fw_recovery_mode(hw)) {
sys/dev/ixgbe/if_ix.c
1057
hw->mbx.ops[i].init_params(hw);
sys/dev/ixgbe/if_ix.c
1081
hw->mac.ops.setup_eee(hw, true);
sys/dev/ixgbe/if_ix.c
1405
if (hw->phy.ops.read_i2c_byte == NULL)
sys/dev/ixgbe/if_ix.c
1408
hw->phy.ops.read_i2c_byte(hw, req->offset + i,
sys/dev/ixgbe/if_ix.c
1786
switch (hw->mac.ops.get_media_type(hw)) {
sys/dev/ixgbe/if_ix.c
1796
if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber)
sys/dev/ixgbe/if_ix.c
1821
if (hw->mac.ops.check_link)
sys/dev/ixgbe/if_ix.c
1827
if ((!autoneg) && (hw->mac.ops.get_link_capabilities))
sys/dev/ixgbe/if_ix.c
1828
err = hw->mac.ops.get_link_capabilities(hw, &autoneg,
sys/dev/ixgbe/if_ix.c
1863
hw->phy.ops.init(hw);
sys/dev/ixgbe/if_ix.c
1871
if (hw->mac.ops.setup_link)
sys/dev/ixgbe/if_ix.c
1872
err = hw->mac.ops.setup_link(hw, autoneg,
sys/dev/ixgbe/if_ix.c
2937
hw->mac.ops.setup_link(hw, speed, true);
sys/dev/ixgbe/if_ix.c
3052
retval = hw->phy.ops.check_overtemp(hw);
sys/dev/ixgbe/if_ix.c
3064
retval = hw->phy.ops.check_overtemp(hw);
sys/dev/ixgbe/if_ix.c
3629
hw->phy.ops.enter_lplu) {
sys/dev/ixgbe/if_ix.c
3654
error = hw->phy.ops.enter_lplu(hw);
sys/dev/ixgbe/if_ix.c
3949
err = hw->phy.ops.identify(hw);
sys/dev/ixgbe/if_ix.c
4321
s32 ret = hw->phy.ops.identify_sfp(hw);
sys/dev/ixgbe/if_ix.c
4324
ret = hw->phy.ops.reset(hw);
sys/dev/ixgbe/if_ix.c
4373
err = hw->phy.ops.identify_sfp(hw);
sys/dev/ixgbe/if_ix.c
4381
err = hw->phy.ops.reset(hw);
sys/dev/ixgbe/if_ix.c
4383
err = hw->mac.ops.setup_sfp(hw);
sys/dev/ixgbe/if_ix.c
4414
if ((!autoneg) && (hw->mac.ops.get_link_capabilities))
sys/dev/ixgbe/if_ix.c
4415
hw->mac.ops.get_link_capabilities(hw, &autoneg, &negotiate);
sys/dev/ixgbe/if_ix.c
4416
if (hw->mac.ops.setup_link)
sys/dev/ixgbe/if_ix.c
4417
hw->mac.ops.setup_link(hw, autoneg, true);
sys/dev/ixgbe/if_ix.c
4436
error = hw->phy.ops.handle_lasi(hw);
sys/dev/ixgbe/if_ix.c
4681
if (hw->mac.type < ixgbe_mac_X550 || !hw->mac.ops.dmac_config)
sys/dev/ixgbe/if_ix.c
4694
hw->mac.ops.dmac_config(hw);
sys/dev/ixgbe/if_ix.c
5158
if (hw->mac.ops.get_link_capabilities) {
sys/dev/ixgbe/if_ix.c
5159
err = hw->mac.ops.get_link_capabilities(hw, &link_caps,
sys/dev/ixgbe/if_ix.c
5226
hw->mac.ops.setup_link(hw, speed, true);
sys/dev/ixgbe/if_ix.c
5261
err = hw->mac.ops.get_link_capabilities(hw, &link_caps, &negotiate);
sys/dev/ixgbe/if_ix.c
5538
if (hw->phy.ops.read_reg(hw, IXGBE_PHY_CURRENT_TEMP,
sys/dev/ixgbe/if_ix.c
5574
if (hw->phy.ops.read_reg(hw, IXGBE_PHY_OVERTEMP_STATUS,
sys/dev/ixgbe/if_ix_mdio_hw.c
152
if (hw->mac.ops.acquire_swfw_sync(hw, gssr)) {
sys/dev/ixgbe/if_ix_mdio_hw.c
161
hw->mac.ops.release_swfw_sync(hw, gssr);
sys/dev/ixgbe/if_ix_mdio_hw.c
174
if (hw->mac.ops.acquire_swfw_sync(hw, gssr))
sys/dev/ixgbe/if_ix_mdio_hw.c
179
hw->mac.ops.release_swfw_sync(hw, gssr);
sys/dev/ixgbe/if_ixv.c
1582
while (hw->mac.ops.set_vfta(hw, vid, 0, true, false)) {
sys/dev/ixgbe/if_ixv.c
441
error = hw->mac.ops.reset_hw(hw);
sys/dev/ixgbe/if_ixv.c
452
error = hw->mac.ops.init_hw(hw);
sys/dev/ixgbe/if_ixv.c
469
error = hw->mac.ops.get_link_state(hw, &sc->link_enabled);
sys/dev/ixgbe/if_ixv.c
615
hw->mac.ops.stop_adapter(hw);
sys/dev/ixgbe/if_ixv.c
618
hw->mac.ops.set_rar(hw, 0, hw->mac.addr, 0, IXGBE_RAH_AV);
sys/dev/ixgbe/if_ixv.c
622
hw->mac.ops.set_rar(hw, 0, hw->mac.addr, 0, 1);
sys/dev/ixgbe/if_ixv.c
625
hw->mac.ops.reset_hw(hw);
sys/dev/ixgbe/if_ixv.c
626
hw->mac.ops.start_hw(hw);
sys/dev/ixgbe/if_ixv.c
660
error = hw->mac.ops.get_link_state(hw, &sc->link_enabled);
sys/dev/ixgbe/if_ixv.c
667
hw->mac.ops.check_link(hw, &sc->link_speed, &sc->link_up,
sys/dev/ixgbe/if_ixv.c
875
sc->hw.mac.ops.update_mc_addr_list(&sc->hw, update_ptr, mcnt,
sys/dev/ixgbe/if_ixv.c
981
hw->mac.ops.reset_hw(hw);
sys/dev/ixgbe/if_ixv.c
983
hw->mac.ops.stop_adapter(hw);
sys/dev/ixgbe/if_ixv.c
990
hw->mac.ops.set_rar(hw, 0, hw->mac.addr, 0, IXGBE_RAH_AV);
sys/dev/ixgbe/if_sriov.c
665
if (hw->mbx.ops[vf->pool].check_for_rst(hw,
sys/dev/ixgbe/if_sriov.c
669
if (hw->mbx.ops[vf->pool].check_for_msg(hw,
sys/dev/ixgbe/if_sriov.c
673
if (hw->mbx.ops[vf->pool].check_for_ack(hw,
sys/dev/ixgbe/ixgbe_82598.c
1143
if (hw->mac.ops.acquire_swfw_sync(hw, gssr) != IXGBE_SUCCESS)
sys/dev/ixgbe/ixgbe_82598.c
1154
hw->phy.ops.write_reg_mdi(hw,
sys/dev/ixgbe/ixgbe_82598.c
1161
hw->phy.ops.read_reg_mdi(hw,
sys/dev/ixgbe/ixgbe_82598.c
1178
hw->phy.ops.read_reg_mdi(hw, IXGBE_MDIO_PMA_PMD_SDA_SCL_DATA,
sys/dev/ixgbe/ixgbe_82598.c
1187
hw->mac.ops.release_swfw_sync(hw, gssr);
sys/dev/ixgbe/ixgbe_82598.c
1237
hw->phy.ops.identify(hw);
sys/dev/ixgbe/ixgbe_82598.c
1244
hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_EXT_ABILITY,
sys/dev/ixgbe/ixgbe_82598.c
1285
hw->phy.ops.identify_sfp(hw);
sys/dev/ixgbe/ixgbe_82598.c
131
phy->ops.init = ixgbe_init_phy_ops_82598;
sys/dev/ixgbe/ixgbe_82598.c
134
mac->ops.start_hw = ixgbe_start_hw_82598;
sys/dev/ixgbe/ixgbe_82598.c
1342
hw->eeprom.ops.read(hw, IXGBE_PCIE_GENERAL_PTR, &pci_gen);
sys/dev/ixgbe/ixgbe_82598.c
1345
hw->eeprom.ops.read(hw, pci_gen + IXGBE_PCIE_CTRL2, &pci_ctrl2);
sys/dev/ixgbe/ixgbe_82598.c
135
mac->ops.enable_relaxed_ordering = ixgbe_enable_relaxed_ordering_82598;
sys/dev/ixgbe/ixgbe_82598.c
136
mac->ops.reset_hw = ixgbe_reset_hw_82598;
sys/dev/ixgbe/ixgbe_82598.c
137
mac->ops.get_media_type = ixgbe_get_media_type_82598;
sys/dev/ixgbe/ixgbe_82598.c
138
mac->ops.get_supported_physical_layer =
sys/dev/ixgbe/ixgbe_82598.c
140
mac->ops.read_analog_reg8 = ixgbe_read_analog_reg8_82598;
sys/dev/ixgbe/ixgbe_82598.c
141
mac->ops.write_analog_reg8 = ixgbe_write_analog_reg8_82598;
sys/dev/ixgbe/ixgbe_82598.c
142
mac->ops.set_lan_id = ixgbe_set_lan_id_multi_port_pcie_82598;
sys/dev/ixgbe/ixgbe_82598.c
143
mac->ops.enable_rx_dma = ixgbe_enable_rx_dma_82598;
sys/dev/ixgbe/ixgbe_82598.c
146
mac->ops.set_vmdq = ixgbe_set_vmdq_82598;
sys/dev/ixgbe/ixgbe_82598.c
147
mac->ops.clear_vmdq = ixgbe_clear_vmdq_82598;
sys/dev/ixgbe/ixgbe_82598.c
148
mac->ops.set_vfta = ixgbe_set_vfta_82598;
sys/dev/ixgbe/ixgbe_82598.c
149
mac->ops.set_vlvf = NULL;
sys/dev/ixgbe/ixgbe_82598.c
150
mac->ops.clear_vfta = ixgbe_clear_vfta_82598;
sys/dev/ixgbe/ixgbe_82598.c
153
mac->ops.fc_enable = ixgbe_fc_enable_82598;
sys/dev/ixgbe/ixgbe_82598.c
164
phy->ops.read_i2c_eeprom = ixgbe_read_i2c_eeprom_82598;
sys/dev/ixgbe/ixgbe_82598.c
165
phy->ops.read_i2c_sff8472 = ixgbe_read_i2c_sff8472_82598;
sys/dev/ixgbe/ixgbe_82598.c
168
mac->ops.check_link = ixgbe_check_mac_link_82598;
sys/dev/ixgbe/ixgbe_82598.c
169
mac->ops.setup_link = ixgbe_setup_mac_link_82598;
sys/dev/ixgbe/ixgbe_82598.c
170
mac->ops.flap_tx_laser = NULL;
sys/dev/ixgbe/ixgbe_82598.c
171
mac->ops.get_link_capabilities = ixgbe_get_link_capabilities_82598;
sys/dev/ixgbe/ixgbe_82598.c
172
mac->ops.setup_rxpba = ixgbe_set_rxpba_82598;
sys/dev/ixgbe/ixgbe_82598.c
175
mac->ops.set_fw_drv_ver = NULL;
sys/dev/ixgbe/ixgbe_82598.c
177
mac->ops.get_rtrup2tc = NULL;
sys/dev/ixgbe/ixgbe_82598.c
201
phy->ops.identify(hw);
sys/dev/ixgbe/ixgbe_82598.c
204
if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) {
sys/dev/ixgbe/ixgbe_82598.c
205
mac->ops.setup_link = ixgbe_setup_copper_link_82598;
sys/dev/ixgbe/ixgbe_82598.c
206
mac->ops.get_link_capabilities =
sys/dev/ixgbe/ixgbe_82598.c
212
phy->ops.setup_link = ixgbe_setup_phy_link_tnx;
sys/dev/ixgbe/ixgbe_82598.c
213
phy->ops.check_link = ixgbe_check_phy_link_tnx;
sys/dev/ixgbe/ixgbe_82598.c
214
phy->ops.get_firmware_version =
sys/dev/ixgbe/ixgbe_82598.c
218
phy->ops.reset = ixgbe_reset_phy_nl;
sys/dev/ixgbe/ixgbe_82598.c
221
ret_val = phy->ops.identify_sfp(hw);
sys/dev/ixgbe/ixgbe_82598.c
445
hw->mac.ops.check_link(hw, &link_speed, &link_up, false);
sys/dev/ixgbe/ixgbe_82598.c
615
hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_STATUS,
sys/dev/ixgbe/ixgbe_82598.c
659
hw->phy.ops.read_reg(hw, 0xC79F, IXGBE_TWINAX_DEV, &link_reg);
sys/dev/ixgbe/ixgbe_82598.c
660
hw->phy.ops.read_reg(hw, 0xC79F, IXGBE_TWINAX_DEV, &link_reg);
sys/dev/ixgbe/ixgbe_82598.c
661
hw->phy.ops.read_reg(hw, 0xC00C, IXGBE_TWINAX_DEV,
sys/dev/ixgbe/ixgbe_82598.c
673
hw->phy.ops.read_reg(hw, 0xC79F,
sys/dev/ixgbe/ixgbe_82598.c
676
hw->phy.ops.read_reg(hw, 0xC00C,
sys/dev/ixgbe/ixgbe_82598.c
794
status = hw->phy.ops.setup_link_speed(hw, speed,
sys/dev/ixgbe/ixgbe_82598.c
823
status = hw->mac.ops.stop_adapter(hw);
sys/dev/ixgbe/ixgbe_82598.c
832
hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, &analog_val);
sys/dev/ixgbe/ixgbe_82598.c
835
hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK,
sys/dev/ixgbe/ixgbe_82598.c
838
hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK,
sys/dev/ixgbe/ixgbe_82598.c
841
hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_10G,
sys/dev/ixgbe/ixgbe_82598.c
844
hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_10G,
sys/dev/ixgbe/ixgbe_82598.c
847
hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_1G,
sys/dev/ixgbe/ixgbe_82598.c
850
hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_1G,
sys/dev/ixgbe/ixgbe_82598.c
853
hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_AN,
sys/dev/ixgbe/ixgbe_82598.c
856
hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_AN,
sys/dev/ixgbe/ixgbe_82598.c
865
phy_status = hw->phy.ops.init(hw);
sys/dev/ixgbe/ixgbe_82598.c
871
hw->phy.ops.reset(hw);
sys/dev/ixgbe/ixgbe_82598.c
925
hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
sys/dev/ixgbe/ixgbe_82598.c
931
hw->mac.ops.init_rx_addrs(hw);
sys/dev/ixgbe/ixgbe_82599.c
101
mac->ops.setup_link = ixgbe_setup_mac_link_82599;
sys/dev/ixgbe/ixgbe_82599.c
1041
status = hw->phy.ops.setup_link_speed(hw, speed,
sys/dev/ixgbe/ixgbe_82599.c
1069
status = hw->mac.ops.stop_adapter(hw);
sys/dev/ixgbe/ixgbe_82599.c
1079
status = hw->phy.ops.init(hw);
sys/dev/ixgbe/ixgbe_82599.c
1086
status = hw->mac.ops.setup_sfp(hw);
sys/dev/ixgbe/ixgbe_82599.c
1094
if (hw->phy.reset_disable == false && hw->phy.ops.reset != NULL)
sys/dev/ixgbe/ixgbe_82599.c
1095
hw->phy.ops.reset(hw);
sys/dev/ixgbe/ixgbe_82599.c
1109
hw->mac.ops.check_link(hw, &link_speed, &link_up, false);
sys/dev/ixgbe/ixgbe_82599.c
1177
status = hw->mac.ops.prot_autoc_write(hw,
sys/dev/ixgbe/ixgbe_82599.c
1194
hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
sys/dev/ixgbe/ixgbe_82599.c
1202
hw->mac.ops.init_rx_addrs(hw);
sys/dev/ixgbe/ixgbe_82599.c
1205
hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr);
sys/dev/ixgbe/ixgbe_82599.c
1212
hw->mac.ops.set_rar(hw, hw->mac.san_mac_rar_index,
sys/dev/ixgbe/ixgbe_82599.c
1216
hw->mac.ops.clear_vmdq(hw, hw->mac.san_mac_rar_index,
sys/dev/ixgbe/ixgbe_82599.c
1224
hw->mac.ops.get_wwn_prefix(hw, &hw->mac.wwnn_prefix,
sys/dev/ixgbe/ixgbe_82599.c
138
phy->ops.read_i2c_byte = ixgbe_read_i2c_byte_82599;
sys/dev/ixgbe/ixgbe_82599.c
139
phy->ops.write_i2c_byte = ixgbe_write_i2c_byte_82599;
sys/dev/ixgbe/ixgbe_82599.c
142
ret_val = phy->ops.identify(hw);
sys/dev/ixgbe/ixgbe_82599.c
149
hw->phy.ops.reset = NULL;
sys/dev/ixgbe/ixgbe_82599.c
152
if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) {
sys/dev/ixgbe/ixgbe_82599.c
153
mac->ops.setup_link = ixgbe_setup_copper_link_82599;
sys/dev/ixgbe/ixgbe_82599.c
154
mac->ops.get_link_capabilities =
sys/dev/ixgbe/ixgbe_82599.c
161
phy->ops.setup_link = ixgbe_setup_phy_link_tnx;
sys/dev/ixgbe/ixgbe_82599.c
162
phy->ops.check_link = ixgbe_check_phy_link_tnx;
sys/dev/ixgbe/ixgbe_82599.c
163
phy->ops.get_firmware_version =
sys/dev/ixgbe/ixgbe_82599.c
183
hw->phy.ops.reset = NULL;
sys/dev/ixgbe/ixgbe_82599.c
191
ret_val = hw->mac.ops.acquire_swfw_sync(hw,
sys/dev/ixgbe/ixgbe_82599.c
198
if (hw->eeprom.ops.read(hw, ++data_offset, &data_value))
sys/dev/ixgbe/ixgbe_82599.c
203
if (hw->eeprom.ops.read(hw, ++data_offset, &data_value))
sys/dev/ixgbe/ixgbe_82599.c
208
hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_MAC_CSR_SM);
sys/dev/ixgbe/ixgbe_82599.c
215
ret_val = hw->mac.ops.prot_autoc_write(hw,
sys/dev/ixgbe/ixgbe_82599.c
2190
if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_copper)
sys/dev/ixgbe/ixgbe_82599.c
2227
hw->phy.ops.identify(hw);
sys/dev/ixgbe/ixgbe_82599.c
2232
hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_EXT_ABILITY,
sys/dev/ixgbe/ixgbe_82599.c
2315
hw->mac.ops.disable_sec_rx_path(hw);
sys/dev/ixgbe/ixgbe_82599.c
232
hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_MAC_CSR_SM);
sys/dev/ixgbe/ixgbe_82599.c
2322
hw->mac.ops.enable_sec_rx_path(hw);
sys/dev/ixgbe/ixgbe_82599.c
2352
if (hw->eeprom.ops.read(hw, IXGBE_FW_PTR, &fw_offset)) {
sys/dev/ixgbe/ixgbe_82599.c
2362
if (hw->eeprom.ops.read(hw, (fw_offset +
sys/dev/ixgbe/ixgbe_82599.c
2376
if (hw->eeprom.ops.read(hw, (fw_ptp_cfg_offset +
sys/dev/ixgbe/ixgbe_82599.c
2407
status = hw->eeprom.ops.read(hw, IXGBE_FW_PTR, &fw_offset);
sys/dev/ixgbe/ixgbe_82599.c
2414
status = hw->eeprom.ops.read(hw, (fw_offset +
sys/dev/ixgbe/ixgbe_82599.c
2423
status = hw->eeprom.ops.read(hw, (fw_lesm_param_offset +
sys/dev/ixgbe/ixgbe_82599.c
257
ret_val = hw->mac.ops.acquire_swfw_sync(hw,
sys/dev/ixgbe/ixgbe_82599.c
292
ret_val = hw->mac.ops.acquire_swfw_sync(hw,
sys/dev/ixgbe/ixgbe_82599.c
308
hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_MAC_CSR_SM);
sys/dev/ixgbe/ixgbe_82599.c
335
phy->ops.identify = ixgbe_identify_phy_82599;
sys/dev/ixgbe/ixgbe_82599.c
336
phy->ops.init = ixgbe_init_phy_ops_82599;
sys/dev/ixgbe/ixgbe_82599.c
339
mac->ops.reset_hw = ixgbe_reset_hw_82599;
sys/dev/ixgbe/ixgbe_82599.c
340
mac->ops.enable_relaxed_ordering = ixgbe_enable_relaxed_ordering_gen2;
sys/dev/ixgbe/ixgbe_82599.c
341
mac->ops.get_media_type = ixgbe_get_media_type_82599;
sys/dev/ixgbe/ixgbe_82599.c
342
mac->ops.get_supported_physical_layer =
sys/dev/ixgbe/ixgbe_82599.c
344
mac->ops.disable_sec_rx_path = ixgbe_disable_sec_rx_path_generic;
sys/dev/ixgbe/ixgbe_82599.c
345
mac->ops.enable_sec_rx_path = ixgbe_enable_sec_rx_path_generic;
sys/dev/ixgbe/ixgbe_82599.c
346
mac->ops.enable_rx_dma = ixgbe_enable_rx_dma_82599;
sys/dev/ixgbe/ixgbe_82599.c
347
mac->ops.read_analog_reg8 = ixgbe_read_analog_reg8_82599;
sys/dev/ixgbe/ixgbe_82599.c
348
mac->ops.write_analog_reg8 = ixgbe_write_analog_reg8_82599;
sys/dev/ixgbe/ixgbe_82599.c
349
mac->ops.start_hw = ixgbe_start_hw_82599;
sys/dev/ixgbe/ixgbe_82599.c
350
mac->ops.get_san_mac_addr = ixgbe_get_san_mac_addr_generic;
sys/dev/ixgbe/ixgbe_82599.c
351
mac->ops.set_san_mac_addr = ixgbe_set_san_mac_addr_generic;
sys/dev/ixgbe/ixgbe_82599.c
352
mac->ops.get_device_caps = ixgbe_get_device_caps_generic;
sys/dev/ixgbe/ixgbe_82599.c
353
mac->ops.get_wwn_prefix = ixgbe_get_wwn_prefix_generic;
sys/dev/ixgbe/ixgbe_82599.c
354
mac->ops.get_fcoe_boot_status = ixgbe_get_fcoe_boot_status_generic;
sys/dev/ixgbe/ixgbe_82599.c
355
mac->ops.prot_autoc_read = prot_autoc_read_82599;
sys/dev/ixgbe/ixgbe_82599.c
356
mac->ops.prot_autoc_write = prot_autoc_write_82599;
sys/dev/ixgbe/ixgbe_82599.c
359
mac->ops.set_vmdq = ixgbe_set_vmdq_generic;
sys/dev/ixgbe/ixgbe_82599.c
360
mac->ops.set_vmdq_san_mac = ixgbe_set_vmdq_san_mac_generic;
sys/dev/ixgbe/ixgbe_82599.c
361
mac->ops.clear_vmdq = ixgbe_clear_vmdq_generic;
sys/dev/ixgbe/ixgbe_82599.c
362
mac->ops.insert_mac_addr = ixgbe_insert_mac_addr_generic;
sys/dev/ixgbe/ixgbe_82599.c
364
mac->ops.set_vfta = ixgbe_set_vfta_generic;
sys/dev/ixgbe/ixgbe_82599.c
365
mac->ops.set_vlvf = ixgbe_set_vlvf_generic;
sys/dev/ixgbe/ixgbe_82599.c
366
mac->ops.clear_vfta = ixgbe_clear_vfta_generic;
sys/dev/ixgbe/ixgbe_82599.c
367
mac->ops.init_uta_tables = ixgbe_init_uta_tables_generic;
sys/dev/ixgbe/ixgbe_82599.c
368
mac->ops.setup_sfp = ixgbe_setup_sfp_modules_82599;
sys/dev/ixgbe/ixgbe_82599.c
369
mac->ops.set_mac_anti_spoofing = ixgbe_set_mac_anti_spoofing;
sys/dev/ixgbe/ixgbe_82599.c
370
mac->ops.set_vlan_anti_spoofing = ixgbe_set_vlan_anti_spoofing;
sys/dev/ixgbe/ixgbe_82599.c
373
mac->ops.get_link_capabilities = ixgbe_get_link_capabilities_82599;
sys/dev/ixgbe/ixgbe_82599.c
374
mac->ops.check_link = ixgbe_check_mac_link_generic;
sys/dev/ixgbe/ixgbe_82599.c
375
mac->ops.setup_rxpba = ixgbe_set_rxpba_generic;
sys/dev/ixgbe/ixgbe_82599.c
390
hw->mbx.ops[i].init_params = ixgbe_init_mbx_params_pf;
sys/dev/ixgbe/ixgbe_82599.c
393
eeprom->ops.read = ixgbe_read_eeprom_82599;
sys/dev/ixgbe/ixgbe_82599.c
394
eeprom->ops.read_buffer = ixgbe_read_eeprom_buffer_82599;
sys/dev/ixgbe/ixgbe_82599.c
397
mac->ops.set_fw_drv_ver = ixgbe_set_fw_drv_ver_generic;
sys/dev/ixgbe/ixgbe_82599.c
399
mac->ops.get_thermal_sensor_data =
sys/dev/ixgbe/ixgbe_82599.c
401
mac->ops.init_thermal_sensor_thresh =
sys/dev/ixgbe/ixgbe_82599.c
404
mac->ops.bypass_rw = ixgbe_bypass_rw_generic;
sys/dev/ixgbe/ixgbe_82599.c
405
mac->ops.bypass_valid_rd = ixgbe_bypass_valid_rd_generic;
sys/dev/ixgbe/ixgbe_82599.c
406
mac->ops.bypass_set = ixgbe_bypass_set_generic;
sys/dev/ixgbe/ixgbe_82599.c
407
mac->ops.bypass_rd_eep = ixgbe_bypass_rd_eep_generic;
sys/dev/ixgbe/ixgbe_82599.c
409
mac->ops.get_rtrup2tc = ixgbe_dcb_get_rtrup2tc_generic;
sys/dev/ixgbe/ixgbe_82599.c
652
status = hw->mac.ops.acquire_swfw_sync(hw,
sys/dev/ixgbe/ixgbe_82599.c
664
hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_MAC_CSR_SM);
sys/dev/ixgbe/ixgbe_82599.c
71
if ((mac->ops.get_media_type(hw) == ixgbe_media_type_fiber) &&
sys/dev/ixgbe/ixgbe_82599.c
73
mac->ops.disable_tx_laser =
sys/dev/ixgbe/ixgbe_82599.c
75
mac->ops.enable_tx_laser =
sys/dev/ixgbe/ixgbe_82599.c
77
mac->ops.flap_tx_laser = ixgbe_flap_tx_laser_multispeed_fiber;
sys/dev/ixgbe/ixgbe_82599.c
80
mac->ops.disable_tx_laser = NULL;
sys/dev/ixgbe/ixgbe_82599.c
81
mac->ops.enable_tx_laser = NULL;
sys/dev/ixgbe/ixgbe_82599.c
82
mac->ops.flap_tx_laser = NULL;
sys/dev/ixgbe/ixgbe_82599.c
87
mac->ops.setup_link = ixgbe_setup_mac_link_multispeed_fiber;
sys/dev/ixgbe/ixgbe_82599.c
88
mac->ops.setup_mac_link = ixgbe_setup_mac_link_82599;
sys/dev/ixgbe/ixgbe_82599.c
89
mac->ops.set_rate_select_speed =
sys/dev/ixgbe/ixgbe_82599.c
92
mac->ops.set_rate_select_speed =
sys/dev/ixgbe/ixgbe_82599.c
99
mac->ops.setup_link = ixgbe_setup_mac_link_smartspeed;
sys/dev/ixgbe/ixgbe_82599.c
991
status = hw->mac.ops.prot_autoc_write(hw, autoc, false);
sys/dev/ixgbe/ixgbe_api.c
1000
return ixgbe_call_func(hw, hw->mac.ops.set_vmdq_san_mac,
sys/dev/ixgbe/ixgbe_api.c
1012
return ixgbe_call_func(hw, hw->mac.ops.clear_vmdq, (hw, rar, vmdq),
sys/dev/ixgbe/ixgbe_api.c
1026
return ixgbe_call_func(hw, hw->mac.ops.init_rx_addrs, (hw),
sys/dev/ixgbe/ixgbe_api.c
1053
return ixgbe_call_func(hw, hw->mac.ops.update_uc_addr_list, (hw,
sys/dev/ixgbe/ixgbe_api.c
1075
return ixgbe_call_func(hw, hw->mac.ops.update_mc_addr_list, (hw,
sys/dev/ixgbe/ixgbe_api.c
1088
return ixgbe_call_func(hw, hw->mac.ops.enable_mc, (hw),
sys/dev/ixgbe/ixgbe_api.c
1100
return ixgbe_call_func(hw, hw->mac.ops.disable_mc, (hw),
sys/dev/ixgbe/ixgbe_api.c
1112
return ixgbe_call_func(hw, hw->mac.ops.clear_vfta, (hw),
sys/dev/ixgbe/ixgbe_api.c
1129
return ixgbe_call_func(hw, hw->mac.ops.set_vfta, (hw, vlan, vind,
sys/dev/ixgbe/ixgbe_api.c
1149
return ixgbe_call_func(hw, hw->mac.ops.set_vlvf, (hw, vlan, vind,
sys/dev/ixgbe/ixgbe_api.c
1163
return ixgbe_call_func(hw, hw->mac.ops.toggle_txdctl, (hw,
sys/dev/ixgbe/ixgbe_api.c
1175
return ixgbe_call_func(hw, hw->mac.ops.fc_enable, (hw),
sys/dev/ixgbe/ixgbe_api.c
1187
return ixgbe_call_func(hw, hw->mac.ops.setup_fc, (hw),
sys/dev/ixgbe/ixgbe_api.c
1204
return ixgbe_call_func(hw, hw->mac.ops.set_fw_drv_ver, (hw, maj, min,
sys/dev/ixgbe/ixgbe_api.c
1218
return ixgbe_call_func(hw, hw->mac.ops.get_thermal_sensor_data, (hw),
sys/dev/ixgbe/ixgbe_api.c
1230
return ixgbe_call_func(hw, hw->mac.ops.init_thermal_sensor_thresh, (hw),
sys/dev/ixgbe/ixgbe_api.c
1243
return ixgbe_call_func(hw, hw->mac.ops.dmac_config, (hw),
sys/dev/ixgbe/ixgbe_api.c
1255
return ixgbe_call_func(hw, hw->mac.ops.dmac_update_tcs, (hw),
sys/dev/ixgbe/ixgbe_api.c
1268
return ixgbe_call_func(hw, hw->mac.ops.dmac_config_tcs, (hw),
sys/dev/ixgbe/ixgbe_api.c
1284
return ixgbe_call_func(hw, hw->mac.ops.setup_eee, (hw, enable_eee),
sys/dev/ixgbe/ixgbe_api.c
1297
if (hw->mac.ops.set_source_address_pruning)
sys/dev/ixgbe/ixgbe_api.c
1298
hw->mac.ops.set_source_address_pruning(hw, enable, pool);
sys/dev/ixgbe/ixgbe_api.c
1310
if (hw->mac.ops.set_ethertype_anti_spoofing)
sys/dev/ixgbe/ixgbe_api.c
1311
hw->mac.ops.set_ethertype_anti_spoofing(hw, enable, vf);
sys/dev/ixgbe/ixgbe_api.c
1326
return ixgbe_call_func(hw, hw->mac.ops.read_iosf_sb_reg, (hw, reg_addr,
sys/dev/ixgbe/ixgbe_api.c
1342
return ixgbe_call_func(hw, hw->mac.ops.write_iosf_sb_reg, (hw, reg_addr,
sys/dev/ixgbe/ixgbe_api.c
1353
if (hw->mac.ops.disable_mdd)
sys/dev/ixgbe/ixgbe_api.c
1354
hw->mac.ops.disable_mdd(hw);
sys/dev/ixgbe/ixgbe_api.c
1364
if (hw->mac.ops.enable_mdd)
sys/dev/ixgbe/ixgbe_api.c
1365
hw->mac.ops.enable_mdd(hw);
sys/dev/ixgbe/ixgbe_api.c
1376
if (hw->mac.ops.mdd_event)
sys/dev/ixgbe/ixgbe_api.c
1377
hw->mac.ops.mdd_event(hw, vf_bitmap);
sys/dev/ixgbe/ixgbe_api.c
1389
if (hw->mac.ops.restore_mdd_vf)
sys/dev/ixgbe/ixgbe_api.c
1390
hw->mac.ops.restore_mdd_vf(hw, vf);
sys/dev/ixgbe/ixgbe_api.c
1400
if (hw->mac.ops.fw_recovery_mode)
sys/dev/ixgbe/ixgbe_api.c
1401
return hw->mac.ops.fw_recovery_mode(hw);
sys/dev/ixgbe/ixgbe_api.c
1414
return ixgbe_call_func(hw, hw->phy.ops.enter_lplu, (hw),
sys/dev/ixgbe/ixgbe_api.c
1431
return ixgbe_call_func(hw, hw->phy.ops.handle_lasi, (hw),
sys/dev/ixgbe/ixgbe_api.c
1445
return ixgbe_call_func(hw, hw->mac.ops.bypass_rw, (hw, cmd, status),
sys/dev/ixgbe/ixgbe_api.c
1463
return ixgbe_call_func(hw, hw->mac.ops.bypass_valid_rd,
sys/dev/ixgbe/ixgbe_api.c
1481
return ixgbe_call_func(hw, hw->mac.ops.bypass_set,
sys/dev/ixgbe/ixgbe_api.c
1494
return ixgbe_call_func(hw, hw->mac.ops.bypass_rd_eep,
sys/dev/ixgbe/ixgbe_api.c
1508
return ixgbe_call_func(hw, hw->mac.ops.read_analog_reg8, (hw, reg,
sys/dev/ixgbe/ixgbe_api.c
1522
return ixgbe_call_func(hw, hw->mac.ops.write_analog_reg8, (hw, reg,
sys/dev/ixgbe/ixgbe_api.c
1535
return ixgbe_call_func(hw, hw->mac.ops.init_uta_tables, (hw),
sys/dev/ixgbe/ixgbe_api.c
1551
return ixgbe_call_func(hw, hw->phy.ops.read_i2c_byte, (hw, byte_offset,
sys/dev/ixgbe/ixgbe_api.c
1567
return ixgbe_call_func(hw, hw->phy.ops.read_i2c_byte_unlocked,
sys/dev/ixgbe/ixgbe_api.c
1583
return ixgbe_call_func(hw, hw->link.ops.read_link, (hw, addr,
sys/dev/ixgbe/ixgbe_api.c
1598
return ixgbe_call_func(hw, hw->link.ops.read_link_unlocked,
sys/dev/ixgbe/ixgbe_api.c
1615
return ixgbe_call_func(hw, hw->phy.ops.write_i2c_byte, (hw, byte_offset,
sys/dev/ixgbe/ixgbe_api.c
1632
return ixgbe_call_func(hw, hw->phy.ops.write_i2c_byte_unlocked,
sys/dev/ixgbe/ixgbe_api.c
1648
return ixgbe_call_func(hw, hw->link.ops.write_link,
sys/dev/ixgbe/ixgbe_api.c
1663
return ixgbe_call_func(hw, hw->link.ops.write_link_unlocked,
sys/dev/ixgbe/ixgbe_api.c
1678
return ixgbe_call_func(hw, hw->phy.ops.write_i2c_eeprom,
sys/dev/ixgbe/ixgbe_api.c
1693
return ixgbe_call_func(hw, hw->phy.ops.read_i2c_eeprom,
sys/dev/ixgbe/ixgbe_api.c
1706
return ixgbe_call_func(hw, hw->mac.ops.get_supported_physical_layer,
sys/dev/ixgbe/ixgbe_api.c
1719
return ixgbe_call_func(hw, hw->mac.ops.enable_rx_dma,
sys/dev/ixgbe/ixgbe_api.c
1731
return ixgbe_call_func(hw, hw->mac.ops.disable_sec_rx_path,
sys/dev/ixgbe/ixgbe_api.c
1743
return ixgbe_call_func(hw, hw->mac.ops.enable_sec_rx_path,
sys/dev/ixgbe/ixgbe_api.c
1757
return ixgbe_call_func(hw, hw->mac.ops.acquire_swfw_sync,
sys/dev/ixgbe/ixgbe_api.c
1771
if (hw->mac.ops.release_swfw_sync)
sys/dev/ixgbe/ixgbe_api.c
1772
hw->mac.ops.release_swfw_sync(hw, mask);
sys/dev/ixgbe/ixgbe_api.c
1786
if (hw->mac.ops.init_swfw_sync)
sys/dev/ixgbe/ixgbe_api.c
1787
hw->mac.ops.init_swfw_sync(hw);
sys/dev/ixgbe/ixgbe_api.c
1793
if (hw->mac.ops.disable_rx)
sys/dev/ixgbe/ixgbe_api.c
1794
hw->mac.ops.disable_rx(hw);
sys/dev/ixgbe/ixgbe_api.c
1799
if (hw->mac.ops.enable_rx)
sys/dev/ixgbe/ixgbe_api.c
1800
hw->mac.ops.enable_rx(hw);
sys/dev/ixgbe/ixgbe_api.c
1812
if (hw->mac.ops.set_rate_select_speed)
sys/dev/ixgbe/ixgbe_api.c
1813
hw->mac.ops.set_rate_select_speed(hw, speed);
sys/dev/ixgbe/ixgbe_api.c
280
return ixgbe_call_func(hw, hw->mac.ops.init_hw, (hw),
sys/dev/ixgbe/ixgbe_api.c
293
return ixgbe_call_func(hw, hw->mac.ops.reset_hw, (hw),
sys/dev/ixgbe/ixgbe_api.c
309
return ixgbe_call_func(hw, hw->mac.ops.start_hw, (hw),
sys/dev/ixgbe/ixgbe_api.c
323
if (hw->mac.ops.enable_relaxed_ordering)
sys/dev/ixgbe/ixgbe_api.c
324
hw->mac.ops.enable_relaxed_ordering(hw);
sys/dev/ixgbe/ixgbe_api.c
336
return ixgbe_call_func(hw, hw->mac.ops.clear_hw_cntrs, (hw),
sys/dev/ixgbe/ixgbe_api.c
348
return ixgbe_call_func(hw, hw->mac.ops.get_media_type, (hw),
sys/dev/ixgbe/ixgbe_api.c
364
return ixgbe_call_func(hw, hw->mac.ops.get_mac_addr,
sys/dev/ixgbe/ixgbe_api.c
378
return ixgbe_call_func(hw, hw->mac.ops.get_san_mac_addr,
sys/dev/ixgbe/ixgbe_api.c
391
return ixgbe_call_func(hw, hw->mac.ops.set_san_mac_addr,
sys/dev/ixgbe/ixgbe_api.c
404
return ixgbe_call_func(hw, hw->mac.ops.get_device_caps,
sys/dev/ixgbe/ixgbe_api.c
420
return ixgbe_call_func(hw, hw->mac.ops.get_wwn_prefix,
sys/dev/ixgbe/ixgbe_api.c
434
return ixgbe_call_func(hw, hw->mac.ops.get_fcoe_boot_status,
sys/dev/ixgbe/ixgbe_api.c
447
return ixgbe_call_func(hw, hw->mac.ops.get_bus_info, (hw),
sys/dev/ixgbe/ixgbe_api.c
484
return ixgbe_call_func(hw, hw->mac.ops.stop_adapter, (hw),
sys/dev/ixgbe/ixgbe_api.c
498
return ixgbe_call_func(hw, hw->eeprom.ops.read_pba_string,
sys/dev/ixgbe/ixgbe_api.c
526
status = ixgbe_call_func(hw, hw->phy.ops.identify, (hw),
sys/dev/ixgbe/ixgbe_api.c
547
status = ixgbe_call_func(hw, hw->phy.ops.reset, (hw),
sys/dev/ixgbe/ixgbe_api.c
562
status = ixgbe_call_func(hw, hw->phy.ops.get_firmware_version,
sys/dev/ixgbe/ixgbe_api.c
583
return ixgbe_call_func(hw, hw->phy.ops.read_reg, (hw, reg_addr,
sys/dev/ixgbe/ixgbe_api.c
602
return ixgbe_call_func(hw, hw->phy.ops.write_reg, (hw, reg_addr,
sys/dev/ixgbe/ixgbe_api.c
614
return ixgbe_call_func(hw, hw->phy.ops.setup_link, (hw),
sys/dev/ixgbe/ixgbe_api.c
628
return ixgbe_call_func(hw, hw->phy.ops.setup_internal_link, (hw),
sys/dev/ixgbe/ixgbe_api.c
644
return ixgbe_call_func(hw, hw->phy.ops.check_link, (hw, speed,
sys/dev/ixgbe/ixgbe_api.c
659
return ixgbe_call_func(hw, hw->phy.ops.setup_link_speed, (hw, speed,
sys/dev/ixgbe/ixgbe_api.c
671
return ixgbe_call_func(hw, hw->phy.ops.set_phy_power, (hw, on),
sys/dev/ixgbe/ixgbe_api.c
687
return ixgbe_call_func(hw, hw->mac.ops.check_link, (hw, speed,
sys/dev/ixgbe/ixgbe_api.c
69
if (hw->mac.ops.get_rtrup2tc)
sys/dev/ixgbe/ixgbe_api.c
70
hw->mac.ops.get_rtrup2tc(hw, map);
sys/dev/ixgbe/ixgbe_api.c
700
if (hw->mac.ops.disable_tx_laser)
sys/dev/ixgbe/ixgbe_api.c
701
hw->mac.ops.disable_tx_laser(hw);
sys/dev/ixgbe/ixgbe_api.c
712
if (hw->mac.ops.enable_tx_laser)
sys/dev/ixgbe/ixgbe_api.c
713
hw->mac.ops.enable_tx_laser(hw);
sys/dev/ixgbe/ixgbe_api.c
726
if (hw->mac.ops.flap_tx_laser)
sys/dev/ixgbe/ixgbe_api.c
727
hw->mac.ops.flap_tx_laser(hw);
sys/dev/ixgbe/ixgbe_api.c
742
return ixgbe_call_func(hw, hw->mac.ops.setup_link, (hw, speed,
sys/dev/ixgbe/ixgbe_api.c
759
return ixgbe_call_func(hw, hw->mac.ops.setup_mac_link, (hw, speed,
sys/dev/ixgbe/ixgbe_api.c
775
return ixgbe_call_func(hw, hw->mac.ops.get_link_capabilities, (hw,
sys/dev/ixgbe/ixgbe_api.c
788
return ixgbe_call_func(hw, hw->mac.ops.led_on, (hw, index),
sys/dev/ixgbe/ixgbe_api.c
801
return ixgbe_call_func(hw, hw->mac.ops.led_off, (hw, index),
sys/dev/ixgbe/ixgbe_api.c
814
return ixgbe_call_func(hw, hw->mac.ops.blink_led_start, (hw, index),
sys/dev/ixgbe/ixgbe_api.c
827
return ixgbe_call_func(hw, hw->mac.ops.blink_led_stop, (hw, index),
sys/dev/ixgbe/ixgbe_api.c
840
return ixgbe_call_func(hw, hw->eeprom.ops.init_params, (hw),
sys/dev/ixgbe/ixgbe_api.c
857
return ixgbe_call_func(hw, hw->eeprom.ops.write, (hw, offset, data),
sys/dev/ixgbe/ixgbe_api.c
875
return ixgbe_call_func(hw, hw->eeprom.ops.write_buffer,
sys/dev/ixgbe/ixgbe_api.c
890
return ixgbe_call_func(hw, hw->eeprom.ops.read, (hw, offset, data),
sys/dev/ixgbe/ixgbe_api.c
906
return ixgbe_call_func(hw, hw->eeprom.ops.read_buffer,
sys/dev/ixgbe/ixgbe_api.c
920
return ixgbe_call_func(hw, hw->eeprom.ops.validate_checksum,
sys/dev/ixgbe/ixgbe_api.c
930
return ixgbe_call_func(hw, hw->eeprom.ops.update_checksum, (hw),
sys/dev/ixgbe/ixgbe_api.c
945
return ixgbe_call_func(hw, hw->mac.ops.insert_mac_addr,
sys/dev/ixgbe/ixgbe_api.c
963
return ixgbe_call_func(hw, hw->mac.ops.set_rar, (hw, index, addr, vmdq,
sys/dev/ixgbe/ixgbe_api.c
976
return ixgbe_call_func(hw, hw->mac.ops.clear_rar, (hw, index),
sys/dev/ixgbe/ixgbe_api.c
988
return ixgbe_call_func(hw, hw->mac.ops.set_vmdq, (hw, rar, vmdq),
sys/dev/ixgbe/ixgbe_common.c
100
mac->ops.clear_hw_cntrs = ixgbe_clear_hw_cntrs_generic;
sys/dev/ixgbe/ixgbe_common.c
101
mac->ops.get_media_type = NULL;
sys/dev/ixgbe/ixgbe_common.c
102
mac->ops.get_supported_physical_layer = NULL;
sys/dev/ixgbe/ixgbe_common.c
103
mac->ops.enable_rx_dma = ixgbe_enable_rx_dma_generic;
sys/dev/ixgbe/ixgbe_common.c
104
mac->ops.get_mac_addr = ixgbe_get_mac_addr_generic;
sys/dev/ixgbe/ixgbe_common.c
105
mac->ops.stop_adapter = ixgbe_stop_adapter_generic;
sys/dev/ixgbe/ixgbe_common.c
1053
mac->ops.set_lan_id(hw);
sys/dev/ixgbe/ixgbe_common.c
106
mac->ops.get_bus_info = ixgbe_get_bus_info_generic;
sys/dev/ixgbe/ixgbe_common.c
107
mac->ops.set_lan_id = ixgbe_set_lan_id_multi_port_pcie;
sys/dev/ixgbe/ixgbe_common.c
108
mac->ops.acquire_swfw_sync = ixgbe_acquire_swfw_sync;
sys/dev/ixgbe/ixgbe_common.c
109
mac->ops.release_swfw_sync = ixgbe_release_swfw_sync;
sys/dev/ixgbe/ixgbe_common.c
110
mac->ops.prot_autoc_read = prot_autoc_read_generic;
sys/dev/ixgbe/ixgbe_common.c
1106
hw->eeprom.ops.read(hw, IXGBE_EEPROM_CTRL_4, &ee_ctrl_4);
sys/dev/ixgbe/ixgbe_common.c
111
mac->ops.prot_autoc_write = prot_autoc_write_generic;
sys/dev/ixgbe/ixgbe_common.c
114
mac->ops.led_on = ixgbe_led_on_generic;
sys/dev/ixgbe/ixgbe_common.c
115
mac->ops.led_off = ixgbe_led_off_generic;
sys/dev/ixgbe/ixgbe_common.c
116
mac->ops.blink_led_start = ixgbe_blink_led_start_generic;
sys/dev/ixgbe/ixgbe_common.c
117
mac->ops.blink_led_stop = ixgbe_blink_led_stop_generic;
sys/dev/ixgbe/ixgbe_common.c
118
mac->ops.init_led_link_act = ixgbe_init_led_link_act_generic;
sys/dev/ixgbe/ixgbe_common.c
121
mac->ops.set_rar = ixgbe_set_rar_generic;
sys/dev/ixgbe/ixgbe_common.c
122
mac->ops.clear_rar = ixgbe_clear_rar_generic;
sys/dev/ixgbe/ixgbe_common.c
123
mac->ops.insert_mac_addr = NULL;
sys/dev/ixgbe/ixgbe_common.c
124
mac->ops.set_vmdq = NULL;
sys/dev/ixgbe/ixgbe_common.c
125
mac->ops.clear_vmdq = NULL;
sys/dev/ixgbe/ixgbe_common.c
126
mac->ops.init_rx_addrs = ixgbe_init_rx_addrs_generic;
sys/dev/ixgbe/ixgbe_common.c
127
mac->ops.update_uc_addr_list = ixgbe_update_uc_addr_list_generic;
sys/dev/ixgbe/ixgbe_common.c
128
mac->ops.update_mc_addr_list = ixgbe_update_mc_addr_list_generic;
sys/dev/ixgbe/ixgbe_common.c
129
mac->ops.enable_mc = ixgbe_enable_mc_generic;
sys/dev/ixgbe/ixgbe_common.c
130
mac->ops.disable_mc = ixgbe_disable_mc_generic;
sys/dev/ixgbe/ixgbe_common.c
131
mac->ops.clear_vfta = NULL;
sys/dev/ixgbe/ixgbe_common.c
132
mac->ops.set_vfta = NULL;
sys/dev/ixgbe/ixgbe_common.c
1323
hw->eeprom.ops.init_params(hw);
sys/dev/ixgbe/ixgbe_common.c
133
mac->ops.set_vlvf = NULL;
sys/dev/ixgbe/ixgbe_common.c
134
mac->ops.init_uta_tables = NULL;
sys/dev/ixgbe/ixgbe_common.c
135
mac->ops.enable_rx = ixgbe_enable_rx_generic;
sys/dev/ixgbe/ixgbe_common.c
136
mac->ops.disable_rx = ixgbe_disable_rx_generic;
sys/dev/ixgbe/ixgbe_common.c
137
mac->ops.toggle_txdctl = ixgbe_toggle_txdctl_generic;
sys/dev/ixgbe/ixgbe_common.c
140
mac->ops.fc_enable = ixgbe_fc_enable_generic;
sys/dev/ixgbe/ixgbe_common.c
141
mac->ops.setup_fc = ixgbe_setup_fc_generic;
sys/dev/ixgbe/ixgbe_common.c
142
mac->ops.fc_autoneg = ixgbe_fc_autoneg;
sys/dev/ixgbe/ixgbe_common.c
145
mac->ops.get_link_capabilities = NULL;
sys/dev/ixgbe/ixgbe_common.c
146
mac->ops.setup_link = NULL;
sys/dev/ixgbe/ixgbe_common.c
1460
hw->eeprom.ops.init_params(hw);
sys/dev/ixgbe/ixgbe_common.c
147
mac->ops.check_link = NULL;
sys/dev/ixgbe/ixgbe_common.c
148
mac->ops.dmac_config = NULL;
sys/dev/ixgbe/ixgbe_common.c
149
mac->ops.dmac_update_tcs = NULL;
sys/dev/ixgbe/ixgbe_common.c
1490
hw->eeprom.ops.init_params(hw);
sys/dev/ixgbe/ixgbe_common.c
150
mac->ops.dmac_config_tcs = NULL;
sys/dev/ixgbe/ixgbe_common.c
1595
hw->eeprom.ops.init_params(hw);
sys/dev/ixgbe/ixgbe_common.c
1626
hw->eeprom.ops.init_params(hw);
sys/dev/ixgbe/ixgbe_common.c
1734
hw->eeprom.ops.init_params(hw);
sys/dev/ixgbe/ixgbe_common.c
1836
if (hw->mac.ops.acquire_swfw_sync(hw, IXGBE_GSSR_EEP_SM)
sys/dev/ixgbe/ixgbe_common.c
186
hw->mac.ops.check_link(hw, &speed, &link_up, false);
sys/dev/ixgbe/ixgbe_common.c
1860
hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);
sys/dev/ixgbe/ixgbe_common.c
2209
hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);
sys/dev/ixgbe/ixgbe_common.c
2234
if (hw->eeprom.ops.read(hw, i, &word)) {
sys/dev/ixgbe/ixgbe_common.c
2243
if (hw->eeprom.ops.read(hw, i, &pointer)) {
sys/dev/ixgbe/ixgbe_common.c
2252
if (hw->eeprom.ops.read(hw, pointer, &length)) {
sys/dev/ixgbe/ixgbe_common.c
2261
if (hw->eeprom.ops.read(hw, j, &word)) {
sys/dev/ixgbe/ixgbe_common.c
2295
status = hw->eeprom.ops.read(hw, 0, &checksum);
sys/dev/ixgbe/ixgbe_common.c
2301
status = hw->eeprom.ops.calc_checksum(hw);
sys/dev/ixgbe/ixgbe_common.c
2307
status = hw->eeprom.ops.read(hw, IXGBE_EEPROM_CHECKSUM, &read_checksum);
sys/dev/ixgbe/ixgbe_common.c
2341
status = hw->eeprom.ops.read(hw, 0, &checksum);
sys/dev/ixgbe/ixgbe_common.c
2347
status = hw->eeprom.ops.calc_checksum(hw);
sys/dev/ixgbe/ixgbe_common.c
2353
status = hw->eeprom.ops.write(hw, IXGBE_EEPROM_CHECKSUM, checksum);
sys/dev/ixgbe/ixgbe_common.c
2410
hw->mac.ops.set_vmdq(hw, index, vmdq);
sys/dev/ixgbe/ixgbe_common.c
2471
hw->mac.ops.clear_vmdq(hw, index, IXGBE_CLEAR_VMDQ_ALL);
sys/dev/ixgbe/ixgbe_common.c
2499
hw->mac.ops.get_mac_addr(hw, hw->mac.addr);
sys/dev/ixgbe/ixgbe_common.c
2515
hw->mac.ops.set_rar(hw, 0, hw->mac.addr, 0, IXGBE_RAH_AV);
sys/dev/ixgbe/ixgbe_common.c
2519
hw->mac.ops.clear_vmdq(hw, 0, IXGBE_CLEAR_VMDQ_ALL);
sys/dev/ixgbe/ixgbe_common.c
2569
hw->mac.ops.set_rar(hw, rar, addr, vmdq, IXGBE_RAH_AV);
sys/dev/ixgbe/ixgbe_common.c
272
ret_val = hw->mac.ops.prot_autoc_read(hw, &locked, ®_bp);
sys/dev/ixgbe/ixgbe_common.c
285
hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_ADVT,
sys/dev/ixgbe/ixgbe_common.c
2850
hw->mac.ops.fc_autoneg(hw);
sys/dev/ixgbe/ixgbe_common.c
3093
hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_ADVT,
sys/dev/ixgbe/ixgbe_common.c
3096
hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_LP,
sys/dev/ixgbe/ixgbe_common.c
3134
hw->mac.ops.check_link(hw, &speed, &link_up, false);
sys/dev/ixgbe/ixgbe_common.c
3489
hw->mac.ops.check_link(hw, &speed, &link_up, false);
sys/dev/ixgbe/ixgbe_common.c
3492
ret_val = hw->mac.ops.prot_autoc_read(hw, &locked, &autoc_reg);
sys/dev/ixgbe/ixgbe_common.c
3499
ret_val = hw->mac.ops.prot_autoc_write(hw, autoc_reg, locked);
sys/dev/ixgbe/ixgbe_common.c
3533
ret_val = hw->mac.ops.prot_autoc_read(hw, &locked, &autoc_reg);
sys/dev/ixgbe/ixgbe_common.c
3540
ret_val = hw->mac.ops.prot_autoc_write(hw, autoc_reg, locked);
sys/dev/ixgbe/ixgbe_common.c
3574
ret_val = hw->eeprom.ops.read(hw, IXGBE_SAN_MAC_ADDR_PTR,
sys/dev/ixgbe/ixgbe_common.c
3612
hw->mac.ops.set_lan_id(hw);
sys/dev/ixgbe/ixgbe_common.c
3617
ret_val = hw->eeprom.ops.read(hw, san_mac_offset,
sys/dev/ixgbe/ixgbe_common.c
3662
hw->mac.ops.set_lan_id(hw);
sys/dev/ixgbe/ixgbe_common.c
3670
hw->eeprom.ops.write(hw, san_mac_offset, san_mac_data);
sys/dev/ixgbe/ixgbe_common.c
377
ret_val = hw->mac.ops.prot_autoc_write(hw, reg_bp, locked);
sys/dev/ixgbe/ixgbe_common.c
382
hw->phy.ops.write_reg(hw, IXGBE_MDIO_AUTO_NEG_ADVT,
sys/dev/ixgbe/ixgbe_common.c
3844
hw->mac.ops.clear_rar(hw, rar);
sys/dev/ixgbe/ixgbe_common.c
409
hw->phy.media_type = hw->mac.ops.get_media_type(hw);
sys/dev/ixgbe/ixgbe_common.c
414
hw->mac.ops.clear_vfta(hw);
sys/dev/ixgbe/ixgbe_common.c
417
hw->mac.ops.clear_hw_cntrs(hw);
sys/dev/ixgbe/ixgbe_common.c
4224
switch (hw->mac.ops.get_media_type(hw)) {
sys/dev/ixgbe/ixgbe_common.c
437
hw->mac.ops.get_device_caps(hw, &device_caps);
sys/dev/ixgbe/ixgbe_common.c
4380
if (hw->eeprom.ops.read(hw, offset, &alt_san_mac_blk_offset))
sys/dev/ixgbe/ixgbe_common.c
4389
if (hw->eeprom.ops.read(hw, offset, &caps))
sys/dev/ixgbe/ixgbe_common.c
4396
if (hw->eeprom.ops.read(hw, offset, wwnn_prefix)) {
sys/dev/ixgbe/ixgbe_common.c
4402
if (hw->eeprom.ops.read(hw, offset, wwpn_prefix))
sys/dev/ixgbe/ixgbe_common.c
4433
status = hw->eeprom.ops.read(hw, offset, &caps);
sys/dev/ixgbe/ixgbe_common.c
4441
status = hw->eeprom.ops.read(hw, IXGBE_ISCSI_FCOE_BLK_PTR, &offset);
sys/dev/ixgbe/ixgbe_common.c
4450
status = hw->eeprom.ops.read(hw, offset, &flags);
sys/dev/ixgbe/ixgbe_common.c
4523
hw->eeprom.ops.read(hw, IXGBE_DEVICE_CAPS, device_caps);
sys/dev/ixgbe/ixgbe_common.c
4696
status = hw->mac.ops.acquire_swfw_sync(hw, IXGBE_GSSR_SW_MNG_SM);
sys/dev/ixgbe/ixgbe_common.c
4753
hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_SW_MNG_SM);
sys/dev/ixgbe/ixgbe_common.c
4981
status = hw->eeprom.ops.read(hw, IXGBE_ETS_CFG, &ets_offset);
sys/dev/ixgbe/ixgbe_common.c
4990
status = hw->eeprom.ops.read(hw, ets_offset, &ets_cfg);
sys/dev/ixgbe/ixgbe_common.c
5005
status = hw->eeprom.ops.read(hw, (ets_offset + 1 + i),
sys/dev/ixgbe/ixgbe_common.c
5016
status = hw->phy.ops.read_i2c_byte(hw,
sys/dev/ixgbe/ixgbe_common.c
5060
if (hw->eeprom.ops.read(hw, offset, &ets_offset))
sys/dev/ixgbe/ixgbe_common.c
5066
if (hw->eeprom.ops.read(hw, offset, &ets_cfg))
sys/dev/ixgbe/ixgbe_common.c
5078
if (hw->eeprom.ops.read(hw, offset, &ets_sensor)) {
sys/dev/ixgbe/ixgbe_common.c
508
status = hw->mac.ops.reset_hw(hw);
sys/dev/ixgbe/ixgbe_common.c
5090
hw->phy.ops.write_i2c_byte(hw,
sys/dev/ixgbe/ixgbe_common.c
512
status = hw->mac.ops.start_hw(hw);
sys/dev/ixgbe/ixgbe_common.c
516
if (hw->mac.ops.init_led_link_act)
sys/dev/ixgbe/ixgbe_common.c
517
hw->mac.ops.init_led_link_act(hw);
sys/dev/ixgbe/ixgbe_common.c
5371
hw->eeprom.ops.read(hw, NVM_OROM_OFFSET, &offset);
sys/dev/ixgbe/ixgbe_common.c
5377
hw->eeprom.ops.read(hw, offset + NVM_OROM_BLK_HI, &eeprom_cfg_blkh);
sys/dev/ixgbe/ixgbe_common.c
5378
hw->eeprom.ops.read(hw, offset + NVM_OROM_BLK_LOW, &eeprom_cfg_blkl);
sys/dev/ixgbe/ixgbe_common.c
5408
hw->eeprom.ops.read(hw, NVM_OEM_PROD_VER_PTR, &offset);
sys/dev/ixgbe/ixgbe_common.c
5415
hw->eeprom.ops.read(hw, offset, &mod_len);
sys/dev/ixgbe/ixgbe_common.c
5416
hw->eeprom.ops.read(hw, offset + NVM_OEM_PROD_VER_CAP_OFF, &cap);
sys/dev/ixgbe/ixgbe_common.c
5423
hw->eeprom.ops.read(hw, offset + NVM_OEM_PROD_VER_OFF_L, &prod_ver);
sys/dev/ixgbe/ixgbe_common.c
5424
hw->eeprom.ops.read(hw, offset + NVM_OEM_PROD_VER_OFF_H, &rel_num);
sys/dev/ixgbe/ixgbe_common.c
5449
if (hw->eeprom.ops.read(hw, NVM_ETK_OFF_LOW, &etk_id_l))
sys/dev/ixgbe/ixgbe_common.c
5451
if (hw->eeprom.ops.read(hw, NVM_ETK_OFF_HI, &etk_id_h))
sys/dev/ixgbe/ixgbe_common.c
5841
status = hw->phy.ops.read_i2c_byte(hw, IXGBE_SFF_SFF_8472_OSCB,
sys/dev/ixgbe/ixgbe_common.c
5851
status = hw->phy.ops.write_i2c_byte(hw, IXGBE_SFF_SFF_8472_OSCB,
sys/dev/ixgbe/ixgbe_common.c
5860
status = hw->phy.ops.read_i2c_byte(hw, IXGBE_SFF_SFF_8472_ESCB,
sys/dev/ixgbe/ixgbe_common.c
5870
status = hw->phy.ops.write_i2c_byte(hw, IXGBE_SFF_SFF_8472_ESCB,
sys/dev/ixgbe/ixgbe_common.c
627
hw->phy.ops.read_reg(hw, IXGBE_PCRC8ECL,
sys/dev/ixgbe/ixgbe_common.c
629
hw->phy.ops.read_reg(hw, IXGBE_PCRC8ECH,
sys/dev/ixgbe/ixgbe_common.c
631
hw->phy.ops.read_reg(hw, IXGBE_LDPCECL,
sys/dev/ixgbe/ixgbe_common.c
633
hw->phy.ops.read_reg(hw, IXGBE_LDPCECH,
sys/dev/ixgbe/ixgbe_common.c
664
ret_val = hw->eeprom.ops.read(hw, IXGBE_PBANUM0_PTR, &data);
sys/dev/ixgbe/ixgbe_common.c
670
ret_val = hw->eeprom.ops.read(hw, IXGBE_PBANUM1_PTR, &pba_ptr);
sys/dev/ixgbe/ixgbe_common.c
716
ret_val = hw->eeprom.ops.read(hw, pba_ptr, &length);
sys/dev/ixgbe/ixgbe_common.c
738
ret_val = hw->eeprom.ops.read(hw, pba_ptr + offset, &data);
sys/dev/ixgbe/ixgbe_common.c
765
ret_val = hw->eeprom.ops.read(hw, IXGBE_PBANUM0_PTR, &data);
sys/dev/ixgbe/ixgbe_common.c
775
ret_val = hw->eeprom.ops.read(hw, IXGBE_PBANUM1_PTR, &data);
sys/dev/ixgbe/ixgbe_common.c
78
eeprom->ops.init_params = ixgbe_init_eeprom_params_generic;
sys/dev/ixgbe/ixgbe_common.c
808
ret_val = hw->eeprom.ops.read_buffer(hw, IXGBE_PBANUM0_PTR, 2,
sys/dev/ixgbe/ixgbe_common.c
81
eeprom->ops.read = ixgbe_read_eerd_generic;
sys/dev/ixgbe/ixgbe_common.c
82
eeprom->ops.read_buffer = ixgbe_read_eerd_buffer_generic;
sys/dev/ixgbe/ixgbe_common.c
835
ret_val = hw->eeprom.ops.read_buffer(hw, pba->word[1],
sys/dev/ixgbe/ixgbe_common.c
84
eeprom->ops.read = ixgbe_read_eeprom_bit_bang_generic;
sys/dev/ixgbe/ixgbe_common.c
85
eeprom->ops.read_buffer =
sys/dev/ixgbe/ixgbe_common.c
875
ret_val = hw->eeprom.ops.write_buffer(hw, IXGBE_PBANUM0_PTR, 2,
sys/dev/ixgbe/ixgbe_common.c
88
eeprom->ops.write = ixgbe_write_eeprom_generic;
sys/dev/ixgbe/ixgbe_common.c
89
eeprom->ops.write_buffer = ixgbe_write_eeprom_buffer_bit_bang_generic;
sys/dev/ixgbe/ixgbe_common.c
893
ret_val = hw->eeprom.ops.write_buffer(hw, pba->word[1],
sys/dev/ixgbe/ixgbe_common.c
90
eeprom->ops.validate_checksum =
sys/dev/ixgbe/ixgbe_common.c
92
eeprom->ops.update_checksum = ixgbe_update_eeprom_checksum_generic;
sys/dev/ixgbe/ixgbe_common.c
93
eeprom->ops.calc_checksum = ixgbe_calc_eeprom_checksum_generic;
sys/dev/ixgbe/ixgbe_common.c
935
ret_val = hw->eeprom.ops.read_buffer(hw, IXGBE_PBANUM0_PTR, 2,
sys/dev/ixgbe/ixgbe_common.c
94
eeprom->ops.read_pba_string = ixgbe_read_pba_string_generic;
sys/dev/ixgbe/ixgbe_common.c
950
ret_val = hw->eeprom.ops.read(hw, pba_word[1] + 0,
sys/dev/ixgbe/ixgbe_common.c
97
mac->ops.init_hw = ixgbe_init_hw_generic;
sys/dev/ixgbe/ixgbe_common.c
98
mac->ops.reset_hw = NULL;
sys/dev/ixgbe/ixgbe_common.c
99
mac->ops.start_hw = ixgbe_start_hw_generic;
sys/dev/ixgbe/ixgbe_dcb.c
658
hw->mac.ops.setup_rxpba(hw, dcb_config->num_tcs.pg_tcs,
sys/dev/ixgbe/ixgbe_e610.c
3976
cmd->ops.cfg.log_resolution = IXGBE_CPU_TO_LE16(log_resolution);
sys/dev/ixgbe/ixgbe_e610.c
3977
cmd->ops.cfg.mdl_cnt = IXGBE_CPU_TO_LE16(num_entries);
sys/dev/ixgbe/ixgbe_e610.c
4215
module_id_cnt = IXGBE_LE16_TO_CPU(cmd->ops.cfg.mdl_cnt);
sys/dev/ixgbe/ixgbe_e610.c
4220
cfg->log_resolution = (u8)IXGBE_LE16_TO_CPU(cmd->ops.cfg.log_resolution);
sys/dev/ixgbe/ixgbe_e610.c
4364
mac->ops.reset_hw = ixgbe_reset_hw_E610;
sys/dev/ixgbe/ixgbe_e610.c
4365
mac->ops.start_hw = ixgbe_start_hw_E610;
sys/dev/ixgbe/ixgbe_e610.c
4366
mac->ops.get_media_type = ixgbe_get_media_type_E610;
sys/dev/ixgbe/ixgbe_e610.c
4367
mac->ops.get_supported_physical_layer =
sys/dev/ixgbe/ixgbe_e610.c
4369
mac->ops.get_san_mac_addr = NULL;
sys/dev/ixgbe/ixgbe_e610.c
4370
mac->ops.set_san_mac_addr = NULL;
sys/dev/ixgbe/ixgbe_e610.c
4371
mac->ops.get_wwn_prefix = NULL;
sys/dev/ixgbe/ixgbe_e610.c
4372
mac->ops.setup_link = ixgbe_setup_link_E610;
sys/dev/ixgbe/ixgbe_e610.c
4373
mac->ops.check_link = ixgbe_check_link_E610;
sys/dev/ixgbe/ixgbe_e610.c
4374
mac->ops.get_link_capabilities = ixgbe_get_link_capabilities_E610;
sys/dev/ixgbe/ixgbe_e610.c
4375
mac->ops.setup_fc = ixgbe_setup_fc_E610;
sys/dev/ixgbe/ixgbe_e610.c
4376
mac->ops.fc_autoneg = ixgbe_fc_autoneg_E610;
sys/dev/ixgbe/ixgbe_e610.c
4377
mac->ops.set_fw_drv_ver = ixgbe_set_fw_drv_ver_E610;
sys/dev/ixgbe/ixgbe_e610.c
4378
mac->ops.disable_rx = ixgbe_disable_rx_E610;
sys/dev/ixgbe/ixgbe_e610.c
4379
mac->ops.setup_eee = ixgbe_setup_eee_E610;
sys/dev/ixgbe/ixgbe_e610.c
4380
mac->ops.fw_recovery_mode = ixgbe_fw_recovery_mode_E610;
sys/dev/ixgbe/ixgbe_e610.c
4381
mac->ops.fw_rollback_mode = ixgbe_fw_rollback_mode_E610;
sys/dev/ixgbe/ixgbe_e610.c
4382
mac->ops.get_fw_tsam_mode = ixgbe_get_fw_tsam_mode_E610;
sys/dev/ixgbe/ixgbe_e610.c
4383
mac->ops.get_fw_version = ixgbe_aci_get_fw_ver;
sys/dev/ixgbe/ixgbe_e610.c
4384
mac->ops.get_nvm_version = ixgbe_get_active_nvm_ver;
sys/dev/ixgbe/ixgbe_e610.c
4385
mac->ops.get_thermal_sensor_data = NULL;
sys/dev/ixgbe/ixgbe_e610.c
4386
mac->ops.init_thermal_sensor_thresh = NULL;
sys/dev/ixgbe/ixgbe_e610.c
4389
phy->ops.init = ixgbe_init_phy_ops_E610;
sys/dev/ixgbe/ixgbe_e610.c
4390
phy->ops.identify = ixgbe_identify_phy_E610;
sys/dev/ixgbe/ixgbe_e610.c
4402
eeprom->ops.init_params = ixgbe_init_eeprom_params_E610;
sys/dev/ixgbe/ixgbe_e610.c
4403
eeprom->ops.read = ixgbe_read_ee_aci_E610;
sys/dev/ixgbe/ixgbe_e610.c
4404
eeprom->ops.read_buffer = ixgbe_read_ee_aci_buffer_E610;
sys/dev/ixgbe/ixgbe_e610.c
4405
eeprom->ops.write = ixgbe_write_ee_aci_E610;
sys/dev/ixgbe/ixgbe_e610.c
4406
eeprom->ops.write_buffer = ixgbe_write_ee_aci_buffer_E610;
sys/dev/ixgbe/ixgbe_e610.c
4407
eeprom->ops.calc_checksum = ixgbe_calc_eeprom_checksum_E610;
sys/dev/ixgbe/ixgbe_e610.c
4408
eeprom->ops.update_checksum = ixgbe_update_eeprom_checksum_E610;
sys/dev/ixgbe/ixgbe_e610.c
4409
eeprom->ops.validate_checksum = ixgbe_validate_eeprom_checksum_E610;
sys/dev/ixgbe/ixgbe_e610.c
4410
eeprom->ops.read_pba_string = ixgbe_read_pba_string_E610;
sys/dev/ixgbe/ixgbe_e610.c
4413
hw->mac.ops.set_lan_id(hw);
sys/dev/ixgbe/ixgbe_e610.c
4436
status = hw->mac.ops.stop_adapter(hw);
sys/dev/ixgbe/ixgbe_e610.c
4443
status = hw->phy.ops.init(hw);
sys/dev/ixgbe/ixgbe_e610.c
4448
status = hw->mac.ops.acquire_swfw_sync(hw, swfw_mask);
sys/dev/ixgbe/ixgbe_e610.c
4458
hw->mac.ops.release_swfw_sync(hw, swfw_mask);
sys/dev/ixgbe/ixgbe_e610.c
4489
hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
sys/dev/ixgbe/ixgbe_e610.c
4497
hw->mac.ops.init_rx_addrs(hw);
sys/dev/ixgbe/ixgbe_e610.c
4516
ret_val = hw->mac.ops.get_fw_version(hw);
sys/dev/ixgbe/ixgbe_e610.c
4666
return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait);
sys/dev/ixgbe/ixgbe_e610.c
5111
phy->ops.identify_sfp = ixgbe_identify_module_E610;
sys/dev/ixgbe/ixgbe_e610.c
5112
phy->ops.read_reg = NULL; /* PHY reg access is not required */
sys/dev/ixgbe/ixgbe_e610.c
5113
phy->ops.write_reg = NULL;
sys/dev/ixgbe/ixgbe_e610.c
5114
phy->ops.read_reg_mdi = NULL;
sys/dev/ixgbe/ixgbe_e610.c
5115
phy->ops.write_reg_mdi = NULL;
sys/dev/ixgbe/ixgbe_e610.c
5116
phy->ops.setup_link = ixgbe_setup_phy_link_E610;
sys/dev/ixgbe/ixgbe_e610.c
5117
phy->ops.get_firmware_version = ixgbe_get_phy_firmware_version_E610;
sys/dev/ixgbe/ixgbe_e610.c
5118
phy->ops.read_i2c_byte = NULL; /* disabled for E610 */
sys/dev/ixgbe/ixgbe_e610.c
5119
phy->ops.write_i2c_byte = NULL; /* disabled for E610 */
sys/dev/ixgbe/ixgbe_e610.c
5120
phy->ops.read_i2c_sff8472 = ixgbe_read_i2c_sff8472_E610;
sys/dev/ixgbe/ixgbe_e610.c
5121
phy->ops.read_i2c_eeprom = ixgbe_read_i2c_eeprom_E610;
sys/dev/ixgbe/ixgbe_e610.c
5122
phy->ops.write_i2c_eeprom = ixgbe_write_i2c_eeprom_E610;
sys/dev/ixgbe/ixgbe_e610.c
5123
phy->ops.i2c_bus_clear = NULL; /* do not use generic implementation */
sys/dev/ixgbe/ixgbe_e610.c
5124
phy->ops.check_overtemp = ixgbe_check_overtemp_E610;
sys/dev/ixgbe/ixgbe_e610.c
5125
if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper)
sys/dev/ixgbe/ixgbe_e610.c
5126
phy->ops.set_phy_power = ixgbe_set_phy_power_E610;
sys/dev/ixgbe/ixgbe_e610.c
5128
phy->ops.set_phy_power = NULL;
sys/dev/ixgbe/ixgbe_e610.c
5129
phy->ops.enter_lplu = ixgbe_enter_lplu_E610;
sys/dev/ixgbe/ixgbe_e610.c
5130
phy->ops.handle_lasi = NULL; /* no implementation for E610 */
sys/dev/ixgbe/ixgbe_e610.c
5131
phy->ops.read_i2c_byte_unlocked = NULL; /* disabled for E610 */
sys/dev/ixgbe/ixgbe_e610.c
5132
phy->ops.write_i2c_byte_unlocked = NULL; /* disabled for E610 */
sys/dev/ixgbe/ixgbe_e610.c
5137
ret_val = phy->ops.identify(hw);
sys/dev/ixgbe/ixgbe_mbx.c
101
return mbx->ops[mbx_id].read(hw, msg, size, mbx_id);
sys/dev/ixgbe/ixgbe_mbx.c
1029
hw->mbx.ops[vf_id].release(hw, vf_id);
sys/dev/ixgbe/ixgbe_mbx.c
1147
mbx->ops[vf_id].release = ixgbe_release_mbx_lock_dummy;
sys/dev/ixgbe/ixgbe_mbx.c
1148
mbx->ops[vf_id].read = ixgbe_read_mbx_pf_legacy;
sys/dev/ixgbe/ixgbe_mbx.c
1149
mbx->ops[vf_id].write = ixgbe_write_mbx_pf_legacy;
sys/dev/ixgbe/ixgbe_mbx.c
1150
mbx->ops[vf_id].check_for_msg = ixgbe_check_for_msg_pf_legacy;
sys/dev/ixgbe/ixgbe_mbx.c
1151
mbx->ops[vf_id].check_for_ack = ixgbe_check_for_ack_pf;
sys/dev/ixgbe/ixgbe_mbx.c
1152
mbx->ops[vf_id].check_for_rst = ixgbe_check_for_rst_pf;
sys/dev/ixgbe/ixgbe_mbx.c
1153
mbx->ops[vf_id].clear = ixgbe_clear_mbx_pf;
sys/dev/ixgbe/ixgbe_mbx.c
1223
mbx->ops[vf_id].release = ixgbe_release_mbx_lock_pf;
sys/dev/ixgbe/ixgbe_mbx.c
1224
mbx->ops[vf_id].read = ixgbe_read_mbx_pf;
sys/dev/ixgbe/ixgbe_mbx.c
1225
mbx->ops[vf_id].write = ixgbe_write_mbx_pf;
sys/dev/ixgbe/ixgbe_mbx.c
1226
mbx->ops[vf_id].check_for_msg = ixgbe_check_for_msg_pf;
sys/dev/ixgbe/ixgbe_mbx.c
1227
mbx->ops[vf_id].check_for_ack = ixgbe_check_for_ack_pf;
sys/dev/ixgbe/ixgbe_mbx.c
1228
mbx->ops[vf_id].check_for_rst = ixgbe_check_for_rst_pf;
sys/dev/ixgbe/ixgbe_mbx.c
1229
mbx->ops[vf_id].clear = ixgbe_clear_mbx_pf;
sys/dev/ixgbe/ixgbe_mbx.c
130
if (!mbx->ops[mbx_id].write || !mbx->ops[mbx_id].check_for_ack ||
sys/dev/ixgbe/ixgbe_mbx.c
131
!mbx->ops[mbx_id].release || !mbx->timeout)
sys/dev/ixgbe/ixgbe_mbx.c
139
ret_val = mbx->ops[mbx_id].write(hw, msg, size, mbx_id);
sys/dev/ixgbe/ixgbe_mbx.c
159
if (mbx->ops[mbx_id].check_for_msg)
sys/dev/ixgbe/ixgbe_mbx.c
160
ret_val = mbx->ops[mbx_id].check_for_msg(hw, mbx_id);
sys/dev/ixgbe/ixgbe_mbx.c
179
if (mbx->ops[mbx_id].check_for_ack)
sys/dev/ixgbe/ixgbe_mbx.c
180
ret_val = mbx->ops[mbx_id].check_for_ack(hw, mbx_id);
sys/dev/ixgbe/ixgbe_mbx.c
199
if (mbx->ops[mbx_id].check_for_rst)
sys/dev/ixgbe/ixgbe_mbx.c
200
ret_val = mbx->ops[mbx_id].check_for_rst(hw, mbx_id);
sys/dev/ixgbe/ixgbe_mbx.c
219
if (mbx->ops[mbx_id].clear)
sys/dev/ixgbe/ixgbe_mbx.c
220
ret_val = mbx->ops[mbx_id].clear(hw, mbx_id);
sys/dev/ixgbe/ixgbe_mbx.c
239
if (!countdown || !mbx->ops[mbx_id].check_for_msg)
sys/dev/ixgbe/ixgbe_mbx.c
242
while (countdown && mbx->ops[mbx_id].check_for_msg(hw, mbx_id)) {
sys/dev/ixgbe/ixgbe_mbx.c
272
if (!countdown || !mbx->ops[mbx_id].check_for_ack)
sys/dev/ixgbe/ixgbe_mbx.c
275
while (countdown && mbx->ops[mbx_id].check_for_ack(hw, mbx_id)) {
sys/dev/ixgbe/ixgbe_mbx.c
585
hw->mbx.ops[mbx_id].release(hw, mbx_id);
sys/dev/ixgbe/ixgbe_mbx.c
64
if (mbx->ops[mbx_id].read)
sys/dev/ixgbe/ixgbe_mbx.c
65
return mbx->ops[mbx_id].read(hw, msg, size, mbx_id);
sys/dev/ixgbe/ixgbe_mbx.c
684
mbx->ops[0].release = ixgbe_release_mbx_lock_dummy;
sys/dev/ixgbe/ixgbe_mbx.c
685
mbx->ops[0].read = ixgbe_read_mbx_vf_legacy;
sys/dev/ixgbe/ixgbe_mbx.c
686
mbx->ops[0].write = ixgbe_write_mbx_vf_legacy;
sys/dev/ixgbe/ixgbe_mbx.c
687
mbx->ops[0].check_for_msg = ixgbe_check_for_msg_vf;
sys/dev/ixgbe/ixgbe_mbx.c
688
mbx->ops[0].check_for_ack = ixgbe_check_for_ack_vf;
sys/dev/ixgbe/ixgbe_mbx.c
689
mbx->ops[0].check_for_rst = ixgbe_check_for_rst_vf;
sys/dev/ixgbe/ixgbe_mbx.c
690
mbx->ops[0].clear = NULL;
sys/dev/ixgbe/ixgbe_mbx.c
715
mbx->ops[0].release = ixgbe_release_mbx_lock_vf;
sys/dev/ixgbe/ixgbe_mbx.c
716
mbx->ops[0].read = ixgbe_read_mbx_vf;
sys/dev/ixgbe/ixgbe_mbx.c
717
mbx->ops[0].write = ixgbe_write_mbx_vf;
sys/dev/ixgbe/ixgbe_mbx.c
718
mbx->ops[0].check_for_msg = ixgbe_check_for_msg_vf;
sys/dev/ixgbe/ixgbe_mbx.c
719
mbx->ops[0].check_for_ack = ixgbe_check_for_ack_vf;
sys/dev/ixgbe/ixgbe_mbx.c
720
mbx->ops[0].check_for_rst = ixgbe_check_for_rst_vf;
sys/dev/ixgbe/ixgbe_mbx.c
721
mbx->ops[0].clear = NULL;
sys/dev/ixgbe/ixgbe_mbx.c
86
if (!mbx->ops[mbx_id].read || !mbx->ops[mbx_id].check_for_msg ||
sys/dev/ixgbe/ixgbe_mbx.h
66
struct ixgbe_mbx_operations ops[64];
sys/dev/ixgbe/ixgbe_phy.c
1016
status = hw->phy.ops.read_reg(hw,
sys/dev/ixgbe/ixgbe_phy.c
1054
hw->phy.ops.read_reg(hw, IXGBE_MII_10GBASE_T_AUTONEG_CTRL_REG,
sys/dev/ixgbe/ixgbe_phy.c
1062
hw->phy.ops.write_reg(hw, IXGBE_MII_10GBASE_T_AUTONEG_CTRL_REG,
sys/dev/ixgbe/ixgbe_phy.c
1069
hw->phy.ops.read_reg(hw, IXGBE_MII_AUTONEG_XNP_TX_REG,
sys/dev/ixgbe/ixgbe_phy.c
1077
hw->phy.ops.write_reg(hw, IXGBE_MII_AUTONEG_XNP_TX_REG,
sys/dev/ixgbe/ixgbe_phy.c
1084
hw->phy.ops.read_reg(hw, IXGBE_MII_AUTONEG_ADVERTISE_REG,
sys/dev/ixgbe/ixgbe_phy.c
1092
hw->phy.ops.write_reg(hw, IXGBE_MII_AUTONEG_ADVERTISE_REG,
sys/dev/ixgbe/ixgbe_phy.c
1113
status = hw->phy.ops.read_reg(hw, TNX_FW_REV,
sys/dev/ixgbe/ixgbe_phy.c
1132
status = hw->phy.ops.read_reg(hw, AQ_FW_REV,
sys/dev/ixgbe/ixgbe_phy.c
1158
hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_XS_CONTROL,
sys/dev/ixgbe/ixgbe_phy.c
1162
hw->phy.ops.write_reg(hw, IXGBE_MDIO_PHY_XS_CONTROL,
sys/dev/ixgbe/ixgbe_phy.c
1167
hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_XS_CONTROL,
sys/dev/ixgbe/ixgbe_phy.c
1186
ret_val = hw->eeprom.ops.read(hw, data_offset, &block_crc);
sys/dev/ixgbe/ixgbe_phy.c
1192
ret_val = hw->eeprom.ops.read(hw, data_offset, &eword);
sys/dev/ixgbe/ixgbe_phy.c
1207
ret_val = hw->eeprom.ops.read(hw, data_offset,
sys/dev/ixgbe/ixgbe_phy.c
1213
ret_val = hw->eeprom.ops.read(hw, data_offset,
sys/dev/ixgbe/ixgbe_phy.c
1217
hw->phy.ops.write_reg(hw, phy_offset,
sys/dev/ixgbe/ixgbe_phy.c
125
if (lock && hw->mac.ops.acquire_swfw_sync(hw, swfw_mask))
sys/dev/ixgbe/ixgbe_phy.c
1267
switch (hw->mac.ops.get_media_type(hw)) {
sys/dev/ixgbe/ixgbe_phy.c
1308
if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber) {
sys/dev/ixgbe/ixgbe_phy.c
1315
hw->mac.ops.set_lan_id(hw);
sys/dev/ixgbe/ixgbe_phy.c
1324
status = hw->phy.ops.read_i2c_eeprom(hw,
sys/dev/ixgbe/ixgbe_phy.c
1341
status = hw->phy.ops.read_i2c_eeprom(hw,
sys/dev/ixgbe/ixgbe_phy.c
1348
status = hw->phy.ops.read_i2c_eeprom(hw,
sys/dev/ixgbe/ixgbe_phy.c
1354
status = hw->phy.ops.read_i2c_eeprom(hw,
sys/dev/ixgbe/ixgbe_phy.c
1395
hw->phy.ops.read_i2c_eeprom(
sys/dev/ixgbe/ixgbe_phy.c
1468
status = hw->phy.ops.read_i2c_eeprom(hw,
sys/dev/ixgbe/ixgbe_phy.c
1475
status = hw->phy.ops.read_i2c_eeprom(hw,
sys/dev/ixgbe/ixgbe_phy.c
1482
status = hw->phy.ops.read_i2c_eeprom(hw,
sys/dev/ixgbe/ixgbe_phy.c
158
hw->mac.ops.release_swfw_sync(hw, swfw_mask);
sys/dev/ixgbe/ixgbe_phy.c
1612
hw->phy.ops.identify_sfp(hw);
sys/dev/ixgbe/ixgbe_phy.c
1631
hw->phy.ops.read_i2c_eeprom(hw,
sys/dev/ixgbe/ixgbe_phy.c
1633
hw->phy.ops.read_i2c_eeprom(hw,
sys/dev/ixgbe/ixgbe_phy.c
1648
hw->phy.ops.read_i2c_eeprom(hw,
sys/dev/ixgbe/ixgbe_phy.c
165
hw->mac.ops.release_swfw_sync(hw, swfw_mask);
sys/dev/ixgbe/ixgbe_phy.c
1686
if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber_qsfp) {
sys/dev/ixgbe/ixgbe_phy.c
1693
hw->mac.ops.set_lan_id(hw);
sys/dev/ixgbe/ixgbe_phy.c
1695
status = hw->phy.ops.read_i2c_eeprom(hw, IXGBE_SFF_IDENTIFIER,
sys/dev/ixgbe/ixgbe_phy.c
1709
status = hw->phy.ops.read_i2c_eeprom(hw, IXGBE_SFF_QSFP_10GBE_COMP,
sys/dev/ixgbe/ixgbe_phy.c
1715
status = hw->phy.ops.read_i2c_eeprom(hw, IXGBE_SFF_QSFP_1GBE_COMP,
sys/dev/ixgbe/ixgbe_phy.c
1740
hw->phy.ops.read_i2c_eeprom(hw,
sys/dev/ixgbe/ixgbe_phy.c
1744
hw->phy.ops.read_i2c_eeprom(hw,
sys/dev/ixgbe/ixgbe_phy.c
1748
hw->phy.ops.read_i2c_eeprom(hw,
sys/dev/ixgbe/ixgbe_phy.c
1790
status = hw->phy.ops.read_i2c_eeprom(hw,
sys/dev/ixgbe/ixgbe_phy.c
1797
status = hw->phy.ops.read_i2c_eeprom(hw,
sys/dev/ixgbe/ixgbe_phy.c
1804
status = hw->phy.ops.read_i2c_eeprom(hw,
sys/dev/ixgbe/ixgbe_phy.c
1904
if (hw->eeprom.ops.read(hw, IXGBE_PHY_INIT_OFFSET_NL, list_offset)) {
sys/dev/ixgbe/ixgbe_phy.c
1921
if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id))
sys/dev/ixgbe/ixgbe_phy.c
1927
if (hw->eeprom.ops.read(hw, *list_offset, data_offset))
sys/dev/ixgbe/ixgbe_phy.c
1937
if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id))
sys/dev/ixgbe/ixgbe_phy.c
1968
return hw->phy.ops.read_i2c_byte(hw, byte_offset,
sys/dev/ixgbe/ixgbe_phy.c
1984
return hw->phy.ops.read_i2c_byte(hw, byte_offset,
sys/dev/ixgbe/ixgbe_phy.c
2002
return hw->phy.ops.write_i2c_byte(hw, byte_offset,
sys/dev/ixgbe/ixgbe_phy.c
201
if (lock && hw->mac.ops.acquire_swfw_sync(hw, swfw_mask))
sys/dev/ixgbe/ixgbe_phy.c
2051
if (lock && hw->mac.ops.acquire_swfw_sync(hw, swfw_mask))
sys/dev/ixgbe/ixgbe_phy.c
2092
hw->mac.ops.release_swfw_sync(hw, swfw_mask);
sys/dev/ixgbe/ixgbe_phy.c
2098
hw->mac.ops.release_swfw_sync(hw, swfw_mask);
sys/dev/ixgbe/ixgbe_phy.c
2166
if (lock && hw->mac.ops.acquire_swfw_sync(hw, swfw_mask) !=
sys/dev/ixgbe/ixgbe_phy.c
2199
hw->mac.ops.release_swfw_sync(hw, swfw_mask);
sys/dev/ixgbe/ixgbe_phy.c
2212
hw->mac.ops.release_swfw_sync(hw, swfw_mask);
sys/dev/ixgbe/ixgbe_phy.c
224
hw->mac.ops.release_swfw_sync(hw, swfw_mask);
sys/dev/ixgbe/ixgbe_phy.c
230
hw->mac.ops.release_swfw_sync(hw, swfw_mask);
sys/dev/ixgbe/ixgbe_phy.c
254
phy->ops.identify = ixgbe_identify_phy_generic;
sys/dev/ixgbe/ixgbe_phy.c
255
phy->ops.reset = ixgbe_reset_phy_generic;
sys/dev/ixgbe/ixgbe_phy.c
256
phy->ops.read_reg = ixgbe_read_phy_reg_generic;
sys/dev/ixgbe/ixgbe_phy.c
257
phy->ops.write_reg = ixgbe_write_phy_reg_generic;
sys/dev/ixgbe/ixgbe_phy.c
258
phy->ops.read_reg_mdi = ixgbe_read_phy_reg_mdi;
sys/dev/ixgbe/ixgbe_phy.c
259
phy->ops.write_reg_mdi = ixgbe_write_phy_reg_mdi;
sys/dev/ixgbe/ixgbe_phy.c
260
phy->ops.setup_link = ixgbe_setup_phy_link_generic;
sys/dev/ixgbe/ixgbe_phy.c
261
phy->ops.setup_link_speed = ixgbe_setup_phy_link_speed_generic;
sys/dev/ixgbe/ixgbe_phy.c
262
phy->ops.check_link = NULL;
sys/dev/ixgbe/ixgbe_phy.c
263
phy->ops.get_firmware_version = ixgbe_get_phy_firmware_version_generic;
sys/dev/ixgbe/ixgbe_phy.c
264
phy->ops.read_i2c_byte = ixgbe_read_i2c_byte_generic;
sys/dev/ixgbe/ixgbe_phy.c
265
phy->ops.write_i2c_byte = ixgbe_write_i2c_byte_generic;
sys/dev/ixgbe/ixgbe_phy.c
266
phy->ops.read_i2c_sff8472 = ixgbe_read_i2c_sff8472_generic;
sys/dev/ixgbe/ixgbe_phy.c
267
phy->ops.read_i2c_eeprom = ixgbe_read_i2c_eeprom_generic;
sys/dev/ixgbe/ixgbe_phy.c
268
phy->ops.write_i2c_eeprom = ixgbe_write_i2c_eeprom_generic;
sys/dev/ixgbe/ixgbe_phy.c
2689
hw->phy.ops.read_reg(hw, IXGBE_TN_LASI_STATUS_REG,
sys/dev/ixgbe/ixgbe_phy.c
269
phy->ops.i2c_bus_clear = ixgbe_i2c_bus_clear;
sys/dev/ixgbe/ixgbe_phy.c
270
phy->ops.identify_sfp = ixgbe_identify_module_generic;
sys/dev/ixgbe/ixgbe_phy.c
2714
status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_VENDOR_SPECIFIC_1_CONTROL,
sys/dev/ixgbe/ixgbe_phy.c
272
phy->ops.read_i2c_byte_unlocked = ixgbe_read_i2c_byte_generic_unlocked;
sys/dev/ixgbe/ixgbe_phy.c
2728
status = hw->phy.ops.write_reg(hw, IXGBE_MDIO_VENDOR_SPECIFIC_1_CONTROL,
sys/dev/ixgbe/ixgbe_phy.c
273
phy->ops.write_i2c_byte_unlocked =
sys/dev/ixgbe/ixgbe_phy.c
275
phy->ops.check_overtemp = ixgbe_tn_check_overtemp;
sys/dev/ixgbe/ixgbe_phy.c
302
hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_EXT_ABILITY,
sys/dev/ixgbe/ixgbe_phy.c
408
hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_ID_HIGH,
sys/dev/ixgbe/ixgbe_phy.c
432
status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_ID_HIGH,
sys/dev/ixgbe/ixgbe_phy.c
438
status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_ID_LOW,
sys/dev/ixgbe/ixgbe_phy.c
510
(IXGBE_ERR_OVERTEMP == hw->phy.ops.check_overtemp(hw)))
sys/dev/ixgbe/ixgbe_phy.c
521
hw->phy.ops.write_reg(hw, IXGBE_MDIO_PHY_XS_CONTROL,
sys/dev/ixgbe/ixgbe_phy.c
533
status = hw->phy.ops.read_reg(hw,
sys/dev/ixgbe/ixgbe_phy.c
545
status = hw->phy.ops.read_reg(hw,
sys/dev/ixgbe/ixgbe_phy.c
582
hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_CONTROL,
sys/dev/ixgbe/ixgbe_phy.c
585
hw->phy.ops.write_reg(hw, IXGBE_MDIO_AUTO_NEG_CONTROL,
sys/dev/ixgbe/ixgbe_phy.c
687
if (hw->mac.ops.acquire_swfw_sync(hw, gssr))
sys/dev/ixgbe/ixgbe_phy.c
690
status = hw->phy.ops.read_reg_mdi(hw, reg_addr, device_type, phy_data);
sys/dev/ixgbe/ixgbe_phy.c
692
hw->mac.ops.release_swfw_sync(hw, gssr);
sys/dev/ixgbe/ixgbe_phy.c
787
if (hw->mac.ops.acquire_swfw_sync(hw, gssr) == IXGBE_SUCCESS) {
sys/dev/ixgbe/ixgbe_phy.c
788
status = hw->phy.ops.write_reg_mdi(hw, reg_addr, device_type,
sys/dev/ixgbe/ixgbe_phy.c
790
hw->mac.ops.release_swfw_sync(hw, gssr);
sys/dev/ixgbe/ixgbe_phy.c
816
hw->phy.ops.read_reg(hw, IXGBE_MII_10GBASE_T_AUTONEG_CTRL_REG,
sys/dev/ixgbe/ixgbe_phy.c
825
hw->phy.ops.write_reg(hw, IXGBE_MII_10GBASE_T_AUTONEG_CTRL_REG,
sys/dev/ixgbe/ixgbe_phy.c
829
hw->phy.ops.read_reg(hw, IXGBE_MII_AUTONEG_VENDOR_PROVISION_1_REG,
sys/dev/ixgbe/ixgbe_phy.c
854
hw->phy.ops.write_reg(hw, IXGBE_MII_AUTONEG_VENDOR_PROVISION_1_REG,
sys/dev/ixgbe/ixgbe_phy.c
859
hw->phy.ops.read_reg(hw, IXGBE_MII_AUTONEG_ADVERTISE_REG,
sys/dev/ixgbe/ixgbe_phy.c
869
hw->phy.ops.write_reg(hw, IXGBE_MII_AUTONEG_ADVERTISE_REG,
sys/dev/ixgbe/ixgbe_phy.c
933
status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_SPEED_ABILITY,
sys/dev/ixgbe/ixgbe_type.h
4190
struct ixgbe_link_operations ops;
sys/dev/ixgbe/ixgbe_type.h
4198
struct ixgbe_eeprom_operations ops;
sys/dev/ixgbe/ixgbe_type.h
4209
struct ixgbe_mac_operations ops;
sys/dev/ixgbe/ixgbe_type.h
4246
struct ixgbe_phy_operations ops;
sys/dev/ixgbe/ixgbe_type_e610.h
1949
} ops;
sys/dev/ixgbe/ixgbe_vf.c
162
s32 status = hw->mac.ops.start_hw(hw);
sys/dev/ixgbe/ixgbe_vf.c
164
hw->mac.ops.get_mac_addr(hw, hw->mac.addr);
sys/dev/ixgbe/ixgbe_vf.c
187
hw->mac.ops.stop_adapter(hw);
sys/dev/ixgbe/ixgbe_vf.c
201
while (!mbx->ops[0].check_for_rst(hw, 0) && timeout) {
sys/dev/ixgbe/ixgbe_vf.c
55
hw->mac.ops.init_hw = ixgbe_init_hw_vf;
sys/dev/ixgbe/ixgbe_vf.c
56
hw->mac.ops.reset_hw = ixgbe_reset_hw_vf;
sys/dev/ixgbe/ixgbe_vf.c
57
hw->mac.ops.start_hw = ixgbe_start_hw_vf;
sys/dev/ixgbe/ixgbe_vf.c
59
hw->mac.ops.clear_hw_cntrs = NULL;
sys/dev/ixgbe/ixgbe_vf.c
60
hw->mac.ops.get_media_type = NULL;
sys/dev/ixgbe/ixgbe_vf.c
61
hw->mac.ops.get_mac_addr = ixgbe_get_mac_addr_vf;
sys/dev/ixgbe/ixgbe_vf.c
62
hw->mac.ops.stop_adapter = ixgbe_stop_adapter_vf;
sys/dev/ixgbe/ixgbe_vf.c
627
if (!mbx->ops[0].check_for_rst(hw, 0) || !mbx->timeout)
sys/dev/ixgbe/ixgbe_vf.c
63
hw->mac.ops.get_bus_info = NULL;
sys/dev/ixgbe/ixgbe_vf.c
64
hw->mac.ops.negotiate_api_version = ixgbevf_negotiate_api_version;
sys/dev/ixgbe/ixgbe_vf.c
67
hw->mac.ops.setup_link = ixgbe_setup_mac_link_vf;
sys/dev/ixgbe/ixgbe_vf.c
68
hw->mac.ops.check_link = ixgbe_check_mac_link_vf;
sys/dev/ixgbe/ixgbe_vf.c
69
hw->mac.ops.get_link_capabilities = NULL;
sys/dev/ixgbe/ixgbe_vf.c
72
hw->mac.ops.set_rar = ixgbe_set_rar_vf;
sys/dev/ixgbe/ixgbe_vf.c
73
hw->mac.ops.set_uc_addr = ixgbevf_set_uc_addr_vf;
sys/dev/ixgbe/ixgbe_vf.c
74
hw->mac.ops.init_rx_addrs = NULL;
sys/dev/ixgbe/ixgbe_vf.c
75
hw->mac.ops.update_mc_addr_list = ixgbe_update_mc_addr_list_vf;
sys/dev/ixgbe/ixgbe_vf.c
76
hw->mac.ops.update_xcast_mode = ixgbevf_update_xcast_mode;
sys/dev/ixgbe/ixgbe_vf.c
77
hw->mac.ops.get_link_state = ixgbe_get_link_state_vf;
sys/dev/ixgbe/ixgbe_vf.c
78
hw->mac.ops.enable_mc = NULL;
sys/dev/ixgbe/ixgbe_vf.c
79
hw->mac.ops.disable_mc = NULL;
sys/dev/ixgbe/ixgbe_vf.c
80
hw->mac.ops.clear_vfta = NULL;
sys/dev/ixgbe/ixgbe_vf.c
81
hw->mac.ops.set_vfta = ixgbe_set_vfta_vf;
sys/dev/ixgbe/ixgbe_vf.c
82
hw->mac.ops.set_rlpml = ixgbevf_rlpml_set_vf;
sys/dev/ixgbe/ixgbe_vf.c
88
hw->mbx.ops[i].init_params = ixgbe_init_mbx_params_vf;
sys/dev/ixgbe/ixgbe_x540.c
100
mac->ops.get_wwn_prefix = ixgbe_get_wwn_prefix_generic;
sys/dev/ixgbe/ixgbe_x540.c
101
mac->ops.get_fcoe_boot_status = ixgbe_get_fcoe_boot_status_generic;
sys/dev/ixgbe/ixgbe_x540.c
102
mac->ops.acquire_swfw_sync = ixgbe_acquire_swfw_sync_X540;
sys/dev/ixgbe/ixgbe_x540.c
103
mac->ops.release_swfw_sync = ixgbe_release_swfw_sync_X540;
sys/dev/ixgbe/ixgbe_x540.c
1036
hw->mac.ops.check_link(hw, &speed, &link_up, false);
sys/dev/ixgbe/ixgbe_x540.c
104
mac->ops.init_swfw_sync = ixgbe_init_swfw_sync_X540;
sys/dev/ixgbe/ixgbe_x540.c
105
mac->ops.disable_sec_rx_path = ixgbe_disable_sec_rx_path_generic;
sys/dev/ixgbe/ixgbe_x540.c
106
mac->ops.enable_sec_rx_path = ixgbe_enable_sec_rx_path_generic;
sys/dev/ixgbe/ixgbe_x540.c
109
mac->ops.set_vmdq = ixgbe_set_vmdq_generic;
sys/dev/ixgbe/ixgbe_x540.c
110
mac->ops.set_vmdq_san_mac = ixgbe_set_vmdq_san_mac_generic;
sys/dev/ixgbe/ixgbe_x540.c
111
mac->ops.clear_vmdq = ixgbe_clear_vmdq_generic;
sys/dev/ixgbe/ixgbe_x540.c
112
mac->ops.insert_mac_addr = ixgbe_insert_mac_addr_generic;
sys/dev/ixgbe/ixgbe_x540.c
114
mac->ops.set_vfta = ixgbe_set_vfta_generic;
sys/dev/ixgbe/ixgbe_x540.c
115
mac->ops.set_vlvf = ixgbe_set_vlvf_generic;
sys/dev/ixgbe/ixgbe_x540.c
116
mac->ops.clear_vfta = ixgbe_clear_vfta_generic;
sys/dev/ixgbe/ixgbe_x540.c
117
mac->ops.init_uta_tables = ixgbe_init_uta_tables_generic;
sys/dev/ixgbe/ixgbe_x540.c
118
mac->ops.set_mac_anti_spoofing = ixgbe_set_mac_anti_spoofing;
sys/dev/ixgbe/ixgbe_x540.c
119
mac->ops.set_vlan_anti_spoofing = ixgbe_set_vlan_anti_spoofing;
sys/dev/ixgbe/ixgbe_x540.c
122
mac->ops.get_link_capabilities =
sys/dev/ixgbe/ixgbe_x540.c
124
mac->ops.setup_link = ixgbe_setup_mac_link_X540;
sys/dev/ixgbe/ixgbe_x540.c
125
mac->ops.setup_rxpba = ixgbe_set_rxpba_generic;
sys/dev/ixgbe/ixgbe_x540.c
126
mac->ops.check_link = ixgbe_check_mac_link_generic;
sys/dev/ixgbe/ixgbe_x540.c
127
mac->ops.bypass_rw = ixgbe_bypass_rw_generic;
sys/dev/ixgbe/ixgbe_x540.c
128
mac->ops.bypass_valid_rd = ixgbe_bypass_valid_rd_generic;
sys/dev/ixgbe/ixgbe_x540.c
129
mac->ops.bypass_set = ixgbe_bypass_set_generic;
sys/dev/ixgbe/ixgbe_x540.c
130
mac->ops.bypass_rd_eep = ixgbe_bypass_rd_eep_generic;
sys/dev/ixgbe/ixgbe_x540.c
150
hw->mbx.ops[i].init_params = ixgbe_init_mbx_params_pf;
sys/dev/ixgbe/ixgbe_x540.c
153
mac->ops.blink_led_start = ixgbe_blink_led_start_X540;
sys/dev/ixgbe/ixgbe_x540.c
154
mac->ops.blink_led_stop = ixgbe_blink_led_stop_X540;
sys/dev/ixgbe/ixgbe_x540.c
157
mac->ops.set_fw_drv_ver = ixgbe_set_fw_drv_ver_generic;
sys/dev/ixgbe/ixgbe_x540.c
159
mac->ops.get_rtrup2tc = ixgbe_dcb_get_rtrup2tc_generic;
sys/dev/ixgbe/ixgbe_x540.c
204
return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait_to_complete);
sys/dev/ixgbe/ixgbe_x540.c
223
status = hw->mac.ops.stop_adapter(hw);
sys/dev/ixgbe/ixgbe_x540.c
231
status = hw->mac.ops.acquire_swfw_sync(hw, swfw_mask);
sys/dev/ixgbe/ixgbe_x540.c
241
hw->mac.ops.release_swfw_sync(hw, swfw_mask);
sys/dev/ixgbe/ixgbe_x540.c
272
hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
sys/dev/ixgbe/ixgbe_x540.c
280
hw->mac.ops.init_rx_addrs(hw);
sys/dev/ixgbe/ixgbe_x540.c
283
hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr);
sys/dev/ixgbe/ixgbe_x540.c
290
hw->mac.ops.set_rar(hw, hw->mac.san_mac_rar_index,
sys/dev/ixgbe/ixgbe_x540.c
294
hw->mac.ops.clear_vmdq(hw, hw->mac.san_mac_rar_index,
sys/dev/ixgbe/ixgbe_x540.c
302
hw->mac.ops.get_wwn_prefix(hw, &hw->mac.wwnn_prefix,
sys/dev/ixgbe/ixgbe_x540.c
346
hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_EXT_ABILITY,
sys/dev/ixgbe/ixgbe_x540.c
403
if (hw->mac.ops.acquire_swfw_sync(hw, IXGBE_GSSR_EEP_SM) ==
sys/dev/ixgbe/ixgbe_x540.c
406
hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);
sys/dev/ixgbe/ixgbe_x540.c
429
if (hw->mac.ops.acquire_swfw_sync(hw, IXGBE_GSSR_EEP_SM) ==
sys/dev/ixgbe/ixgbe_x540.c
433
hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);
sys/dev/ixgbe/ixgbe_x540.c
454
if (hw->mac.ops.acquire_swfw_sync(hw, IXGBE_GSSR_EEP_SM) ==
sys/dev/ixgbe/ixgbe_x540.c
457
hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);
sys/dev/ixgbe/ixgbe_x540.c
480
if (hw->mac.ops.acquire_swfw_sync(hw, IXGBE_GSSR_EEP_SM) ==
sys/dev/ixgbe/ixgbe_x540.c
484
hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);
sys/dev/ixgbe/ixgbe_x540.c
591
status = hw->eeprom.ops.read(hw, 0, &checksum);
sys/dev/ixgbe/ixgbe_x540.c
597
if (hw->mac.ops.acquire_swfw_sync(hw, IXGBE_GSSR_EEP_SM))
sys/dev/ixgbe/ixgbe_x540.c
600
status = hw->eeprom.ops.calc_checksum(hw);
sys/dev/ixgbe/ixgbe_x540.c
628
hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);
sys/dev/ixgbe/ixgbe_x540.c
652
status = hw->eeprom.ops.read(hw, 0, &checksum);
sys/dev/ixgbe/ixgbe_x540.c
658
if (hw->mac.ops.acquire_swfw_sync(hw, IXGBE_GSSR_EEP_SM))
sys/dev/ixgbe/ixgbe_x540.c
661
status = hw->eeprom.ops.calc_checksum(hw);
sys/dev/ixgbe/ixgbe_x540.c
677
hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);
sys/dev/ixgbe/ixgbe_x540.c
74
eeprom->ops.init_params = ixgbe_init_eeprom_params_X540;
sys/dev/ixgbe/ixgbe_x540.c
75
eeprom->ops.read = ixgbe_read_eerd_X540;
sys/dev/ixgbe/ixgbe_x540.c
76
eeprom->ops.read_buffer = ixgbe_read_eerd_buffer_X540;
sys/dev/ixgbe/ixgbe_x540.c
77
eeprom->ops.write = ixgbe_write_eewr_X540;
sys/dev/ixgbe/ixgbe_x540.c
78
eeprom->ops.write_buffer = ixgbe_write_eewr_buffer_X540;
sys/dev/ixgbe/ixgbe_x540.c
79
eeprom->ops.update_checksum = ixgbe_update_eeprom_checksum_X540;
sys/dev/ixgbe/ixgbe_x540.c
80
eeprom->ops.validate_checksum = ixgbe_validate_eeprom_checksum_X540;
sys/dev/ixgbe/ixgbe_x540.c
81
eeprom->ops.calc_checksum = ixgbe_calc_eeprom_checksum_X540;
sys/dev/ixgbe/ixgbe_x540.c
84
phy->ops.init = ixgbe_init_phy_ops_generic;
sys/dev/ixgbe/ixgbe_x540.c
85
phy->ops.reset = NULL;
sys/dev/ixgbe/ixgbe_x540.c
86
phy->ops.set_phy_power = ixgbe_set_copper_phy_power;
sys/dev/ixgbe/ixgbe_x540.c
89
mac->ops.reset_hw = ixgbe_reset_hw_X540;
sys/dev/ixgbe/ixgbe_x540.c
90
mac->ops.enable_relaxed_ordering = ixgbe_enable_relaxed_ordering_gen2;
sys/dev/ixgbe/ixgbe_x540.c
91
mac->ops.get_media_type = ixgbe_get_media_type_X540;
sys/dev/ixgbe/ixgbe_x540.c
92
mac->ops.get_supported_physical_layer =
sys/dev/ixgbe/ixgbe_x540.c
94
mac->ops.read_analog_reg8 = NULL;
sys/dev/ixgbe/ixgbe_x540.c
95
mac->ops.write_analog_reg8 = NULL;
sys/dev/ixgbe/ixgbe_x540.c
96
mac->ops.start_hw = ixgbe_start_hw_X540;
sys/dev/ixgbe/ixgbe_x540.c
97
mac->ops.get_san_mac_addr = ixgbe_get_san_mac_addr_generic;
sys/dev/ixgbe/ixgbe_x540.c
98
mac->ops.set_san_mac_addr = ixgbe_set_san_mac_addr_generic;
sys/dev/ixgbe/ixgbe_x540.c
99
mac->ops.get_device_caps = ixgbe_get_device_caps_generic;
sys/dev/ixgbe/ixgbe_x550.c
115
return hw->link.ops.read_link_unlocked(hw, hw->link.addr, reg, value);
sys/dev/ixgbe/ixgbe_x550.c
128
return hw->link.ops.write_link_unlocked(hw, hw->link.addr, reg, value);
sys/dev/ixgbe/ixgbe_x550.c
1555
hw->phy.ops.reset = NULL;
sys/dev/ixgbe/ixgbe_x550.c
1571
status = hw->mac.ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
1581
status = hw->mac.ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
1589
status = hw->mac.ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
1599
status = hw->mac.ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
1620
rc = mac->ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
1631
rc = mac->ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
1637
rc = mac->ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
1645
rc = mac->ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
1651
rc = mac->ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
1663
rc = mac->ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
1673
return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait);
sys/dev/ixgbe/ixgbe_x550.c
1689
rc = mac->ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
1700
rc = mac->ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
1706
rc = mac->ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
1714
rc = mac->ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
1720
rc = mac->ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
1726
rc = mac->ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
1738
rc = mac->ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
1746
return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait);
sys/dev/ixgbe/ixgbe_x550.c
1759
switch (hw->mac.ops.get_media_type(hw)) {
sys/dev/ixgbe/ixgbe_x550.c
1764
mac->ops.disable_tx_laser = NULL;
sys/dev/ixgbe/ixgbe_x550.c
1765
mac->ops.enable_tx_laser = NULL;
sys/dev/ixgbe/ixgbe_x550.c
1766
mac->ops.flap_tx_laser = NULL;
sys/dev/ixgbe/ixgbe_x550.c
1767
mac->ops.setup_link = ixgbe_setup_mac_link_multispeed_fiber;
sys/dev/ixgbe/ixgbe_x550.c
1768
mac->ops.set_rate_select_speed =
sys/dev/ixgbe/ixgbe_x550.c
1773
mac->ops.setup_mac_link =
sys/dev/ixgbe/ixgbe_x550.c
1776
mac->ops.setup_mac_link =
sys/dev/ixgbe/ixgbe_x550.c
1785
mac->ops.setup_link = ixgbe_setup_sgmii_fw;
sys/dev/ixgbe/ixgbe_x550.c
1786
mac->ops.check_link =
sys/dev/ixgbe/ixgbe_x550.c
1789
mac->ops.setup_link =
sys/dev/ixgbe/ixgbe_x550.c
1793
mac->ops.setup_link = ixgbe_setup_mac_link_t_X550em;
sys/dev/ixgbe/ixgbe_x550.c
1794
mac->ops.check_link = ixgbe_check_link_t_X550em;
sys/dev/ixgbe/ixgbe_x550.c
1800
mac->ops.setup_link = ixgbe_setup_sgmii;
sys/dev/ixgbe/ixgbe_x550.c
1908
status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_CHIP_STD_INT_FLAG,
sys/dev/ixgbe/ixgbe_x550.c
1917
status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_INT_CHIP_VEN_FLAG,
sys/dev/ixgbe/ixgbe_x550.c
1927
status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_ALARM_1,
sys/dev/ixgbe/ixgbe_x550.c
1941
status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_FAULT_MSG,
sys/dev/ixgbe/ixgbe_x550.c
1957
status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_CHIP_STD_INT_FLAG,
sys/dev/ixgbe/ixgbe_x550.c
1965
status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_VENDOR_TX_ALARM2,
sys/dev/ixgbe/ixgbe_x550.c
2007
status = hw->phy.ops.read_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
2016
status = hw->phy.ops.write_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
2025
status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_INT_MASK,
sys/dev/ixgbe/ixgbe_x550.c
2035
status = hw->phy.ops.write_reg(hw, IXGBE_MDIO_GLOBAL_INT_MASK,
sys/dev/ixgbe/ixgbe_x550.c
2043
status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_INT_CHIP_VEN_MASK,
sys/dev/ixgbe/ixgbe_x550.c
2053
status = hw->phy.ops.write_reg(hw, IXGBE_MDIO_GLOBAL_INT_CHIP_VEN_MASK,
sys/dev/ixgbe/ixgbe_x550.c
2061
status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_INT_CHIP_STD_MASK,
sys/dev/ixgbe/ixgbe_x550.c
2070
status = hw->phy.ops.write_reg(hw, IXGBE_MDIO_GLOBAL_INT_CHIP_STD_MASK,
sys/dev/ixgbe/ixgbe_x550.c
2090
status = hw->mac.ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
2108
status = hw->mac.ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
2114
status = hw->mac.ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
2127
status = hw->mac.ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
2221
hw->mac.ops.set_lan_id(hw);
sys/dev/ixgbe/ixgbe_x550.c
2224
if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber) {
sys/dev/ixgbe/ixgbe_x550.c
2227
phy->ops.identify_sfp = ixgbe_identify_sfp_module_X550em;
sys/dev/ixgbe/ixgbe_x550.c
2233
phy->ops.read_reg_mdi = NULL;
sys/dev/ixgbe/ixgbe_x550.c
2234
phy->ops.write_reg_mdi = NULL;
sys/dev/ixgbe/ixgbe_x550.c
2235
hw->phy.ops.read_reg = NULL;
sys/dev/ixgbe/ixgbe_x550.c
2236
hw->phy.ops.write_reg = NULL;
sys/dev/ixgbe/ixgbe_x550.c
2237
phy->ops.check_overtemp = ixgbe_check_overtemp_fw;
sys/dev/ixgbe/ixgbe_x550.c
2246
hw->phy.ops.read_reg = ixgbe_read_phy_reg_x550a;
sys/dev/ixgbe/ixgbe_x550.c
2247
hw->phy.ops.write_reg = ixgbe_write_phy_reg_x550a;
sys/dev/ixgbe/ixgbe_x550.c
2258
phy->ops.read_reg_mdi = NULL;
sys/dev/ixgbe/ixgbe_x550.c
2259
phy->ops.write_reg_mdi = NULL;
sys/dev/ixgbe/ixgbe_x550.c
2265
ret_val = phy->ops.identify(hw);
sys/dev/ixgbe/ixgbe_x550.c
2273
phy->ops.reset = NULL;
sys/dev/ixgbe/ixgbe_x550.c
2278
phy->ops.setup_link = NULL;
sys/dev/ixgbe/ixgbe_x550.c
2279
phy->ops.read_reg = ixgbe_read_phy_reg_x550em;
sys/dev/ixgbe/ixgbe_x550.c
2280
phy->ops.write_reg = ixgbe_write_phy_reg_x550em;
sys/dev/ixgbe/ixgbe_x550.c
2283
phy->ops.setup_link = ixgbe_setup_kr_x550em;
sys/dev/ixgbe/ixgbe_x550.c
2284
phy->ops.read_reg = ixgbe_read_phy_reg_x550em;
sys/dev/ixgbe/ixgbe_x550.c
2285
phy->ops.write_reg = ixgbe_write_phy_reg_x550em;
sys/dev/ixgbe/ixgbe_x550.c
2289
phy->ops.setup_link = NULL;
sys/dev/ixgbe/ixgbe_x550.c
2290
phy->ops.reset = NULL;
sys/dev/ixgbe/ixgbe_x550.c
2294
phy->ops.setup_link = NULL;
sys/dev/ixgbe/ixgbe_x550.c
2295
phy->ops.read_reg = ixgbe_read_phy_reg_x550em;
sys/dev/ixgbe/ixgbe_x550.c
2296
phy->ops.write_reg = ixgbe_write_phy_reg_x550em;
sys/dev/ixgbe/ixgbe_x550.c
2302
phy->ops.setup_internal_link =
sys/dev/ixgbe/ixgbe_x550.c
2309
phy->ops.enter_lplu = ixgbe_enter_lplu_t_x550em;
sys/dev/ixgbe/ixgbe_x550.c
2311
phy->ops.handle_lasi = ixgbe_handle_lasi_ext_t_x550em;
sys/dev/ixgbe/ixgbe_x550.c
2312
phy->ops.reset = ixgbe_reset_phy_t_X550em;
sys/dev/ixgbe/ixgbe_x550.c
2315
phy->ops.setup_link = NULL;
sys/dev/ixgbe/ixgbe_x550.c
2318
phy->ops.setup_link = ixgbe_setup_fw_link;
sys/dev/ixgbe/ixgbe_x550.c
2319
phy->ops.reset = ixgbe_reset_phy_fw;
sys/dev/ixgbe/ixgbe_x550.c
2379
status = hw->mac.ops.stop_adapter(hw);
sys/dev/ixgbe/ixgbe_x550.c
2390
status = hw->phy.ops.init(hw);
sys/dev/ixgbe/ixgbe_x550.c
2414
status = hw->mac.ops.setup_sfp(hw);
sys/dev/ixgbe/ixgbe_x550.c
2422
if (!hw->phy.reset_disable && hw->phy.ops.reset) {
sys/dev/ixgbe/ixgbe_x550.c
2423
if (hw->phy.ops.reset(hw) == IXGBE_ERR_OVERTEMP)
sys/dev/ixgbe/ixgbe_x550.c
2435
hw->mac.ops.check_link(hw, &link_speed, &link_up, false);
sys/dev/ixgbe/ixgbe_x550.c
2440
status = hw->mac.ops.acquire_swfw_sync(hw, swfw_mask);
sys/dev/ixgbe/ixgbe_x550.c
2449
hw->mac.ops.release_swfw_sync(hw, swfw_mask);
sys/dev/ixgbe/ixgbe_x550.c
2476
hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
sys/dev/ixgbe/ixgbe_x550.c
2483
hw->mac.ops.init_rx_addrs(hw);
sys/dev/ixgbe/ixgbe_x550.c
2505
status = hw->phy.ops.read_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
2517
status = hw->phy.ops.read_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
2527
status = hw->phy.ops.write_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
257
status = hw->mac.ops.acquire_swfw_sync(hw, swfw_mask);
sys/dev/ixgbe/ixgbe_x550.c
2595
ret_val = hw->link.ops.write_link(hw, hw->link.addr, reg_slice,
sys/dev/ixgbe/ixgbe_x550.c
2615
status = mac->ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
2639
status = mac->ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
2682
ret_val = hw->mac.ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
2693
ret_val = hw->mac.ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
2713
ret_val = hw->phy.ops.read_reg(hw, IXGBE_CS4227_EFUSE_PDF_SKU,
sys/dev/ixgbe/ixgbe_x550.c
2731
ret_val = hw->phy.ops.read_reg(hw, reg_slice,
sys/dev/ixgbe/ixgbe_x550.c
2744
ret_val = hw->phy.ops.write_reg(hw, reg_slice,
sys/dev/ixgbe/ixgbe_x550.c
2748
ret_val = hw->phy.ops.read_reg(hw, reg_slice,
sys/dev/ixgbe/ixgbe_x550.c
2767
status = mac->ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
277
hw->mac.ops.release_swfw_sync(hw, swfw_mask);
sys/dev/ixgbe/ixgbe_x550.c
2773
status = mac->ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
2780
status = mac->ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
2788
status = mac->ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
2793
status = mac->ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
2801
status = mac->ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
2808
status = mac->ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
2817
status = mac->ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
283
status = hw->mac.ops.acquire_swfw_sync(hw, swfw_mask);
sys/dev/ixgbe/ixgbe_x550.c
2842
status = mac->ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
2864
status = mac->ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
2898
ret = hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_STATUS,
sys/dev/ixgbe/ixgbe_x550.c
2904
ret = hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_STATUS,
sys/dev/ixgbe/ixgbe_x550.c
2934
if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper)
sys/dev/ixgbe/ixgbe_x550.c
2947
status = hw->phy.ops.read_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
2996
status = hw->mac.ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
3004
status = hw->mac.ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
3011
status = hw->mac.ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
3018
status = hw->mac.ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
3025
status = hw->mac.ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
3031
status = hw->mac.ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
3038
status = hw->mac.ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
304
hw->mac.ops.release_swfw_sync(hw, swfw_mask);
sys/dev/ixgbe/ixgbe_x550.c
3044
status = hw->mac.ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
306
status = hw->mac.ops.acquire_swfw_sync(hw, swfw_mask);
sys/dev/ixgbe/ixgbe_x550.c
3080
status = hw->mac.ops.acquire_swfw_sync(hw, mask);
sys/dev/ixgbe/ixgbe_x550.c
3091
hw->mac.ops.release_swfw_sync(hw, mask);
sys/dev/ixgbe/ixgbe_x550.c
3117
status = hw->mac.ops.acquire_swfw_sync(hw, mask);
sys/dev/ixgbe/ixgbe_x550.c
3167
hw->mac.ops.release_swfw_sync(hw, mask);
sys/dev/ixgbe/ixgbe_x550.c
318
hw->mac.ops.release_swfw_sync(hw, swfw_mask);
sys/dev/ixgbe/ixgbe_x550.c
3230
if (hw->mac.ops.acquire_swfw_sync(hw, IXGBE_GSSR_EEP_SM) ==
sys/dev/ixgbe/ixgbe_x550.c
3233
hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);
sys/dev/ixgbe/ixgbe_x550.c
3260
status = hw->mac.ops.acquire_swfw_sync(hw, IXGBE_GSSR_EEP_SM);
sys/dev/ixgbe/ixgbe_x550.c
3276
hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);
sys/dev/ixgbe/ixgbe_x550.c
3372
hw->eeprom.ops.init_params(hw);
sys/dev/ixgbe/ixgbe_x550.c
3468
status = hw->eeprom.ops.read(hw, 0, &checksum);
sys/dev/ixgbe/ixgbe_x550.c
347
hw->mac.ops.set_lan_id(hw);
sys/dev/ixgbe/ixgbe_x550.c
3474
status = hw->eeprom.ops.calc_checksum(hw);
sys/dev/ixgbe/ixgbe_x550.c
3579
hw->phy.ops.identify(hw);
sys/dev/ixgbe/ixgbe_x550.c
3608
hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_EXT_ABILITY,
sys/dev/ixgbe/ixgbe_x550.c
3634
if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber)
sys/dev/ixgbe/ixgbe_x550.c
3655
hw->mac.ops.set_lan_id(hw);
sys/dev/ixgbe/ixgbe_x550.c
3757
status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_VENDOR_STAT,
sys/dev/ixgbe/ixgbe_x550.c
3780
status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_VENDOR_TX_ALARM,
sys/dev/ixgbe/ixgbe_x550.c
3787
status = hw->phy.ops.read_reg(hw, IXGBE_MII_10GBASE_T_AUTONEG_CTRL_REG,
sys/dev/ixgbe/ixgbe_x550.c
3794
status = hw->phy.ops.read_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
3805
status = hw->mac.ops.setup_link(hw, lcd_speed, false);
sys/dev/ixgbe/ixgbe_x550.c
3828
status = hw->phy.ops.read_reg(hw, IXGBE_AUTO_NEG_LP_STATUS,
sys/dev/ixgbe/ixgbe_x550.c
3912
ret_val = hw->mac.ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
3923
ret_val = hw->mac.ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
3965
hw->mac.ops.check_link(hw, &speed, &link_up, false);
sys/dev/ixgbe/ixgbe_x550.c
3972
status = hw->mac.ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
3986
status = hw->mac.ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
3995
status = hw->mac.ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
4054
hw->mac.ops.check_link(hw, &speed, &link_up, false);
sys/dev/ixgbe/ixgbe_x550.c
4112
status = hw->mac.ops.read_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
4163
status = hw->mac.ops.write_iosf_sb_reg(hw,
sys/dev/ixgbe/ixgbe_x550.c
4325
if (hw->mac.ops.acquire_swfw_sync(hw, mask))
sys/dev/ixgbe/ixgbe_x550.c
4328
status = hw->phy.ops.read_reg_mdi(hw, reg_addr, device_type, phy_data);
sys/dev/ixgbe/ixgbe_x550.c
4330
hw->mac.ops.release_swfw_sync(hw, mask);
sys/dev/ixgbe/ixgbe_x550.c
4353
if (hw->mac.ops.acquire_swfw_sync(hw, mask) == IXGBE_SUCCESS) {
sys/dev/ixgbe/ixgbe_x550.c
4354
status = hw->phy.ops.write_reg_mdi(hw, reg_addr, device_type,
sys/dev/ixgbe/ixgbe_x550.c
4356
hw->mac.ops.release_swfw_sync(hw, mask);
sys/dev/ixgbe/ixgbe_x550.c
4444
return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait_to_complete);
sys/dev/ixgbe/ixgbe_x550.c
4462
if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper)
sys/dev/ixgbe/ixgbe_x550.c
4478
status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_STATUS,
sys/dev/ixgbe/ixgbe_x550.c
501
hw->phy.ops.read_reg = NULL;
sys/dev/ixgbe/ixgbe_x550.c
502
hw->phy.ops.write_reg = NULL;
sys/dev/ixgbe/ixgbe_x550.c
62
mac->ops.dmac_config = ixgbe_dmac_config_X550;
sys/dev/ixgbe/ixgbe_x550.c
621
mac->ops.get_thermal_sensor_data = NULL;
sys/dev/ixgbe/ixgbe_x550.c
622
mac->ops.init_thermal_sensor_thresh = NULL;
sys/dev/ixgbe/ixgbe_x550.c
626
mac->ops.bypass_rw = NULL;
sys/dev/ixgbe/ixgbe_x550.c
627
mac->ops.bypass_valid_rd = NULL;
sys/dev/ixgbe/ixgbe_x550.c
628
mac->ops.bypass_set = NULL;
sys/dev/ixgbe/ixgbe_x550.c
629
mac->ops.bypass_rd_eep = NULL;
sys/dev/ixgbe/ixgbe_x550.c
63
mac->ops.dmac_config_tcs = ixgbe_dmac_config_tcs_X550;
sys/dev/ixgbe/ixgbe_x550.c
632
mac->ops.get_san_mac_addr = NULL;
sys/dev/ixgbe/ixgbe_x550.c
633
mac->ops.set_san_mac_addr = NULL;
sys/dev/ixgbe/ixgbe_x550.c
634
mac->ops.get_wwn_prefix = NULL;
sys/dev/ixgbe/ixgbe_x550.c
635
mac->ops.get_fcoe_boot_status = NULL;
sys/dev/ixgbe/ixgbe_x550.c
638
mac->ops.disable_sec_rx_path = NULL;
sys/dev/ixgbe/ixgbe_x550.c
639
mac->ops.enable_sec_rx_path = NULL;
sys/dev/ixgbe/ixgbe_x550.c
64
mac->ops.dmac_update_tcs = ixgbe_dmac_update_tcs_X550;
sys/dev/ixgbe/ixgbe_x550.c
642
mac->ops.prot_autoc_read = NULL;
sys/dev/ixgbe/ixgbe_x550.c
643
mac->ops.prot_autoc_write = NULL;
sys/dev/ixgbe/ixgbe_x550.c
647
mac->ops.get_bus_info = ixgbe_get_bus_info_X550em;
sys/dev/ixgbe/ixgbe_x550.c
65
mac->ops.setup_eee = NULL;
sys/dev/ixgbe/ixgbe_x550.c
650
mac->ops.get_media_type = ixgbe_get_media_type_X550em;
sys/dev/ixgbe/ixgbe_x550.c
651
mac->ops.setup_sfp = ixgbe_setup_sfp_modules_X550em;
sys/dev/ixgbe/ixgbe_x550.c
652
mac->ops.get_link_capabilities = ixgbe_get_link_capabilities_X550em;
sys/dev/ixgbe/ixgbe_x550.c
653
mac->ops.reset_hw = ixgbe_reset_hw_X550em;
sys/dev/ixgbe/ixgbe_x550.c
654
mac->ops.get_supported_physical_layer =
sys/dev/ixgbe/ixgbe_x550.c
657
if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper)
sys/dev/ixgbe/ixgbe_x550.c
658
mac->ops.setup_fc = ixgbe_setup_fc_generic;
sys/dev/ixgbe/ixgbe_x550.c
66
mac->ops.set_source_address_pruning =
sys/dev/ixgbe/ixgbe_x550.c
660
mac->ops.setup_fc = ixgbe_setup_fc_X550em;
sys/dev/ixgbe/ixgbe_x550.c
663
phy->ops.init = ixgbe_init_phy_ops_X550em;
sys/dev/ixgbe/ixgbe_x550.c
667
mac->ops.setup_fc = NULL;
sys/dev/ixgbe/ixgbe_x550.c
668
phy->ops.identify = ixgbe_identify_phy_fw;
sys/dev/ixgbe/ixgbe_x550.c
669
phy->ops.set_phy_power = NULL;
sys/dev/ixgbe/ixgbe_x550.c
670
phy->ops.get_firmware_version = NULL;
sys/dev/ixgbe/ixgbe_x550.c
673
mac->ops.setup_fc = NULL;
sys/dev/ixgbe/ixgbe_x550.c
674
phy->ops.identify = ixgbe_identify_phy_x550em;
sys/dev/ixgbe/ixgbe_x550.c
675
phy->ops.set_phy_power = NULL;
sys/dev/ixgbe/ixgbe_x550.c
678
phy->ops.identify = ixgbe_identify_phy_x550em;
sys/dev/ixgbe/ixgbe_x550.c
68
mac->ops.set_ethertype_anti_spoofing =
sys/dev/ixgbe/ixgbe_x550.c
681
if (mac->ops.get_media_type(hw) != ixgbe_media_type_copper)
sys/dev/ixgbe/ixgbe_x550.c
682
phy->ops.set_phy_power = NULL;
sys/dev/ixgbe/ixgbe_x550.c
686
eeprom->ops.init_params = ixgbe_init_eeprom_params_X540;
sys/dev/ixgbe/ixgbe_x550.c
687
eeprom->ops.read = ixgbe_read_ee_hostif_X550;
sys/dev/ixgbe/ixgbe_x550.c
688
eeprom->ops.read_buffer = ixgbe_read_ee_hostif_buffer_X550;
sys/dev/ixgbe/ixgbe_x550.c
689
eeprom->ops.write = ixgbe_write_ee_hostif_X550;
sys/dev/ixgbe/ixgbe_x550.c
690
eeprom->ops.write_buffer = ixgbe_write_ee_hostif_buffer_X550;
sys/dev/ixgbe/ixgbe_x550.c
691
eeprom->ops.update_checksum = ixgbe_update_eeprom_checksum_X550;
sys/dev/ixgbe/ixgbe_x550.c
692
eeprom->ops.validate_checksum = ixgbe_validate_eeprom_checksum_X550;
sys/dev/ixgbe/ixgbe_x550.c
693
eeprom->ops.calc_checksum = ixgbe_calc_eeprom_checksum_X550;
sys/dev/ixgbe/ixgbe_x550.c
71
mac->ops.get_rtrup2tc = ixgbe_dcb_get_rtrup2tc_generic;
sys/dev/ixgbe/ixgbe_x550.c
72
eeprom->ops.init_params = ixgbe_init_eeprom_params_X550;
sys/dev/ixgbe/ixgbe_x550.c
73
eeprom->ops.calc_checksum = ixgbe_calc_eeprom_checksum_X550;
sys/dev/ixgbe/ixgbe_x550.c
74
eeprom->ops.read = ixgbe_read_ee_hostif_X550;
sys/dev/ixgbe/ixgbe_x550.c
75
eeprom->ops.read_buffer = ixgbe_read_ee_hostif_buffer_X550;
sys/dev/ixgbe/ixgbe_x550.c
76
eeprom->ops.write = ixgbe_write_ee_hostif_X550;
sys/dev/ixgbe/ixgbe_x550.c
77
eeprom->ops.write_buffer = ixgbe_write_ee_hostif_buffer_X550;
sys/dev/ixgbe/ixgbe_x550.c
78
eeprom->ops.update_checksum = ixgbe_update_eeprom_checksum_X550;
sys/dev/ixgbe/ixgbe_x550.c
781
return hw->phy.ops.setup_link(hw);
sys/dev/ixgbe/ixgbe_x550.c
79
eeprom->ops.validate_checksum = ixgbe_validate_eeprom_checksum_X550;
sys/dev/ixgbe/ixgbe_x550.c
801
mac->ops.read_iosf_sb_reg = ixgbe_read_iosf_sb_reg_x550;
sys/dev/ixgbe/ixgbe_x550.c
802
mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550;
sys/dev/ixgbe/ixgbe_x550.c
803
mac->ops.acquire_swfw_sync = ixgbe_acquire_swfw_sync_X550a;
sys/dev/ixgbe/ixgbe_x550.c
804
mac->ops.release_swfw_sync = ixgbe_release_swfw_sync_X550a;
sys/dev/ixgbe/ixgbe_x550.c
806
switch (mac->ops.get_media_type(hw)) {
sys/dev/ixgbe/ixgbe_x550.c
808
mac->ops.setup_fc = NULL;
sys/dev/ixgbe/ixgbe_x550.c
809
mac->ops.fc_autoneg = ixgbe_fc_autoneg_fiber_x550em_a;
sys/dev/ixgbe/ixgbe_x550.c
81
mac->ops.disable_mdd = ixgbe_disable_mdd_X550;
sys/dev/ixgbe/ixgbe_x550.c
812
mac->ops.fc_autoneg = ixgbe_fc_autoneg_backplane_x550em_a;
sys/dev/ixgbe/ixgbe_x550.c
813
mac->ops.setup_fc = ixgbe_setup_fc_backplane_x550em_a;
sys/dev/ixgbe/ixgbe_x550.c
82
mac->ops.enable_mdd = ixgbe_enable_mdd_X550;
sys/dev/ixgbe/ixgbe_x550.c
822
mac->ops.fc_autoneg = ixgbe_fc_autoneg_sgmii_x550em_a;
sys/dev/ixgbe/ixgbe_x550.c
823
mac->ops.setup_fc = ixgbe_fc_autoneg_fw;
sys/dev/ixgbe/ixgbe_x550.c
824
mac->ops.setup_eee = ixgbe_setup_eee_fw;
sys/dev/ixgbe/ixgbe_x550.c
83
mac->ops.mdd_event = ixgbe_mdd_event_X550;
sys/dev/ixgbe/ixgbe_x550.c
84
mac->ops.restore_mdd_vf = ixgbe_restore_mdd_vf_X550;
sys/dev/ixgbe/ixgbe_x550.c
85
mac->ops.fw_recovery_mode = ixgbe_fw_recovery_mode_X550;
sys/dev/ixgbe/ixgbe_x550.c
854
mac->ops.read_iosf_sb_reg = ixgbe_read_iosf_sb_reg_x550;
sys/dev/ixgbe/ixgbe_x550.c
855
mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550;
sys/dev/ixgbe/ixgbe_x550.c
856
mac->ops.acquire_swfw_sync = ixgbe_acquire_swfw_sync_X550em;
sys/dev/ixgbe/ixgbe_x550.c
857
mac->ops.release_swfw_sync = ixgbe_release_swfw_sync_X550em;
sys/dev/ixgbe/ixgbe_x550.c
858
link->ops.read_link = ixgbe_read_i2c_combined_generic;
sys/dev/ixgbe/ixgbe_x550.c
859
link->ops.read_link_unlocked = ixgbe_read_i2c_combined_generic_unlocked;
sys/dev/ixgbe/ixgbe_x550.c
86
mac->ops.disable_rx = ixgbe_disable_rx_x550;
sys/dev/ixgbe/ixgbe_x550.c
860
link->ops.write_link = ixgbe_write_i2c_combined_generic;
sys/dev/ixgbe/ixgbe_x550.c
861
link->ops.write_link_unlocked =
sys/dev/ixgbe/ixgbe_x550.c
866
mac->ops.setup_fc = NULL;
sys/dev/ixgbe/ixgbe_x550.c
867
mac->ops.setup_eee = NULL;
sys/dev/ixgbe/ixgbe_x550.c
868
mac->ops.init_led_link_act = NULL;
sys/dev/ixgbe/ixgbe_x550.c
88
mac->ops.set_fw_drv_ver = ixgbe_set_fw_drv_ver_x550;
sys/dev/ixgbe/ixgbe_x550.c
91
hw->mac.ops.led_on = NULL;
sys/dev/ixgbe/ixgbe_x550.c
92
hw->mac.ops.led_off = NULL;
sys/dev/ixgbe/ixgbe_x550.c
96
hw->mac.ops.led_on = ixgbe_led_on_t_X550em;
sys/dev/ixgbe/ixgbe_x550.c
97
hw->mac.ops.led_off = ixgbe_led_off_t_X550em;
sys/dev/ixl/ixl_iw.c
372
ixl_iw_register(struct ixl_iw_ops *ops)
sys/dev/ixl/ixl_iw.c
392
if ((ops->init == NULL) || (ops->stop == NULL)) {
sys/dev/ixl/ixl_iw.c
415
ixl_iw.ops = malloc(sizeof(struct ixl_iw_ops),
sys/dev/ixl/ixl_iw.c
417
if (ixl_iw.ops == NULL) {
sys/dev/ixl/ixl_iw.c
424
ixl_iw.ops->init = ops->init;
sys/dev/ixl/ixl_iw.c
425
ixl_iw.ops->stop = ops->stop;
sys/dev/ixl/ixl_iw.c
483
free(ixl_iw.ops, M_IXL);
sys/dev/ixl/ixl_iw.c
484
ixl_iw.ops = NULL;
sys/dev/ixl/ixl_iw.c
91
err = ixl_iw.ops->init(&info);
sys/dev/ixl/ixl_iw.c
99
err = ixl_iw.ops->stop(&info);
sys/dev/ixl/ixl_iw_int.h
58
struct ixl_iw_ops *ops;
sys/dev/liquidio/base/lio_droq.c
683
if (droq->ops.fptr != NULL) {
sys/dev/liquidio/base/lio_droq.c
684
droq->ops.fptr(nicbuf, pkt_len, rh,
sys/dev/liquidio/base/lio_droq.c
685
droq, droq->ops.farg);
sys/dev/liquidio/base/lio_droq.c
714
if ((droq->ops.drop_on_max) && (pkts_to_process - pkt)) {
sys/dev/liquidio/base/lio_droq.c
769
struct lio_droq_ops *ops)
sys/dev/liquidio/base/lio_droq.c
779
if (ops == NULL) {
sys/dev/liquidio/base/lio_droq.c
793
memcpy(&droq->ops, ops, sizeof(struct lio_droq_ops));
sys/dev/liquidio/base/lio_droq.c
826
droq->ops.fptr = NULL;
sys/dev/liquidio/base/lio_droq.c
827
droq->ops.farg = NULL;
sys/dev/liquidio/base/lio_droq.c
828
droq->ops.drop_on_max = 0;
sys/dev/liquidio/base/lio_droq.h
262
struct lio_droq_ops ops;
sys/dev/liquidio/base/lio_droq.h
376
struct lio_droq_ops *ops);
sys/dev/mii/mii_bitbang.c
117
mii_bitbang_readreg(device_t dev, mii_bitbang_ops_t ops, int phy, int reg)
sys/dev/mii/mii_bitbang.c
121
mii_bitbang_sync(dev, ops);
sys/dev/mii/mii_bitbang.c
123
mii_bitbang_sendbits(dev, ops, MII_COMMAND_START, 2);
sys/dev/mii/mii_bitbang.c
124
mii_bitbang_sendbits(dev, ops, MII_COMMAND_READ, 2);
sys/dev/mii/mii_bitbang.c
125
mii_bitbang_sendbits(dev, ops, phy, 5);
sys/dev/mii/mii_bitbang.c
126
mii_bitbang_sendbits(dev, ops, reg, 5);
sys/dev/mii/mii_bitbang.c
165
mii_bitbang_writereg(device_t dev, mii_bitbang_ops_t ops, int phy, int reg,
sys/dev/mii/mii_bitbang.c
169
mii_bitbang_sync(dev, ops);
sys/dev/mii/mii_bitbang.c
171
mii_bitbang_sendbits(dev, ops, MII_COMMAND_START, 2);
sys/dev/mii/mii_bitbang.c
172
mii_bitbang_sendbits(dev, ops, MII_COMMAND_WRITE, 2);
sys/dev/mii/mii_bitbang.c
173
mii_bitbang_sendbits(dev, ops, phy, 5);
sys/dev/mii/mii_bitbang.c
174
mii_bitbang_sendbits(dev, ops, reg, 5);
sys/dev/mii/mii_bitbang.c
175
mii_bitbang_sendbits(dev, ops, MII_COMMAND_ACK, 2);
sys/dev/mii/mii_bitbang.c
176
mii_bitbang_sendbits(dev, ops, val, 16);
sys/dev/mii/mii_bitbang.c
48
static void mii_bitbang_sendbits(device_t dev, mii_bitbang_ops_t ops,
sys/dev/mii/mii_bitbang.c
53
ops->mbo_write(dev, (x)); \
sys/dev/mii/mii_bitbang.c
57
#define MREAD ops->mbo_read(dev)
sys/dev/mii/mii_bitbang.c
59
#define MDO ops->mbo_bits[MII_BIT_MDO]
sys/dev/mii/mii_bitbang.c
60
#define MDI ops->mbo_bits[MII_BIT_MDI]
sys/dev/mii/mii_bitbang.c
61
#define MDC ops->mbo_bits[MII_BIT_MDC]
sys/dev/mii/mii_bitbang.c
62
#define MDIRPHY ops->mbo_bits[MII_BIT_DIR_HOST_PHY]
sys/dev/mii/mii_bitbang.c
63
#define MDIRHOST ops->mbo_bits[MII_BIT_DIR_PHY_HOST]
sys/dev/mii/mii_bitbang.c
71
mii_bitbang_sync(device_t dev, mii_bitbang_ops_t ops)
sys/dev/mii/mii_bitbang.c
91
mii_bitbang_sendbits(device_t dev, mii_bitbang_ops_t ops, uint32_t data,
sys/dev/mii/mii_bitbang.h
50
int mii_bitbang_readreg(device_t dev, mii_bitbang_ops_t ops,
sys/dev/mii/mii_bitbang.h
52
void mii_bitbang_sync(device_t dev, mii_bitbang_ops_t ops);
sys/dev/mii/mii_bitbang.h
53
void mii_bitbang_writereg(device_t dev, mii_bitbang_ops_t ops,
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
2435
INIT_IB_DEVICE_OPS(&ibdev->ib_dev.ops, mlx4, MLX4);
sys/dev/mlx5/mlx5_core/mlx5_fw.c
619
.ops = &mlx5_mlxfw_dev_ops,
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
3581
INIT_IB_DEVICE_OPS(&dev->ib_dev.ops, mlx5, MLX5);
sys/dev/mlxfw/mlxfw.h
95
const struct mlxfw_dev_ops *ops;
sys/dev/mlxfw/mlxfw_fsm.c
117
err = mlxfw_dev->ops->component_query(mlxfw_dev, comp->index,
sys/dev/mlxfw/mlxfw_fsm.c
134
err = mlxfw_dev->ops->fsm_component_update(mlxfw_dev, fwhandle,
sys/dev/mlxfw/mlxfw_fsm.c
152
err = mlxfw_dev->ops->fsm_block_download(mlxfw_dev, fwhandle,
sys/dev/mlxfw/mlxfw_fsm.c
160
err = mlxfw_dev->ops->fsm_component_verify(mlxfw_dev, fwhandle,
sys/dev/mlxfw/mlxfw_fsm.c
171
mlxfw_dev->ops->fsm_cancel(mlxfw_dev, fwhandle);
sys/dev/mlxfw/mlxfw_fsm.c
224
err = mlxfw_dev->ops->fsm_lock(mlxfw_dev, &fwhandle);
sys/dev/mlxfw/mlxfw_fsm.c
240
err = mlxfw_dev->ops->fsm_activate(mlxfw_dev, fwhandle);
sys/dev/mlxfw/mlxfw_fsm.c
251
mlxfw_dev->ops->fsm_release(mlxfw_dev, fwhandle);
sys/dev/mlxfw/mlxfw_fsm.c
261
mlxfw_dev->ops->fsm_release(mlxfw_dev, fwhandle);
sys/dev/mlxfw/mlxfw_fsm.c
80
err = mlxfw_dev->ops->fsm_query_state(mlxfw_dev, fwhandle,
sys/dev/mthca/mthca_provider.c
1150
INIT_IB_DEVICE_OPS(&dev->ib_dev.ops, mthca, MTHCA);
sys/dev/netmap/netmap_bdg.c
1160
struct netmap_bdg_ops *ops)
sys/dev/netmap/netmap_bdg.c
1162
return ops->bwrap_attach(nr_name, hwna);
sys/dev/netmap/netmap_bdg.c
177
nm_find_bridge(const char *name, int create, struct netmap_bdg_ops *ops)
sys/dev/netmap/netmap_bdg.c
188
(ops != NULL ? strlen(ops->name) : 0));
sys/dev/netmap/netmap_bdg.c
224
b->bdg_ops = b->bdg_saved_ops = *ops;
sys/dev/netmap/netmap_bdg.c
387
struct netmap_mem_d *nmd, int create, struct netmap_bdg_ops *ops)
sys/dev/netmap/netmap_bdg.c
403
if (strncmp(nr_name, ops->name, strlen(ops->name) - 1)) {
sys/dev/netmap/netmap_bdg.c
407
b = nm_find_bridge(nr_name, create, ops);
sys/dev/netmap/netmap_bdg.h
172
struct netmap_mem_d *nmd, int create, struct netmap_bdg_ops *ops);
sys/dev/netmap/netmap_bdg.h
174
struct nm_bridge *nm_find_bridge(const char *name, int create, struct netmap_bdg_ops *ops);
sys/dev/netmap/netmap_mem2.c
1690
const struct netmap_mem_ops *ops, uint64_t memtotal, int *perr)
sys/dev/netmap/netmap_mem2.c
1708
d->ops = ops;
sys/dev/netmap/netmap_mem2.c
183
const struct netmap_mem_ops *ops;
sys/dev/netmap/netmap_mem2.c
197
rv = nmd->ops->nmd_get_lut(nmd, lut);
sys/dev/netmap/netmap_mem2.c
210
rv = nmd->ops->nmd_get_info(nmd, size, memflags, memid);
sys/dev/netmap/netmap_mem2.c
229
pa = nmd->ops->nmd_ofstophys(nmd, off);
sys/dev/netmap/netmap_mem2.c
245
return nmd->ops->nmd_config(nmd);
sys/dev/netmap/netmap_mem2.c
254
rv = nmd->ops->nmd_if_offset(nmd, off);
sys/dev/netmap/netmap_mem2.c
2609
error = nmd->ops->nmd_config(nmd);
sys/dev/netmap/netmap_mem2.c
263
nmd->ops->nmd_delete(nmd);
sys/dev/netmap/netmap_mem2.c
273
nifp = nmd->ops->nmd_if_new(nmd, na, priv);
sys/dev/netmap/netmap_mem2.c
285
nmd->ops->nmd_if_delete(nmd, na, nif);
sys/dev/netmap/netmap_mem2.c
2872
if (scan->ops->nmd_deref == netmap_mem_pt_guest_deref &&
sys/dev/netmap/netmap_mem2.c
2898
ptnmd->up.ops = &netmap_mem_pt_guest_ops;
sys/dev/netmap/netmap_mem2.c
296
rv = nmd->ops->nmd_rings_create(nmd, na);
sys/dev/netmap/netmap_mem2.c
308
nmd->ops->nmd_rings_delete(nmd, na);
sys/dev/netmap/netmap_mem2.c
373
nmd->lasterr = nmd->ops->nmd_finalize(nmd, na);
sys/dev/netmap/netmap_mem2.c
490
nmd->ops->nmd_deref(nmd, na);
sys/dev/netmap/netmap_mem2.c
585
.ops = &netmap_mem_global_ops,
sys/dev/netmap/netmap_mem2.c
624
.ops = &netmap_mem_global_ops,
sys/dev/nvmf/nvmf_transport.c
334
struct nvmf_transport_ops *ops = arg;
sys/dev/nvmf/nvmf_transport.c
340
if (!nvmf_supported_trtype(ops->trtype)) {
sys/dev/nvmf/nvmf_transport.c
341
printf("NVMF: Unsupported transport %u", ops->trtype);
sys/dev/nvmf/nvmf_transport.c
349
if (SLIST_EMPTY(&nvmf_transports[ops->trtype])) {
sys/dev/nvmf/nvmf_transport.c
350
SLIST_INSERT_HEAD(&nvmf_transports[ops->trtype], nt,
sys/dev/nvmf/nvmf_transport.c
354
SLIST_FOREACH(nt2, &nvmf_transports[ops->trtype],
sys/dev/nvmf/nvmf_transport.c
356
if (ops->priority > nt2->nt_ops->priority)
sys/dev/nvmf/nvmf_transport.c
361
SLIST_INSERT_HEAD(&nvmf_transports[ops->trtype],
sys/dev/nvmf/nvmf_transport.c
370
if (!nvmf_supported_trtype(ops->trtype))
sys/dev/nvmf/nvmf_transport.c
374
SLIST_FOREACH(nt, &nvmf_transports[ops->trtype], nt_link) {
sys/dev/nvmf/nvmf_transport.c
375
if (nt->nt_ops == ops)
sys/dev/nvmf/nvmf_transport.c
390
if (!nvmf_supported_trtype(ops->trtype))
sys/dev/nvmf/nvmf_transport.c
395
SLIST_FOREACH(nt, &nvmf_transports[ops->trtype], nt_link) {
sys/dev/nvmf/nvmf_transport.c
396
if (nt->nt_ops == ops)
sys/dev/nvmf/nvmf_transport.c
406
SLIST_REMOVE_HEAD(&nvmf_transports[ops->trtype],
sys/dev/nvmf/nvmf_transport_internal.h
125
#define NVMF_TRANSPORT(name, ops) \
sys/dev/nvmf/nvmf_transport_internal.h
129
&(ops) \
sys/dev/proto/proto_busdma.c
326
u_int ops;
sys/dev/proto/proto_busdma.c
328
ops = BUS_DMASYNC_PREREAD | BUS_DMASYNC_PREWRITE |
sys/dev/proto/proto_busdma.c
330
if (ioc->u.sync.op & ~ops)
sys/dev/qlnx/qlnxr/qlnxr_os.c
163
INIT_IB_DEVICE_OPS(&ibdev->ops, qlnxr, QLNXR);
sys/dev/rge/if_rge.c
751
unsigned int idx, unsigned int len, int ops)
sys/dev/rge/if_rge.c
753
bus_dmamap_sync(sc->sc_dmat_tx_desc, q->q_tx.rge_tx_list_map, ops);
sys/dev/sdhci/sdhci.c
1008
kobj_method = kobj_lookup_method(((kobj_t)dev)->ops->cls, NULL,
sys/dev/sdhci/sdhci.c
1025
kobj_method = kobj_lookup_method(((kobj_t)dev)->ops->cls, NULL,
sys/dev/sdhci/sdhci.c
1030
kobj_method = kobj_lookup_method(((kobj_t)dev)->ops->cls, NULL,
sys/dev/sdhci/sdhci.c
1079
kobj_method = kobj_lookup_method(((kobj_t)dev)->ops->cls, NULL,
sys/dev/uart/uart_cpu.h
121
res = di->ops->probe(&di->bas);
sys/dev/uart/uart_cpu.h
130
di->ops->init(&di->bas, di->baudrate, di->databits, di->stopbits,
sys/dev/uart/uart_cpu.h
139
di->ops->term(&di->bas);
sys/dev/uart/uart_cpu.h
147
di->ops->putc(&di->bas, c);
sys/dev/uart/uart_cpu.h
157
res = di->ops->rxready(&di->bas);
sys/dev/uart/uart_cpu.h
168
if (di->ops->rxready(&di->bas))
sys/dev/uart/uart_cpu.h
169
res = di->ops->getc(&di->bas, NULL);
sys/dev/uart/uart_cpu.h
180
return (di->ops->getc(&di->bas, di->hwmtx));
sys/dev/uart/uart_cpu.h
66
struct uart_ops *ops;
sys/dev/uart/uart_cpu_acpi.c
74
di->ops = uart_getops(class);
sys/dev/uart/uart_cpu_arm64.c
101
di->ops = uart_getops(class);
sys/dev/uart/uart_cpu_fdt.c
100
di->ops = uart_getops(class);
sys/dev/uart/uart_cpu_powerpc.c
186
di->ops = uart_getops(class);
sys/dev/uart/uart_cpu_x86.c
103
di->ops = uart_getops(class);
sys/dev/uart/uart_subr.c
323
di->ops = uart_getops(class);
sys/dev/xen/blkback/blkback.c
2637
struct gnttab_unmap_grant_ref ops[XBB_MAX_RING_PAGES];
sys/dev/xen/blkback/blkback.c
2642
for (ring_idx = 0, op = ops;
sys/dev/xen/blkback/blkback.c
2651
error = HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, ops,
sys/dev/xen/console/xen_console.c
113
const struct xencons_ops *ops;
sys/dev/xen/console/xen_console.c
404
main_cons.ops = &xencons_hypervisor_ops;
sys/dev/xen/console/xen_console.c
406
main_cons.ops = &xencons_ring_ops;
sys/dev/xen/console/xen_console.c
408
main_cons.ops->early_init(&main_cons);
sys/dev/xen/console/xen_console.c
422
while ((sz = cons->ops->read(cons, buf, sizeof(buf))) > 0) {
sys/dev/xen/console/xen_console.c
455
sent = cons->ops->write(cons, &cons->wbuf[WBUF_MASK(cons->wc)],
sys/dev/xen/console/xen_console.c
707
if (main_cons.ops == NULL)
sys/dev/xen/console/xen_console.c
740
err = cons->ops->init(dev, tp, xencons_intr);
sys/dev/xen/console/xen_console.c
766
err = cons->ops->init(dev, tp, xencons_intr);
sys/dev/xen/gntdev/gntdev.c
746
(mem->un_pager.devp.ops != &gntdev_gmap_pg_ops)) {
sys/dev/xen/privcmd/privcmd.c
237
(mem->un_pager.devp.ops != &privcmd_pg_ops))
sys/fs/p9fs/p9_client.c
108
clnt->ops = p9_get_trans_by_name(trans);
sys/fs/p9fs/p9_client.c
356
*error = c->ops->request(c->handle, req);
sys/fs/p9fs/p9_client.c
545
if (clnt->ops == NULL) {
sys/fs/p9fs/p9_client.c
558
__func__, clnt, clnt->ops, clnt->msize, clnt->proto_version);
sys/fs/p9fs/p9_client.c
560
*error = clnt->ops->create(mount_tag, &clnt->handle);
sys/fs/p9fs/p9_client.c
585
clnt->ops->close(clnt->handle);
sys/fs/p9fs/p9_client.h
85
struct p9_trans_module *ops; /* module API instantiated with this client */
sys/kern/kern_descrip.c
2581
const struct fileops *ops;
sys/kern/kern_descrip.c
2583
ops = ofde->fde_file->f_ops;
sys/kern/kern_descrip.c
2585
if ((ops->fo_flags & DFLAG_FORK) != 0 &&
sys/kern/kern_descrip.c
2587
if (ops->fo_fork(newfdp, ofde->fde_file, &fp, p1,
sys/kern/kern_descrip.c
2591
} else if ((ops->fo_flags & DFLAG_PASSABLE) == 0 ||
sys/kern/kern_descrip.c
2614
const struct fileops *ops;
sys/kern/kern_descrip.c
2616
ops = nfde->fde_file->f_ops;
sys/kern/kern_descrip.c
2617
if ((ops->fo_flags & DFLAG_FORK) == 0 ||
sys/kern/kern_descrip.c
2620
ops->fo_fork(newfdp, NULL, &nfde->fde_file, p1,
sys/kern/kern_descrip.c
3054
const struct fileops *ops)
sys/kern/kern_descrip.c
3059
atomic_store_rel_ptr((volatile uintptr_t *)&fp->f_ops, (uintptr_t)ops);
sys/kern/kern_descrip.c
3063
finit_vnode(struct file *fp, u_int flag, void *data, const struct fileops *ops)
sys/kern/kern_descrip.c
3068
data, ops);
sys/kern/kern_ktrace.c
1092
int ops;
sys/kern/kern_ktrace.c
1106
int ops = KTROP(uap->ops);
sys/kern/kern_ktrace.c
1107
int descend = uap->ops & KTRFLAG_DESCEND;
sys/kern/kern_ktrace.c
1116
if (ops != KTROP_CLEARFILE && facs == 0)
sys/kern/kern_ktrace.c
1120
if (ops != KTROP_CLEAR) {
sys/kern/kern_ktrace.c
1143
if (ops == KTROP_CLEARFILE) {
sys/kern/kern_ktrace.c
1196
ret |= ktrsetchildren(td, p, ops, facs, kiop);
sys/kern/kern_ktrace.c
1198
ret |= ktrops(td, p, ops, facs, kiop);
sys/kern/kern_ktrace.c
1211
ret |= ktrsetchildren(td, p, ops, facs, kiop);
sys/kern/kern_ktrace.c
1213
ret |= ktrops(td, p, ops, facs, kiop);
sys/kern/kern_ktrace.c
1268
ktrops(struct thread *td, struct proc *p, int ops, int facs,
sys/kern/kern_ktrace.c
1278
if ((ops == KTROP_SET && p->p_state == PRS_NEW) ||
sys/kern/kern_ktrace.c
1298
if (ops == KTROP_SET) {
sys/kern/kern_ktrace.c
1328
ktrsetchildren(struct thread *td, struct proc *top, int ops, int facs,
sys/kern/kern_ktrace.c
1338
ret |= ktrops(td, p, ops, facs, new_kiop);
sys/kern/kern_umtx.c
3879
const struct umtx_copyops *ops)
sys/kern/kern_umtx.c
3888
error = ops->copyin_timeout(uap->uaddr2, &timeout);
sys/kern/kern_umtx.c
3894
if (ops->compat32)
sys/kern/kern_umtx.c
3902
const struct umtx_copyops *ops)
sys/kern/kern_umtx.c
3905
if (ops->compat32)
sys/kern/kern_umtx.c
3915
const struct umtx_copyops *ops __unused)
sys/kern/kern_umtx.c
3923
const struct umtx_copyops *ops)
sys/kern/kern_umtx.c
3931
error = ops->copyin_umtx_time(
sys/kern/kern_umtx.c
3937
return (do_wait(td, uap->obj, uap->val, tm_p, ops->compat32, 0));
sys/kern/kern_umtx.c
3942
const struct umtx_copyops *ops)
sys/kern/kern_umtx.c
3950
error = ops->copyin_umtx_time(
sys/kern/kern_umtx.c
3961
const struct umtx_copyops *ops)
sys/kern/kern_umtx.c
3969
error = ops->copyin_umtx_time(
sys/kern/kern_umtx.c
3980
const struct umtx_copyops *ops __unused)
sys/kern/kern_umtx.c
4034
const struct umtx_copyops *ops)
sys/kern/kern_umtx.c
4037
if (ops->compat32)
sys/kern/kern_umtx.c
4044
const struct umtx_copyops *ops __unused)
sys/kern/kern_umtx.c
4052
const struct umtx_copyops *ops)
sys/kern/kern_umtx.c
4061
error = ops->copyin_umtx_time(
sys/kern/kern_umtx.c
4072
const struct umtx_copyops *ops __unused)
sys/kern/kern_umtx.c
4080
const struct umtx_copyops *ops)
sys/kern/kern_umtx.c
4089
error = ops->copyin_umtx_time(
sys/kern/kern_umtx.c
4100
const struct umtx_copyops *ops __unused)
sys/kern/kern_umtx.c
4108
const struct umtx_copyops *ops __unused)
sys/kern/kern_umtx.c
4116
const struct umtx_copyops *ops __unused)
sys/kern/kern_umtx.c
4124
const struct umtx_copyops *ops)
sys/kern/kern_umtx.c
4147
error = ops->copyin_timeout(uap->uaddr2, &timeout);
sys/kern/kern_umtx.c
4169
error = ops->copyin_umtx_time(uap->uaddr2, ops->umtx_time_sz,
sys/kern/kern_umtx.c
4187
const struct umtx_copyops *ops __unused)
sys/kern/kern_umtx.c
4195
const struct umtx_copyops *ops __unused)
sys/kern/kern_umtx.c
4203
const struct umtx_copyops *ops)
sys/kern/kern_umtx.c
4212
error = ops->copyin_umtx_time(uap->uaddr2,
sys/kern/kern_umtx.c
4223
const struct umtx_copyops *ops)
sys/kern/kern_umtx.c
4232
error = ops->copyin_umtx_time(uap->uaddr2,
sys/kern/kern_umtx.c
4244
const struct umtx_copyops *ops __unused)
sys/kern/kern_umtx.c
4253
const struct umtx_copyops *ops)
sys/kern/kern_umtx.c
4262
error = ops->copyin_umtx_time(
sys/kern/kern_umtx.c
4273
const struct umtx_copyops *ops __unused)
sys/kern/kern_umtx.c
4282
const struct umtx_copyops *ops __unused)
sys/kern/kern_umtx.c
4290
const struct umtx_copyops *ops)
sys/kern/kern_umtx.c
4302
error = ops->copyin_umtx_time(uap->uaddr2, uasize, &timeout);
sys/kern/kern_umtx.c
4310
uasize >= ops->umtx_time_sz + ops->timespec_sz) {
sys/kern/kern_umtx.c
4311
error = ops->copyout_timeout(
sys/kern/kern_umtx.c
4312
(void *)((uintptr_t)uap->uaddr2 + ops->umtx_time_sz),
sys/kern/kern_umtx.c
4313
uasize - ops->umtx_time_sz, &timeout._timeout);
sys/kern/kern_umtx.c
4324
const struct umtx_copyops *ops __unused)
sys/kern/kern_umtx.c
4676
const struct umtx_copyops *ops __unused)
sys/kern/kern_umtx.c
4684
const struct umtx_copyops *ops)
sys/kern/kern_umtx.c
4689
if (ops->compat32) {
sys/kern/kern_umtx.c
4699
error = ops->copyin_robust_lists(uap->uaddr1, uap->val, &rb);
sys/kern/kern_umtx.c
4703
if (ops->compat32)
sys/kern/kern_umtx.c
4714
const struct umtx_copyops *ops)
sys/kern/kern_umtx.c
4720
if (ops->compat32) {
sys/kern/kern_umtx.c
4731
const struct umtx_copyops *ops)
sys/kern/kern_umtx.c
5011
void *uaddr1, void *uaddr2, const struct umtx_copyops *ops)
sys/kern/kern_umtx.c
5023
return ((*op_table[uap.op])(td, &uap, ops));
sys/kern/link_elf.c
1383
KASSERT(lf->ops->cls == (kobj_class_t)&link_elf_class,
sys/kern/subr_kobj.c
106
if (cls->ops)
sys/kern/subr_kobj.c
121
ops->cache[i] = &null_method;
sys/kern/subr_kobj.c
122
ops->cls = cls;
sys/kern/subr_kobj.c
123
cls->ops = ops;
sys/kern/subr_kobj.c
129
kobj_ops_t ops;
sys/kern/subr_kobj.c
133
ops = malloc(sizeof(struct kobj_ops), M_KOBJ, mflags);
sys/kern/subr_kobj.c
134
if (ops == NULL)
sys/kern/subr_kobj.c
143
if (cls->ops) {
sys/kern/subr_kobj.c
145
free(ops, M_KOBJ);
sys/kern/subr_kobj.c
148
kobj_class_compile_common(cls, ops);
sys/kern/subr_kobj.c
163
kobj_class_compile_static(kobj_class_t cls, kobj_ops_t ops)
sys/kern/subr_kobj.c
173
kobj_class_compile_common(cls, ops);
sys/kern/subr_kobj.c
232
void* ops = NULL;
sys/kern/subr_kobj.c
250
ops = cls->ops;
sys/kern/subr_kobj.c
251
cls->ops = NULL;
sys/kern/subr_kobj.c
256
if (ops)
sys/kern/subr_kobj.c
257
free(ops, M_KOBJ);
sys/kern/subr_kobj.c
264
obj->ops = cls->ops;
sys/kern/subr_kobj.c
274
while (cls->ops == NULL) {
sys/kern/subr_kobj.c
320
KASSERT(cls->ops != NULL,
sys/kern/subr_kobj.c
331
kobj_class_t cls = obj->ops->cls;
sys/kern/subr_kobj.c
348
obj->ops = NULL;
sys/kern/subr_kobj.c
98
kobj_class_compile_common(kobj_class_t cls, kobj_ops_t ops)
sys/kern/systrace_args.c
304
iarg[a++] = p->ops; /* int */
sys/kern/vfs_aio.c
1503
int type, struct aiocb_ops *ops)
sys/kern/vfs_aio.c
1523
ops->store_status(ujob, -1);
sys/kern/vfs_aio.c
1524
ops->store_error(ujob, 0);
sys/kern/vfs_aio.c
1535
error = ops->aio_copyin(ujob, job, type);
sys/kern/vfs_aio.c
1666
ops->store_error(ujob, EINPROGRESS);
sys/kern/vfs_aio.c
1737
ops->store_error(ujob, error);
sys/kern/vfs_aio.c
1909
kern_aio_return(struct thread *td, struct aiocb *ujob, struct aiocb_ops *ops)
sys/kern/vfs_aio.c
1935
ops->store_error(ujob, error);
sys/kern/vfs_aio.c
1936
ops->store_status(ujob, status);
sys/kern/vfs_aio.c
2133
kern_aio_error(struct thread *td, struct aiocb *ujob, struct aiocb_ops *ops)
sys/kern/vfs_aio.c
2163
status = ops->fetch_status(ujob);
sys/kern/vfs_aio.c
2165
td->td_retval[0] = ops->fetch_error(ujob);
sys/kern/vfs_aio.c
2240
struct aiocb_ops *ops)
sys/kern/vfs_aio.c
2328
error = aio_aqueue(td, job, lj, LIO_NOP, ops);
sys/kern/vfs_aio.c
2524
struct timespec *ts, struct aiocb_ops *ops)
sys/kern/vfs_aio.c
2534
ops->store_aiocb(ujobp, NULL);
sys/kern/vfs_aio.c
2586
ops->store_aiocb(ujobp, ujob);
sys/kern/vfs_aio.c
2587
ops->store_error(ujob, error);
sys/kern/vfs_aio.c
2588
ops->store_status(ujob, status);
sys/kern/vfs_aio.c
2615
struct aiocb_ops *ops)
sys/kern/vfs_aio.c
2630
return (aio_aqueue(td, ujob, NULL, listop, ops));
sys/kern/vfs_aio.c
314
struct aioliojob *lio, int type, struct aiocb_ops *ops);
sys/kern/vfs_cache.c
4203
size_t ops;
sys/kern/vfs_cache.c
4205
ops = 0;
sys/kern/vfs_cache.c
4207
ops++;
sys/kern/vfs_cache.c
4210
ops++;
sys/kern/vfs_cache.c
4213
if (ops == 2) {
sys/kern/vfs_cache.c
4217
if (ops == 0) {
sys/net/iflib.c
5243
kobj_method = kobj_lookup_method(((kobj_t)ctx)->ops->cls, NULL,
sys/net/iflib.c
5252
kobj_method = kobj_lookup_method(((kobj_t)ctx)->ops->cls, NULL,
sys/net80211/ieee80211_ioctl.c
1307
} ops[] = {
sys/net80211/ieee80211_ioctl.c
1332
IEEE80211_NOTE_MAC(vap, ops[op].mask, mac,
sys/net80211/ieee80211_ioctl.c
1333
"station %s via MLME", ops[op].opstr);
sys/net80211/ieee80211_ioctl.c
1335
IEEE80211_NOTE_MAC(vap, ops[op].mask, mac,
sys/net80211/ieee80211_ioctl.c
1336
"station %s via MLME (reason: %d (%s))", ops[op].opstr,
sys/netgraph/ng_patch.c
237
switch (conf->ops[i].length)
sys/netgraph/ng_patch.c
240
conf->ops[i].val.v8 = conf->ops[i].val.v1;
sys/netgraph/ng_patch.c
243
conf->ops[i].val.v8 = conf->ops[i].val.v2;
sys/netgraph/ng_patch.c
246
conf->ops[i].val.v8 = conf->ops[i].val.v4;
sys/netgraph/ng_patch.c
263
switch (conf->ops[i].length)
sys/netgraph/ng_patch.c
266
conf->ops[i].val.v1 = (uint8_t) conf->ops[i].val.v8;
sys/netgraph/ng_patch.c
269
conf->ops[i].val.v2 = (uint16_t) conf->ops[i].val.v8;
sys/netgraph/ng_patch.c
272
conf->ops[i].val.v4 = (uint32_t) conf->ops[i].val.v8;
sys/netgraph/ng_patch.c
357
offset = global_offset + privp->conf->ops[i].offset;
sys/netgraph/ng_patch.c
359
if (offset + privp->conf->ops[i].length > m->m_pkthdr.len)
sys/netgraph/ng_patch.c
363
if (privp->conf->ops[i].mode != NG_PATCH_MODE_SET)
sys/netgraph/ng_patch.c
364
m_copydata(m, offset, privp->conf->ops[i].length, (caddr_t) &val);
sys/netgraph/ng_patch.c
366
switch (privp->conf->ops[i].length)
sys/netgraph/ng_patch.c
369
switch (privp->conf->ops[i].mode)
sys/netgraph/ng_patch.c
372
val.v1 = privp->conf->ops[i].val.v1;
sys/netgraph/ng_patch.c
375
val.v1 += privp->conf->ops[i].val.v1;
sys/netgraph/ng_patch.c
378
val.v1 -= privp->conf->ops[i].val.v1;
sys/netgraph/ng_patch.c
381
val.v1 *= privp->conf->ops[i].val.v1;
sys/netgraph/ng_patch.c
384
val.v1 /= privp->conf->ops[i].val.v1;
sys/netgraph/ng_patch.c
390
val.v1 &= privp->conf->ops[i].val.v1;
sys/netgraph/ng_patch.c
393
val.v1 |= privp->conf->ops[i].val.v1;
sys/netgraph/ng_patch.c
396
val.v1 ^= privp->conf->ops[i].val.v1;
sys/netgraph/ng_patch.c
399
val.v1 <<= privp->conf->ops[i].val.v1;
sys/netgraph/ng_patch.c
402
val.v1 >>= privp->conf->ops[i].val.v1;
sys/netgraph/ng_patch.c
410
switch (privp->conf->ops[i].mode)
sys/netgraph/ng_patch.c
413
val.v2 = privp->conf->ops[i].val.v2;
sys/netgraph/ng_patch.c
416
val.v2 += privp->conf->ops[i].val.v2;
sys/netgraph/ng_patch.c
419
val.v2 -= privp->conf->ops[i].val.v2;
sys/netgraph/ng_patch.c
422
val.v2 *= privp->conf->ops[i].val.v2;
sys/netgraph/ng_patch.c
425
val.v2 /= privp->conf->ops[i].val.v2;
sys/netgraph/ng_patch.c
431
val.v2 &= privp->conf->ops[i].val.v2;
sys/netgraph/ng_patch.c
434
val.v2 |= privp->conf->ops[i].val.v2;
sys/netgraph/ng_patch.c
437
val.v2 ^= privp->conf->ops[i].val.v2;
sys/netgraph/ng_patch.c
440
val.v2 <<= privp->conf->ops[i].val.v2;
sys/netgraph/ng_patch.c
443
val.v2 >>= privp->conf->ops[i].val.v2;
sys/netgraph/ng_patch.c
454
switch (privp->conf->ops[i].mode)
sys/netgraph/ng_patch.c
457
val.v4 = privp->conf->ops[i].val.v4;
sys/netgraph/ng_patch.c
460
val.v4 += privp->conf->ops[i].val.v4;
sys/netgraph/ng_patch.c
463
val.v4 -= privp->conf->ops[i].val.v4;
sys/netgraph/ng_patch.c
466
val.v4 *= privp->conf->ops[i].val.v4;
sys/netgraph/ng_patch.c
469
val.v4 /= privp->conf->ops[i].val.v4;
sys/netgraph/ng_patch.c
475
val.v4 &= privp->conf->ops[i].val.v4;
sys/netgraph/ng_patch.c
478
val.v4 |= privp->conf->ops[i].val.v4;
sys/netgraph/ng_patch.c
481
val.v4 ^= privp->conf->ops[i].val.v4;
sys/netgraph/ng_patch.c
484
val.v4 <<= privp->conf->ops[i].val.v4;
sys/netgraph/ng_patch.c
487
val.v4 >>= privp->conf->ops[i].val.v4;
sys/netgraph/ng_patch.c
498
switch (privp->conf->ops[i].mode)
sys/netgraph/ng_patch.c
501
val.v8 = privp->conf->ops[i].val.v8;
sys/netgraph/ng_patch.c
504
val.v8 += privp->conf->ops[i].val.v8;
sys/netgraph/ng_patch.c
507
val.v8 -= privp->conf->ops[i].val.v8;
sys/netgraph/ng_patch.c
510
val.v8 *= privp->conf->ops[i].val.v8;
sys/netgraph/ng_patch.c
513
val.v8 /= privp->conf->ops[i].val.v8;
sys/netgraph/ng_patch.c
519
val.v8 &= privp->conf->ops[i].val.v8;
sys/netgraph/ng_patch.c
522
val.v8 |= privp->conf->ops[i].val.v8;
sys/netgraph/ng_patch.c
525
val.v8 ^= privp->conf->ops[i].val.v8;
sys/netgraph/ng_patch.c
528
val.v8 <<= privp->conf->ops[i].val.v8;
sys/netgraph/ng_patch.c
531
val.v8 >>= privp->conf->ops[i].val.v8;
sys/netgraph/ng_patch.c
540
m_copyback(m, offset, privp->conf->ops[i].length, (caddr_t) &val);
sys/netgraph/ng_patch.c
74
offsetof(struct ng_patch_config, ops));
sys/netgraph/ng_patch.h
116
struct ng_patch_op ops[];
sys/netpfil/ipfw/nat64/ip_fw_nat64.h
58
#define NAT64_DEFINE_OPCODE_REWRITER(mod, name, ops) \
sys/netpfil/ipfw/nat64/ip_fw_nat64.h
94
static struct opcode_obj_rewrite ops[] = { \
sys/ofed/drivers/infiniband/core/ib_umem_odp.c
263
per_mm->mn.ops = &ib_umem_notifiers;
sys/ofed/drivers/infiniband/core/ib_uverbs_uapi.c
651
uapi->driver_id = ibdev->ops.driver_id;
sys/ofed/include/rdma/ib_verbs.h
2098
((struct ib_type *)kzalloc(ib_dev->ops.size_##ib_type, gfp))
sys/ofed/include/rdma/ib_verbs.h
2140
struct ib_device_ops ops;
sys/powerpc/powerpc/platform.c
377
platp->ops = NULL;
sys/riscv/iommu/iommu_frontend.c
407
error = iodom->ops->unmap(iodom, entry,
sys/security/mac/mac_framework.c
491
const void * const *ops;
sys/security/mac/mac_framework.c
496
ops = (const void * const *)mpc->mpc_ops;
sys/security/mac/mac_framework.c
499
if (ops[mpfe->offset] != NULL)
sys/security/mac/mac_framework.c
508
const void * const *ops;
sys/security/mac/mac_framework.c
513
ops = (const void * const *)mpc->mpc_ops;
sys/security/mac/mac_framework.c
516
if (ops[mpfe->offset] != NULL)
sys/security/mac_veriexec/mac_veriexec.c
1000
strlcpy(result.fp_type, ip->ops->type, sizeof(result.fp_type));
sys/security/mac_veriexec/mac_veriexec.c
1006
ip->ops->digest_len);
sys/security/mac_veriexec/mac_veriexec.c
985
strlcpy(result32.fp_type, ip->ops->type, sizeof(result32.fp_type));
sys/security/mac_veriexec/mac_veriexec.c
992
ip->ops->digest_len);
sys/security/mac_veriexec/mac_veriexec_internal.h
55
struct mac_veriexec_fpops *ops;
sys/security/mac_veriexec/veriexec_fingerprint.c
150
ctx = malloc(ip->ops->context_size, M_VERIEXEC, M_WAITOK);
sys/security/mac_veriexec/veriexec_fingerprint.c
152
(ip->ops->init)(ctx);
sys/security/mac_veriexec/veriexec_fingerprint.c
166
(ip->ops->update)(ctx, filebuf, nread);
sys/security/mac_veriexec/veriexec_fingerprint.c
168
(ip->ops->final)(fingerprint, ctx);
sys/security/mac_veriexec/veriexec_fingerprint.c
171
for (offset = 0; offset < ip->ops->digest_len; offset++)
sys/security/mac_veriexec/veriexec_fingerprint.c
198
return memcmp(ip->fingerprint, digest, ip->ops->digest_len);
sys/security/mac_veriexec/veriexec_metadata.c
560
len = ip->ops->digest_len;
sys/security/mac_veriexec/veriexec_metadata.c
679
ip->ops = fpops;
sys/security/mac_veriexec/veriexec_metadata.c
732
ip->ops = fpops;
sys/sys/cons.h
102
#define CONSOLE_DEVICE(name, ops, arg) \
sys/sys/cons.h
104
.cn_ops = &ops, \
sys/sys/kobj.h
187
void kobj_class_compile_static(kobj_class_t cls, kobj_ops_t ops);
sys/sys/kobj.h
62
kobj_ops_t ops /* compiled method table */
sys/sys/kobj.h
72
kobj_ops_t ops
sys/sys/sysproto.h
191
char ops_l_[PADL_(int)]; int ops; char ops_r_[PADR_(int)];
sys/vm/device_pager.c
137
const struct cdev_pager_ops *ops, vm_ooffset_t size, vm_prot_t prot,
sys/vm/device_pager.c
147
KASSERT(tp == OBJT_MGTDEVICE || ops->cdev_pg_populate == NULL,
sys/vm/device_pager.c
207
KASSERT(object->un_pager.devp.ops == ops,
sys/vm/device_pager.c
208
("Inconsistent devops %p %p", object, ops));
sys/vm/device_pager.c
215
object->un_pager.devp.ops = ops;
sys/vm/device_pager.c
221
if (ops->cdev_pg_populate != NULL)
sys/vm/device_pager.c
223
if (ops->cdev_pg_ctor(handle, size, prot, foff,
sys/vm/device_pager.c
271
if (object->un_pager.devp.ops->cdev_pg_path != NULL)
sys/vm/device_pager.c
272
object->un_pager.devp.ops->cdev_pg_path(
sys/vm/device_pager.c
336
object->un_pager.devp.ops->cdev_pg_dtor(object->un_pager.devp.handle);
sys/vm/device_pager.c
377
if (object->un_pager.devp.ops->cdev_pg_fault == NULL)
sys/vm/device_pager.c
380
error = object->un_pager.devp.ops->cdev_pg_fault(object,
sys/vm/device_pager.c
407
if (object->un_pager.devp.ops->cdev_pg_populate == NULL)
sys/vm/device_pager.c
409
return (object->un_pager.devp.ops->cdev_pg_populate(object, pidx,
sys/vm/phys_pager.c
120
object->un_pager.phys.ops = ops;
sys/vm/phys_pager.c
122
if (ops->phys_pg_populate != NULL)
sys/vm/phys_pager.c
135
object->un_pager.phys.ops = ops;
sys/vm/phys_pager.c
137
if (ops->phys_pg_populate != NULL)
sys/vm/phys_pager.c
140
if (init && ops->phys_pg_ctor != NULL)
sys/vm/phys_pager.c
141
ops->phys_pg_ctor(object, prot, foff, cred);
sys/vm/phys_pager.c
166
if (object->un_pager.phys.ops->phys_pg_dtor != NULL)
sys/vm/phys_pager.c
167
object->un_pager.phys.ops->phys_pg_dtor(object);
sys/vm/phys_pager.c
202
return (object->un_pager.phys.ops->phys_pg_getpages(object, m,
sys/vm/phys_pager.c
268
return (object->un_pager.phys.ops->phys_pg_populate(object, pidx,
sys/vm/phys_pager.c
299
return (object->un_pager.phys.ops->phys_pg_haspage(object, pindex,
sys/vm/phys_pager.c
76
phys_pager_allocate(void *handle, const struct phys_pager_ops *ops, void *data,
sys/vm/vm_object.c
285
kernel_object->un_pager.phys.ops = &default_phys_pg_ops;
sys/vm/vm_object.h
137
const struct cdev_pager_ops *ops;
sys/vm/vm_object.h
168
const struct phys_pager_ops *ops;
sys/vm/vm_pager.c
399
vm_pager_alloc_dyn_type(struct pagerops *ops, int base_type)
sys/vm/vm_pager.c
417
if (ops->pgo_##n == NULL) \
sys/vm/vm_pager.c
418
ops->pgo_##n = pagertab[base_type]->pgo_##n
sys/vm/vm_pager.c
439
pagertab[res] = ops; /* XXXKIB should be rel, but acq is too much */
sys/vm/vm_pager.h
284
int vm_pager_alloc_dyn_type(struct pagerops *ops, int base_type);
sys/vm/vm_pager.h
300
const struct cdev_pager_ops *ops, vm_ooffset_t size, vm_prot_t prot,
sys/vm/vm_pager.h
321
vm_object_t phys_pager_allocate(void *handle, const struct phys_pager_ops *ops,
sys/x86/iommu/amd_ctx.c
131
error = iodom->ops->unmap(iodom, entry,
sys/x86/iommu/intel_ctx.c
887
error = iodom->ops->unmap(iodom, entry,
sys/x86/pci/pci_early_quirks.c
278
const struct intel_stolen_ops *ops;
sys/x86/pci/pci_early_quirks.c
306
ops = intel_ids[i].data;
sys/x86/pci/pci_early_quirks.c
307
intel_graphics_stolen_base = ops->base(domain, bus, slot, func);
sys/x86/pci/pci_early_quirks.c
308
intel_graphics_stolen_size = ops->size(domain, bus, slot, func);
sys/xdr/xdr_sizeof.c
129
struct xdr_ops ops;
sys/xdr/xdr_sizeof.c
135
ops.x_putlong = x_putlong;
sys/xdr/xdr_sizeof.c
136
ops.x_putbytes = x_putbytes;
sys/xdr/xdr_sizeof.c
137
ops.x_inline = x_inline;
sys/xdr/xdr_sizeof.c
138
ops.x_getpostn = x_getpostn;
sys/xdr/xdr_sizeof.c
139
ops.x_setpostn = x_setpostn;
sys/xdr/xdr_sizeof.c
140
ops.x_destroy = x_destroy;
sys/xdr/xdr_sizeof.c
143
ops.x_getlong = (dummyfunc1) harmless;
sys/xdr/xdr_sizeof.c
144
ops.x_getbytes = (dummyfunc2) harmless;
sys/xdr/xdr_sizeof.c
147
x.x_ops = &ops;
usr.bin/genl/genl.c
103
struct genl_ctrl_op **ops;
usr.bin/genl/genl.c
154
struct genl_ctrl_ops ops;
usr.bin/genl/genl.c
186
.off = _OUT(ops),
usr.bin/genl/genl.c
211
dump_operations(struct genl_ctrl_ops *ops)
usr.bin/genl/genl.c
213
if (ops->num_ops == 0)
usr.bin/genl/genl.c
216
for (uint32_t i = 0; i < ops->num_ops; i++) {
usr.bin/genl/genl.c
220
ops->ops[i]->id,
usr.bin/genl/genl.c
221
ops->ops[i]->flags);
usr.bin/genl/genl.c
223
if ((ops->ops[i]->flags & op_caps[j].flag) ==
usr.bin/genl/genl.c
260
dump_operations(&family->ops);
usr.bin/ktrace/ktrace.c
124
ops = KTROP_CLEAR | KTRFLAG_DESCEND;
usr.bin/ktrace/ktrace.c
127
ops |= pid ? KTROP_CLEAR : KTROP_CLEARFILE;
usr.bin/ktrace/ktrace.c
129
if (ktrace(tracefile, ops, trpoints, pid) < 0)
usr.bin/ktrace/ktrace.c
157
if (ktrace(tracefile, ops, trpoints, getpid()) < 0)
usr.bin/ktrace/ktrace.c
162
if (ktrace(tracefile, ops, trpoints, pid) < 0)
usr.bin/ktrace/ktrace.c
60
int append, ch, fd, inherit, ops, trpoints;
usr.bin/ktrace/ktrace.c
65
append = ops = inherit = 0;
usr.bin/ktrace/ktrace.c
80
ops |= KTRFLAG_DESCEND;
usr.bin/pr/pr.c
1120
int ops; /* last col output */
usr.bin/pr/pr.c
1131
ops = *svops;
usr.bin/pr/pr.c
1155
while (ips - ops > 1) {
usr.bin/pr/pr.c
1159
if ((tbps = ops + gap - (ops % gap)) > ips)
usr.bin/pr/pr.c
1165
ops = tbps;
usr.bin/pr/pr.c
1168
while (ops < ips) {
usr.bin/pr/pr.c
1176
++ops;
usr.bin/pr/pr.c
1187
++ops;
usr.bin/pr/pr.c
1194
*svops = ops;
usr.bin/pr/pr.c
1200
while (ips - ops > 1) {
usr.bin/pr/pr.c
1204
if ((tbps = ops + gap - (ops % gap)) > ips)
usr.bin/pr/pr.c
1210
ops = tbps;
usr.bin/pr/pr.c
1212
while (ops < ips) {
usr.bin/pr/pr.c
1220
++ops;
usr.bin/pr/pr.c
1443
int ops = 0;
usr.bin/pr/pr.c
1461
if (offst && otln(buf, offst, &ips, &ops, -1))
usr.bin/pr/pr.c
170
int ops;
usr.bin/pr/pr.c
234
ops = 0;
usr.bin/pr/pr.c
259
if (otln(obuf,cnt+off, &ips, &ops, mor))
usr.bin/pr/pr.c
261
} else if (otln(lbuf, cnt, &ips, &ops, mor))
usr.bin/pr/pr.c
277
ops = 0;
usr.bin/pr/pr.c
341
int ops = 0;
usr.bin/pr/pr.c
535
ops = 0;
usr.bin/pr/pr.c
537
otln(buf,offst,&ips,&ops,1))
usr.bin/pr/pr.c
562
&ops, 1))
usr.bin/pr/pr.c
571
if (otln(buf, 0, &ips, &ops, 0))
usr.bin/pr/pr.c
606
if (otln(ptbf, j, &ips, &ops, 0))
usr.bin/pr/pr.c
661
int ops = 0;
usr.bin/pr/pr.c
757
if (otln(buf, j, &ips, &ops, 0))
usr.bin/pr/pr.c
813
int ops = 0;
usr.bin/pr/pr.c
972
if (otln(buf, j, &ips, &ops, 0))
usr.bin/systat/iolat.c
168
if (strcmp(op, ops[i]) == 0)
usr.bin/systat/iolat.c
49
static const char *ops[NUM_OPS] = { "read", "write", "trim" };
usr.sbin/bhyve/amd64/fwctl.c
319
if (rinfo.req_type <= OP_MAX && ops[rinfo.req_type] != NULL)
usr.sbin/bhyve/amd64/fwctl.c
320
rinfo.req_op = ops[rinfo.req_type];
usr.sbin/bhyve/amd64/fwctl.c
577
ops[OP_GET_LEN] = &fgetlen_info;
usr.sbin/bhyve/amd64/fwctl.c
578
ops[OP_GET] = &fgetval_info;
usr.sbin/bhyve/amd64/fwctl.c
81
static struct op_info *ops[OP_MAX+1];
usr.sbin/bhyve/amd64/pci_gvt-d.c
146
const struct igd_ops *ops;
usr.sbin/bhyve/amd64/pci_gvt-d.c
152
.ops = (_ops), \
usr.sbin/bhyve/amd64/pci_gvt-d.c
204
return (igd_devices[i].ops);
usr.sbin/pkg/pkg.c
104
const struct pkgsign_ops *ops;
usr.sbin/pkg/pkg.c
110
ops = NULL;
usr.sbin/pkg/pkg.c
115
ops = impl->pi_ops;
usr.sbin/pkg/pkg.c
120
if (ops == NULL)
usr.sbin/pkg/pkg.c
123
ctx_size = ops->pkgsign_ctx_size;
usr.sbin/pkg/pkg.c
134
if (ops->pkgsign_new != NULL)
usr.sbin/pkg/pkg.c
135
ret = (*ops->pkgsign_new)(name, nctx);