Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/chxge/com/
H A Dgmac.h114 struct gmac { struct
120 extern struct gmac t1_pm3393_ops; argument
121 extern struct gmac t1_chelsio_mac_ops;
122 extern struct gmac t1_vsc7321_ops;
123 extern struct gmac t1_vsc7326_ops;
124 extern struct gmac t1_ixf1010_ops;
125 extern struct gmac t1_dummy_mac_ops;
H A Dcommon.h172 struct gmac;
192 struct gmac *gmac; member
H A Dch_subr.c1380 adapter->params.stats_update_period = bi->gmac->stats_update_period; in t1_init_sw_modules()
1463 if (bi->gmac->reset) in t1_init_sw_modules()
1464 bi->gmac->reset(adapter); in t1_init_sw_modules()
1479 adapter->port[i].mac = mac = bi->gmac->create(adapter, i); in t1_init_sw_modules()
H A Dvsc7321.c468 struct gmac t1_vsc7321_ops = {
H A Dch_mac.c418 struct gmac t1_chelsio_mac_ops = {
H A Dixf1010.c533 struct gmac t1_ixf1010_ops = {
H A Dvsc7326.c763 struct gmac t1_vsc7326_ops = {
H A Dpm3393.c928 struct gmac t1_pm3393_ops = {
/titanic_41/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 …]