Searched refs:mac_type (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_osdep.h45 (readl(hw->hw_addr + ((hw->mac_type >= e1000_82543) \
49 (writel((value), (hw->hw_addr + ((hw->mac_type >= e1000_82543) \
54 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
59 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
67 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
72 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
77 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
82 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
H A De1000_hw.c119 if (hw->mac_type == e1000_undefined)
130 if (hw->mac_type == e1000_82541 ||
131 hw->mac_type == e1000_82541_rev_2 ||
132 hw->mac_type == e1000_82547 ||
133 hw->mac_type == e1000_82547_rev_2) {
171 switch (hw->mac_type) {
199 if (hw->mac_type == e1000_82547) {
254 hw->mac_type = e1000_82542_rev2_0;
257 hw->mac_type = e1000_82542_rev2_1;
266 hw->mac_type
[all...]
H A De1000_ethtool.c135 if (hw->mac_type == e1000_82543)
151 if (hw->mac_type >= e1000_82545)
319 if (hw->mac_type < e1000_82543) {
338 if ((hw->mac_type < e1000_82544) ||
339 (hw->mac_type == e1000_82547))
454 if (hw->mac_type >= e1000_82540 &&
596 e1000_mac_type mac_type = hw->mac_type; local
600 ring->rx_max_pending = (mac_type < e1000_82544) ? E1000_MAX_RXD :
602 ring->tx_max_pending = (mac_type < e1000_8254
617 e1000_mac_type mac_type = hw->mac_type; local
[all...]
H A De1000_main.c451 if (!adapter->wol && hw->mac_type >= e1000_82540 &&
455 switch (hw->mac_type) {
547 switch (hw->mac_type) {
578 if (hw->mac_type == e1000_82547) {
622 switch (hw->mac_type) {
660 if (hw->mac_type >= e1000_82544)
668 if (hw->mac_type >= e1000_82544 &&
909 if (hw->mac_type >= e1000_82543) {
917 if ((hw->mac_type >= e1000_82544) &&
918 (hw->mac_type !
[all...]
H A De1000_param.c284 e1000_mac_type mac_type = adapter->hw.mac_type; local
294 .max = mac_type < e1000_82544 ? E1000_MAX_TXD : E1000_MAX_82544_TXD
312 e1000_mac_type mac_type = adapter->hw.mac_type; local
322 .max = mac_type < e1000_82544 ? E1000_MAX_RXD : E1000_MAX_82544_RXD
H A De1000_hw.h1304 e1000_mac_type mac_type; member in struct:e1000_hw
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/chelsio/
H A Despi.h57 int t1_espi_init(struct peespi *espi, int mac_type, int nports);
H A Despi.c238 int t1_espi_init(struct peespi *espi, int mac_type, int nports) argument
255 if (mac_type == CHBT_MAC_PM3393)
257 else if (mac_type == CHBT_MAC_VSC7321)
259 else if (mac_type == CHBT_MAC_IXF1010) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_link.h118 u8 mac_type; member in struct:link_vars
H A Dbnx2x_cmn.c1816 u8 mac_type = UNICAST_ADDRESS; local
1845 mac_type = BROADCAST_ADDRESS;
1847 mac_type = MULTICAST_ADDRESS;
1883 tx_start_bd->general_data = (mac_type <<
H A Dbnx2x_stats.c358 if (bp->link_vars.mac_type == MAC_TYPE_BMAC) {
395 } else if (bp->link_vars.mac_type == MAC_TYPE_EMAC) {
676 if (bp->link_vars.mac_type == MAC_TYPE_BMAC)
679 else if (bp->link_vars.mac_type == MAC_TYPE_EMAC)
H A Dbnx2x_link.c407 vars->mac_type = MAC_TYPE_EMAC;
526 vars->mac_type = MAC_TYPE_BMAC;
664 vars->mac_type = MAC_TYPE_BMAC;
666 vars->mac_type = MAC_TYPE_EMAC;
678 vars->mac_type = MAC_TYPE_NONE;
1967 vars->mac_type = MAC_TYPE_NONE;
5958 vars->mac_type = MAC_TYPE_NONE;
6029 vars->mac_type = MAC_TYPE_BMAC;
6046 vars->mac_type = MAC_TYPE_EMAC;
6076 vars->mac_type
[all...]
H A Dbnx2x_main.c1480 if (bp->link_vars.mac_type == MAC_TYPE_BMAC) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dt1_enc.c336 int mac_type; local
346 mac_type = s->s3->tmp.new_mac_pkey_type;
505 mac_key = EVP_PKEY_new_mac_key(mac_type, NULL,
640 int mac_type = NID_undef, mac_secret_size = 0; local
651 (s->session, &c, &hash, &mac_type, &mac_secret_size, &comp)) {
658 s->s3->tmp.new_mac_pkey_type = mac_type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dt1_enc.c336 int mac_type; local
346 mac_type = s->s3->tmp.new_mac_pkey_type;
505 mac_key = EVP_PKEY_new_mac_key(mac_type, NULL,
640 int mac_type = NID_undef, mac_secret_size = 0; local
651 (s->session, &c, &hash, &mac_type, &mac_secret_size, &comp)) {
658 s->s3->tmp.new_mac_pkey_type = mac_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dmwl8k.c2755 __le16 mac_type; member in struct:mwl8k_cmd_set_mac_addr::__anon13814::__anon13815
2773 int mac_type; local
2776 mac_type = MWL8K_MAC_TYPE_PRIMARY_AP;
2779 mac_type = MWL8K_MAC_TYPE_PRIMARY_CLIENT;
2781 mac_type = MWL8K_MAC_TYPE_SECONDARY_CLIENT;
2784 mac_type = MWL8K_MAC_TYPE_PRIMARY_AP;
2786 mac_type = MWL8K_MAC_TYPE_SECONDARY_AP;
2796 cmd->mbss.mac_type = cpu_to_le16(mac_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgb/
H A Dixgb_hw.h672 ixgb_mac_type mac_type; /* Identifier for MAC controller */ member in struct:ixgb_hw
H A Dixgb_main.c566 hw->mac_type = ixgb_82597;

Completed in 323 milliseconds