Searched refs:gmac (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/net/chelsio/ |
D | gmac.h | 133 struct gmac { struct 139 extern const struct gmac t1_pm3393_ops; argument 140 extern const struct gmac t1_vsc7326_ops;
|
D | subr.c | 409 .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()
|
D | common.h | 275 struct gmac; 294 const struct gmac *gmac; member
|
D | vsc7326.c | 726 const struct gmac t1_vsc7326_ops = {
|
D | pm3393.c | 792 const struct gmac t1_pm3393_ops = {
|
/linux-2.6.39/drivers/net/wireless/ath/ |
D | key.c | 447 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()
|