Searched refs:gmac (Results 1 – 10 of 10) sorted by relevance
112 struct gmac { struct118 extern struct gmac t1_pm3393_ops; argument119 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;
170 struct gmac;190 struct gmac *gmac; member
1378 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()
466 struct gmac t1_vsc7321_ops = {
416 struct gmac t1_chelsio_mac_ops = {
531 struct gmac t1_ixf1010_ops = {
761 struct gmac t1_vsc7326_ops = {
926 struct gmac t1_pm3393_ops = {
353 uint32_t gmac; in yge_mii_notify() local376 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() local2471 gmac = DATA_BLIND_VAL(DATA_BLIND_DEF) | in yge_start_port()2475 gmac |= GM_SMOD_JUMBO_ENA; in yge_start_port()[all …]
65 CK_AES_GMAC_PARAMS gmac; member