usr/src/cmd/audio/utilities/g721.c
114
int an,
usr/src/cmd/audio/utilities/g721.c
120
if (an == 0) {
usr/src/cmd/audio/utilities/g721.c
124
} else if (an > 0) {
usr/src/cmd/audio/utilities/g721.c
125
anexp = _fmultanexp[an] - 12;
usr/src/cmd/audio/utilities/g721.c
126
anmant = ((anexp >= 0) ? an >> anexp : an << -anexp) & 07700;
usr/src/cmd/audio/utilities/g721.c
141
anmag = (-an) & 0x1FFF;
usr/src/cmd/audio/utilities/g723.c
119
int an,
usr/src/cmd/audio/utilities/g723.c
125
if (an == 0) {
usr/src/cmd/audio/utilities/g723.c
129
} else if (an > 0) {
usr/src/cmd/audio/utilities/g723.c
130
anexp = _fmultanexp[an] - 12;
usr/src/cmd/audio/utilities/g723.c
131
anmant = ((anexp >= 0) ? an >> anexp : an << -anexp) & 07700;
usr/src/cmd/audio/utilities/g723.c
146
anmag = (-an) & 0x1FFF;
usr/src/cmd/bhyve/common/pci_virtio_scsi.c
614
pci_vtscsi_an_handle(struct pci_vtscsi_softc *sc, struct pci_vtscsi_ctrl_an *an)
usr/src/cmd/bhyve/common/pci_virtio_scsi.c
619
if (pci_vtscsi_check_lun(sc, an->lun) == false) {
usr/src/cmd/bhyve/common/pci_virtio_scsi.c
621
"%.2hhx%.2hhx-%.2hhx%.2hhx", an->lun[0], an->lun[1],
usr/src/cmd/bhyve/common/pci_virtio_scsi.c
622
an->lun[2], an->lun[3], an->lun[4], an->lun[5], an->lun[6],
usr/src/cmd/bhyve/common/pci_virtio_scsi.c
623
an->lun[7]);
usr/src/cmd/bhyve/common/pci_virtio_scsi.c
624
an->response = VIRTIO_SCSI_S_BAD_TARGET;
usr/src/cmd/bhyve/common/pci_virtio_scsi.c
628
target = pci_vtscsi_get_target(sc, an->lun);
usr/src/cmd/bhyve/common/pci_virtio_scsi.c
633
target, pci_vtscsi_get_lun(sc, an->lun), an->event_requested);
usr/src/cmd/bhyve/common/pci_virtio_scsi.c
635
sc->vss_backend->vsb_an_hdl(sc, fd, an);
usr/src/cmd/bhyve/common/pci_virtio_scsi_ctl.c
271
struct pci_vtscsi_ctrl_an *an)
usr/src/cmd/bhyve/common/pci_virtio_scsi_ctl.c
273
an->response = VIRTIO_SCSI_S_FAILURE;
usr/src/cmd/bhyve/common/pci_virtio_scsi_uscsi.c
273
struct pci_vtscsi_ctrl_an *an)
usr/src/cmd/bhyve/common/pci_virtio_scsi_uscsi.c
276
if (pci_vtscsi_get_lun(sc, an->lun) != 0) {
usr/src/cmd/bhyve/common/pci_virtio_scsi_uscsi.c
277
an->response = VIRTIO_SCSI_S_BAD_TARGET;
usr/src/cmd/bhyve/common/pci_virtio_scsi_uscsi.c
281
an->response = VIRTIO_SCSI_S_FAILURE;
usr/src/cmd/power/pmconfig.h
47
#define LINEARG(an) *(line_args + an)
usr/src/cmd/sendmail/src/daemon.c
299
log an error here;
usr/src/cmd/spell/spellprog.c
120
{"naino", an, 3, "", "+ian"},
usr/src/cmd/spell/spellprog.c
121
{"na", an, 1, "", "+n"},
usr/src/cmd/spell/spellprog.c
170
{"naino", an, 3, "", "+ian"},
usr/src/cmd/spell/spellprog.c
171
{"na", an, 1, "", "+n"},
usr/src/cmd/spell/spellprog.c
58
static int an(char *, char *, char *, int);
usr/src/cmd/ypcmd/ypxfr.c
1069
if (!get_order(an, &n, pushstat)) {
usr/src/cmd/ypcmd/ypxfr.c
743
get_order(an, n, pushstat)
usr/src/cmd/ypcmd/ypxfr.c
744
char *an;
usr/src/cmd/ypcmd/ypxfr.c
749
return (get_v2order(an, n, pushstat));
usr/src/cmd/ypcmd/ypxfr.c
755
get_v2order(an, n, pushstat)
usr/src/cmd/ypcmd/ypxfr.c
756
char *an;
usr/src/cmd/ypcmd/ypxfr.c
779
sprintf(an, "%d", resp.ordernum);
usr/src/cmd/ypcmd/ypxfr.c
987
char an[11];
usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/asn1_k_encode.c
1360
How to write an asn1 encoder function using these macros:
usr/src/lib/libresolv2/common/nameser/ns_name.c
762
ns_name_owned(ns_namemap_ct a, int an, ns_namemap_ct b, int bn) {
usr/src/lib/libresolv2/common/nameser/ns_name.c
764
if (an < bn)
usr/src/lib/libresolv2/common/nameser/ns_name.c
773
a++, an--;
usr/src/test/util-tests/tests/awk/examples/awk/t.8.y
3
# this should print nothing for an empty input line
usr/src/uts/common/io/arn/arn_core.h
494
struct ath_node *an;
usr/src/uts/common/io/arn/arn_core.h
554
void arn_tx_node_init(struct arn_softc *sc, struct ath_node *an);
usr/src/uts/common/io/arn/arn_main.c
1654
struct ath_node *an;
usr/src/uts/common/io/arn/arn_main.c
1659
an = kmem_zalloc(sizeof (struct ath_node), KM_SLEEP);
usr/src/uts/common/io/arn/arn_main.c
1663
arn_rate_update(sc, &an->an_node, 0);
usr/src/uts/common/io/arn/arn_main.c
1668
arn_tx_node_init(sc, an);
usr/src/uts/common/io/arn/arn_main.c
1672
an->last_rssi = ATH_RSSI_DUMMY_MARKER;
usr/src/uts/common/io/arn/arn_main.c
1674
return ((an != NULL) ? &an->an_node : NULL);
usr/src/uts/common/io/arn/arn_rc.c
1576
struct ath_node *an = ATH_NODE(in);
usr/src/uts/common/io/arn/arn_rc.c
1578
(struct ath_rate_priv *)&an->rate_priv;
usr/src/uts/common/io/arn/arn_rc.c
1621
struct ath_node *an = ATH_NODE(in);
usr/src/uts/common/io/arn/arn_rc.c
1623
(struct ath_rate_priv *)&an->rate_priv;
usr/src/uts/common/io/arn/arn_rc.c
1667
struct ath_node *an;
usr/src/uts/common/io/arn/arn_rc.c
1672
an = (struct ath_node *)sta->drv_priv;
usr/src/uts/common/io/arn/arn_rc.c
1674
if (arn_tx_aggr_check(sc, an, tid))
usr/src/uts/common/io/arn/arn_rc.c
1685
struct ath_node *an = ATH_NODE(in);
usr/src/uts/common/io/arn/arn_rc.c
1687
(struct ath_rate_priv *)&an->rate_priv;
usr/src/uts/common/io/arn/arn_rc.c
1727
an->maxampdu =
usr/src/uts/common/io/arn/arn_rc.c
1729
an->mpdudensity = parse_mpdudensity(ampdu_density);
usr/src/uts/common/io/arn/arn_rc.c
1800
struct ath_node *an = ATH_NODE(in);
usr/src/uts/common/io/arn/arn_rc.c
1809
an->an_tx_mgtrate = rt->info[0].ratecode;
usr/src/uts/common/io/arn/arn_rc.c
1810
an->an_tx_mgtratesp = an->an_tx_mgtrate | rt->info[0].short_preamble;
usr/src/uts/common/io/arn/arn_rc.c
1814
an->an_tx_mgtrate, an->an_tx_mgtratesp));
usr/src/uts/common/io/arn/arn_rc.c
1825
an->an_tx_rix0 = sc->asc_rixmap[
usr/src/uts/common/io/arn/arn_rc.c
1827
an->an_tx_rate0 = rt->info[an->an_tx_rix0].ratecode;
usr/src/uts/common/io/arn/arn_rc.c
1828
an->an_tx_rate0sp = an->an_tx_rate0 |
usr/src/uts/common/io/arn/arn_rc.c
1829
rt->info[an->an_tx_rix0].short_preamble;
usr/src/uts/common/io/arn/arn_rc.c
1838
an->an_tx_try0 = 1 + 3; /* 4 tries at rate 0 */
usr/src/uts/common/io/arn/arn_rc.c
1842
an->an_tx_rate1 = rt->info[rix].ratecode;
usr/src/uts/common/io/arn/arn_rc.c
1843
an->an_tx_rate1sp = an->an_tx_rate1 |
usr/src/uts/common/io/arn/arn_rc.c
1846
an->an_tx_rate1 = an->an_tx_rate1sp = 0;
usr/src/uts/common/io/arn/arn_rc.c
1851
an->an_tx_rate2 = rt->info[rix].ratecode;
usr/src/uts/common/io/arn/arn_rc.c
1852
an->an_tx_rate2sp = an->an_tx_rate2 |
usr/src/uts/common/io/arn/arn_rc.c
1855
an->an_tx_rate2 = an->an_tx_rate2sp = 0;
usr/src/uts/common/io/arn/arn_rc.c
1858
an->an_tx_rate3 = rt->info[0].ratecode;
usr/src/uts/common/io/arn/arn_rc.c
1859
an->an_tx_rate3sp =
usr/src/uts/common/io/arn/arn_rc.c
1860
an->an_tx_mgtrate | rt->info[0].short_preamble;
usr/src/uts/common/io/arn/arn_rc.c
1862
an->an_tx_rate3 = an->an_tx_rate3sp = 0;
usr/src/uts/common/io/arn/arn_rc.c
1865
an->an_tx_try0 = ATH_TXMAXTRY; /* max tries at rate 0 */
usr/src/uts/common/io/arn/arn_rc.c
1866
an->an_tx_rate1 = an->an_tx_rate1sp = 0;
usr/src/uts/common/io/arn/arn_rc.c
1867
an->an_tx_rate2 = an->an_tx_rate2sp = 0;
usr/src/uts/common/io/arn/arn_rc.c
1868
an->an_tx_rate3 = an->an_tx_rate3sp = 0;
usr/src/uts/common/io/arn/arn_rc.c
1871
an->an_tx_ok = an->an_tx_err = an->an_tx_retr = an->an_tx_upper = 0;
usr/src/uts/common/io/arn/arn_rc.c
1971
struct ath_node *an = ATH_NODE(in);
usr/src/uts/common/io/arn/arn_rc.c
1980
enough = (an->an_tx_ok + an->an_tx_err >= 10);
usr/src/uts/common/io/arn/arn_rc.c
1983
if (an->an_tx_err > 0 && an->an_tx_ok == 0)
usr/src/uts/common/io/arn/arn_rc.c
1987
if (enough && an->an_tx_ok < an->an_tx_retr)
usr/src/uts/common/io/arn/arn_rc.c
1991
if (enough && an->an_tx_err == 0 && an->an_tx_ok > an->an_tx_retr * 10)
usr/src/uts/common/io/arn/arn_rc.c
1997
if (enough && an->an_tx_upper > 0)
usr/src/uts/common/io/arn/arn_rc.c
1998
an->an_tx_upper--;
usr/src/uts/common/io/arn/arn_rc.c
2005
an->an_tx_upper = 0;
usr/src/uts/common/io/arn/arn_rc.c
2008
if (++an->an_tx_upper < 10)
usr/src/uts/common/io/arn/arn_rc.c
2010
an->an_tx_upper = 0;
usr/src/uts/common/io/arn/arn_rc.c
2023
an->an_tx_ok, an->an_tx_err, an->an_tx_retr));
usr/src/uts/common/io/arn/arn_rc.c
2026
an->an_tx_ok = an->an_tx_err = an->an_tx_retr = 0;
usr/src/uts/common/io/arn/arn_recv.c
433
struct ath_node *an;
usr/src/uts/common/io/arn/arn_recv.c
570
an = ATH_NODE(in);
usr/src/uts/common/io/arn/arn_recv.c
599
ATH_RSSI_LPF(an->last_rssi, ds->ds_rxstat.rs_rssi);
usr/src/uts/common/io/arn/arn_recv.c
601
last_rssi = an->last_rssi;
usr/src/uts/common/io/arn/arn_xmit.c
1003
struct ath_node *an;
usr/src/uts/common/io/arn/arn_xmit.c
1015
an = ATH_NODE(in);
usr/src/uts/common/io/arn/arn_xmit.c
1038
tid = ATH_AN_2_TID(an, bf->bf_tidno);
usr/src/uts/common/io/arn/arn_xmit.c
131
arn_aggr_query(struct arn_softc *sc, struct ath_node *an, uint8_t tidno)
usr/src/uts/common/io/arn/arn_xmit.c
134
tid = ATH_AN_2_TID(an, tidno);
usr/src/uts/common/io/arn/arn_xmit.c
1862
struct ath_node *an;
usr/src/uts/common/io/arn/arn_xmit.c
1948
an = (struct ath_node *)(in);
usr/src/uts/common/io/arn/arn_xmit.c
2009
ieee80211_macaddr_sprintf(wh->i_addr1), mbslen, an->an_tx_rate1sp,
usr/src/uts/common/io/arn/arn_xmit.c
2010
an->an_tx_rate2sp, an->an_tx_rate3sp,
usr/src/uts/common/io/arn/arn_xmit.c
2193
struct ath_node *an;
usr/src/uts/common/io/arn/arn_xmit.c
2223
an = ATH_NODE(in);
usr/src/uts/common/io/arn/arn_xmit.c
2226
an->an_tx_ok++;
usr/src/uts/common/io/arn/arn_xmit.c
2227
an->an_tx_antenna = ts->ts_antenna;
usr/src/uts/common/io/arn/arn_xmit.c
2232
an->an_tx_err++;
usr/src/uts/common/io/arn/arn_xmit.c
2242
an->an_tx_antenna = 0; /* invalidate */
usr/src/uts/common/io/arn/arn_xmit.c
2259
an->an_tx_ok++;
usr/src/uts/common/io/arn/arn_xmit.c
2261
an->an_tx_err++;
usr/src/uts/common/io/arn/arn_xmit.c
2263
an->an_tx_retr += sr + lr;
usr/src/uts/common/io/arn/arn_xmit.c
2338
arn_tx_node_init(struct arn_softc *sc, struct ath_node *an)
usr/src/uts/common/io/arn/arn_xmit.c
2344
for (tidno = 0, tid = &an->tid[tidno]; tidno < WME_NUM_TID;
usr/src/uts/common/io/arn/arn_xmit.c
2346
tid->an = an;
usr/src/uts/common/io/arn/arn_xmit.c
2357
tid->ac = &an->ac[acno];
usr/src/uts/common/io/arn/arn_xmit.c
2363
for (acno = 0, ac = &an->ac[acno]; acno < WME_NUM_AC; acno++, ac++) {
usr/src/uts/common/io/arn/arn_xmit.c
2396
struct ath_node *an = ATH_NODE(in);
usr/src/uts/common/io/arn/arn_xmit.c
2406
if (tid && tid->an != an)
usr/src/uts/common/io/arn/arn_xmit.c
358
struct ath_node *an = NULL;
usr/src/uts/common/io/arn/arn_xmit.c
369
an = ATH_NODE(in); /* Be sure in != NULL */
usr/src/uts/common/io/arn/arn_xmit.c
370
tid = ATH_AN_2_TID(an, bf->bf_tidno);
usr/src/uts/common/io/arn/arn_xmit.c
569
maxampdu = tid->an->maxampdu;
usr/src/uts/common/io/arn/arn_xmit.c
610
mpdudensity = tid->an->mpdudensity;
usr/src/uts/common/io/arn/arn_xmit.c
777
struct ath_node *an;
usr/src/uts/common/io/arn/arn_xmit.c
779
an = ATH_NODE(in);
usr/src/uts/common/io/arn/arn_xmit.c
782
txtid = ATH_AN_2_TID(an, tid);
usr/src/uts/common/io/arn/arn_xmit.c
794
struct ath_node *an = ATH_NODE(in);
usr/src/uts/common/io/arn/arn_xmit.c
795
struct ath_atx_tid *txtid = ATH_AN_2_TID(an, tid);
usr/src/uts/common/io/arn/arn_xmit.c
850
struct ath_node *an;
usr/src/uts/common/io/arn/arn_xmit.c
852
an = ATH_NODE(in);
usr/src/uts/common/io/arn/arn_xmit.c
855
txtid = ATH_AN_2_TID(an, tid);
usr/src/uts/common/io/arn/arn_xmit.c
864
arn_tx_aggr_check(struct arn_softc *sc, struct ath_node *an, uint8_t tidno)
usr/src/uts/common/io/arn/arn_xmit.c
871
txtid = ATH_AN_2_TID(an, tidno);
usr/src/uts/common/io/ath/ath_main.c
1106
struct ath_node *an;
usr/src/uts/common/io/ath/ath_main.c
1130
an = ATH_NODE(in);
usr/src/uts/common/io/ath/ath_main.c
1133
an->an_tx_ok++;
usr/src/uts/common/io/ath/ath_main.c
1134
an->an_tx_antenna = ts->ts_antenna;
usr/src/uts/common/io/ath/ath_main.c
1141
an->an_tx_err++;
usr/src/uts/common/io/ath/ath_main.c
1148
an->an_tx_antenna = 0; /* invalidate */
usr/src/uts/common/io/ath/ath_main.c
1165
an->an_tx_ok++;
usr/src/uts/common/io/ath/ath_main.c
1167
an->an_tx_err++;
usr/src/uts/common/io/ath/ath_main.c
1169
an->an_tx_retr += sr + lr;
usr/src/uts/common/io/ath/ath_main.c
1208
struct ath_node *an;
usr/src/uts/common/io/ath/ath_main.c
1211
an = kmem_zalloc(sizeof (struct ath_node), KM_SLEEP);
usr/src/uts/common/io/ath/ath_main.c
1212
ath_rate_update(asc, &an->an_node, 0);
usr/src/uts/common/io/ath/ath_main.c
1213
return (&an->an_node);
usr/src/uts/common/io/ath/ath_main.c
683
struct ath_node *an;
usr/src/uts/common/io/ath/ath_main.c
764
an = ATH_NODE(in);
usr/src/uts/common/io/ath/ath_main.c
784
txrate = an->an_tx_mgtratesp;
usr/src/uts/common/io/ath/ath_main.c
786
txrate = an->an_tx_mgtrate;
usr/src/uts/common/io/ath/ath_main.c
796
txrate = an->an_tx_mgtratesp;
usr/src/uts/common/io/ath/ath_main.c
798
txrate = an->an_tx_mgtrate;
usr/src/uts/common/io/ath/ath_main.c
804
rix = an->an_tx_rix0;
usr/src/uts/common/io/ath/ath_main.c
805
try0 = an->an_tx_try0;
usr/src/uts/common/io/ath/ath_main.c
807
txrate = an->an_tx_rate0sp;
usr/src/uts/common/io/ath/ath_main.c
809
txrate = an->an_tx_rate0;
usr/src/uts/common/io/ath/ath_main.c
893
an->an_tx_antenna, /* antenna mode */
usr/src/uts/common/io/ath/ath_main.c
903
ieee80211_macaddr_sprintf(wh->i_addr1), mbslen, an->an_tx_rate1sp,
usr/src/uts/common/io/ath/ath_main.c
904
an->an_tx_rate2sp, an->an_tx_rate3sp,
usr/src/uts/common/io/ath/ath_main.c
916
an->an_tx_rate1sp, 2, /* series 1 */
usr/src/uts/common/io/ath/ath_main.c
917
an->an_tx_rate2sp, 2, /* series 2 */
usr/src/uts/common/io/ath/ath_main.c
918
an->an_tx_rate3sp, 2); /* series 3 */
usr/src/uts/common/io/ath/ath_rate.c
100
an->an_tx_rate0 = rt->info[an->an_tx_rix0].rateCode;
usr/src/uts/common/io/ath/ath_rate.c
101
an->an_tx_rate0sp = an->an_tx_rate0 |
usr/src/uts/common/io/ath/ath_rate.c
102
rt->info[an->an_tx_rix0].shortPreamble;
usr/src/uts/common/io/ath/ath_rate.c
111
an->an_tx_try0 = 1 + 3; /* 4 tries at rate 0 */
usr/src/uts/common/io/ath/ath_rate.c
115
an->an_tx_rate1 = rt->info[rix].rateCode;
usr/src/uts/common/io/ath/ath_rate.c
116
an->an_tx_rate1sp = an->an_tx_rate1 |
usr/src/uts/common/io/ath/ath_rate.c
119
an->an_tx_rate1 = an->an_tx_rate1sp = 0;
usr/src/uts/common/io/ath/ath_rate.c
124
an->an_tx_rate2 = rt->info[rix].rateCode;
usr/src/uts/common/io/ath/ath_rate.c
125
an->an_tx_rate2sp = an->an_tx_rate2 |
usr/src/uts/common/io/ath/ath_rate.c
128
an->an_tx_rate2 = an->an_tx_rate2sp = 0;
usr/src/uts/common/io/ath/ath_rate.c
131
an->an_tx_rate3 = rt->info[0].rateCode;
usr/src/uts/common/io/ath/ath_rate.c
132
an->an_tx_rate3sp =
usr/src/uts/common/io/ath/ath_rate.c
133
an->an_tx_mgtrate | rt->info[0].shortPreamble;
usr/src/uts/common/io/ath/ath_rate.c
135
an->an_tx_rate3 = an->an_tx_rate3sp = 0;
usr/src/uts/common/io/ath/ath_rate.c
138
an->an_tx_try0 = ATH_TXMAXTRY; /* max tries at rate 0 */
usr/src/uts/common/io/ath/ath_rate.c
139
an->an_tx_rate1 = an->an_tx_rate1sp = 0;
usr/src/uts/common/io/ath/ath_rate.c
140
an->an_tx_rate2 = an->an_tx_rate2sp = 0;
usr/src/uts/common/io/ath/ath_rate.c
141
an->an_tx_rate3 = an->an_tx_rate3sp = 0;
usr/src/uts/common/io/ath/ath_rate.c
144
an->an_tx_ok = an->an_tx_err = an->an_tx_retr = an->an_tx_upper = 0;
usr/src/uts/common/io/ath/ath_rate.c
235
struct ath_node *an = ATH_NODE(in);
usr/src/uts/common/io/ath/ath_rate.c
244
enough = (an->an_tx_ok + an->an_tx_err >= 10);
usr/src/uts/common/io/ath/ath_rate.c
247
if (an->an_tx_err > 0 && an->an_tx_ok == 0)
usr/src/uts/common/io/ath/ath_rate.c
251
if (enough && an->an_tx_ok < an->an_tx_retr)
usr/src/uts/common/io/ath/ath_rate.c
255
if (enough && an->an_tx_err == 0 && an->an_tx_ok > an->an_tx_retr * 10)
usr/src/uts/common/io/ath/ath_rate.c
261
if (enough && an->an_tx_upper > 0)
usr/src/uts/common/io/ath/ath_rate.c
262
an->an_tx_upper--;
usr/src/uts/common/io/ath/ath_rate.c
269
an->an_tx_upper = 0;
usr/src/uts/common/io/ath/ath_rate.c
272
if (++an->an_tx_upper < 10)
usr/src/uts/common/io/ath/ath_rate.c
274
an->an_tx_upper = 0;
usr/src/uts/common/io/ath/ath_rate.c
287
an->an_tx_ok, an->an_tx_err, an->an_tx_retr));
usr/src/uts/common/io/ath/ath_rate.c
290
an->an_tx_ok = an->an_tx_err = an->an_tx_retr = 0;
usr/src/uts/common/io/ath/ath_rate.c
75
struct ath_node *an = ATH_NODE(in);
usr/src/uts/common/io/ath/ath_rate.c
84
an->an_tx_mgtrate = rt->info[0].rateCode;
usr/src/uts/common/io/ath/ath_rate.c
85
an->an_tx_mgtratesp = an->an_tx_mgtrate | rt->info[0].shortPreamble;
usr/src/uts/common/io/ath/ath_rate.c
88
an->an_tx_mgtrate, an->an_tx_mgtratesp));
usr/src/uts/common/io/ath/ath_rate.c
98
an->an_tx_rix0 = asc->asc_rixmap[
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
1248
p_link->an = !!(status & LINK_STATUS_AUTO_NEGOTIATE_ENABLED);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
95
bool an;