Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/chelsio/
Dgmac.h133 struct gmac { struct
139 extern const struct gmac t1_pm3393_ops; argument
140 extern const struct gmac t1_vsc7326_ops;
Dsubr.c409 .gmac = &t1_pm3393_ops,
429 .gmac = &t1_pm3393_ops,
449 .gmac = &t1_pm3393_ops,
471 .gmac = &t1_pm3393_ops,
493 .gmac = &t1_pm3393_ops,
517 .gmac = &t1_vsc7326_ops,
1059 adapter->params.stats_update_period = bi->gmac->stats_update_period; in t1_init_sw_modules()
1085 if (bi->gmac->reset) in t1_init_sw_modules()
1086 bi->gmac->reset(adapter); in t1_init_sw_modules()
1101 adapter->port[i].mac = mac = bi->gmac->create(adapter, i); in t1_init_sw_modules()
Dcommon.h275 struct gmac;
294 const struct gmac *gmac; member
Dvsc7326.c726 const struct gmac t1_vsc7326_ops = {
Dpm3393.c792 const struct gmac t1_pm3393_ops = {
/linux-2.6.39/drivers/net/wireless/ath/
Dkey.c447 u8 gmac[ETH_ALEN]; in ath_key_config() local
474 memcpy(gmac, vif->addr, ETH_ALEN); in ath_key_config()
475 gmac[0] |= 0x01; in ath_key_config()
476 mac = gmac; in ath_key_config()
484 memcpy(gmac, sta->addr, ETH_ALEN); in ath_key_config()
485 gmac[0] |= 0x01; in ath_key_config()
486 mac = gmac; in ath_key_config()