Home
last modified time | relevance | path

Searched refs:gmac (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dgmac.h112 struct gmac { struct
118 extern struct gmac t1_pm3393_ops; argument
119 extern struct gmac t1_chelsio_mac_ops;
120 extern struct gmac t1_vsc7321_ops;
121 extern struct gmac t1_vsc7326_ops;
122 extern struct gmac t1_ixf1010_ops;
123 extern struct gmac t1_dummy_mac_ops;
H A Dcommon.h170 struct gmac;
190 struct gmac *gmac; member
H A Dch_subr.c1378 adapter->params.stats_update_period = bi->gmac->stats_update_period; in t1_init_sw_modules()
1461 if (bi->gmac->reset) in t1_init_sw_modules()
1462 bi->gmac->reset(adapter); in t1_init_sw_modules()
1477 adapter->port[i].mac = mac = bi->gmac->create(adapter, i); in t1_init_sw_modules()
H A Dvsc7321.c466 struct gmac t1_vsc7321_ops = {
H A Dch_mac.c416 struct gmac t1_chelsio_mac_ops = {
H A Dixf1010.c531 struct gmac t1_ixf1010_ops = {
H A Dvsc7326.c761 struct gmac t1_vsc7326_ops = {
H A Dpm3393.c926 struct gmac t1_pm3393_ops = {
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c353 uint32_t gmac; in yge_mii_notify() local
376 gmac = GMC_PAUSE_ON; in yge_mii_notify()
380 gmac = GMC_PAUSE_ON; in yge_mii_notify()
384 gmac = GMC_PAUSE_ON; in yge_mii_notify()
389 gmac = GMC_PAUSE_OFF; in yge_mii_notify()
412 gmac = GMC_PAUSE_OFF; in yge_mii_notify()
424 CSR_WRITE_4(dev, MR_ADDR(port->p_port, GMAC_CTRL), gmac); in yge_mii_notify()
2415 uint16_t gmac; in yge_start_port() local
2471 gmac = DATA_BLIND_VAL(DATA_BLIND_DEF) | in yge_start_port()
2475 gmac |= GM_SMOD_JUMBO_ENA; in yge_start_port()
[all …]
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dnsmb_kcrypt.h65 CK_AES_GMAC_PARAMS gmac; member