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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_osdep.h67 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg))))
71 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg)))
75 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
80 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
88 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
93 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
98 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
103 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
H A De1000_hw.c166 if (hw->mac_type == e1000_undefined)
177 if (hw->mac_type == e1000_82541 ||
178 hw->mac_type == e1000_82541_rev_2 ||
179 hw->mac_type == e1000_82547 ||
180 hw->mac_type == e1000_82547_rev_2) {
193 if (hw->mac_type == e1000_80003es2lan) {
236 switch (hw->mac_type) {
273 if (hw->mac_type == e1000_82547) {
317 hw->mac_type = e1000_82542_rev2_0;
320 hw->mac_type
[all...]
H A De1000_ethtool.c147 if (hw->mac_type == e1000_82543)
163 if (hw->mac_type >= e1000_82545)
327 if (adapter->hw.mac_type < e1000_82543) {
345 if ((adapter->hw.mac_type < e1000_82544) ||
346 (adapter->hw.mac_type == e1000_82547))
468 if (hw->mac_type >= e1000_82540 &&
469 hw->mac_type < e1000_82571 &&
584 (hw->mac_type == e1000_82573)))
605 switch (adapter->hw.mac_type) {
633 e1000_mac_type mac_type local
654 e1000_mac_type mac_type = adapter->hw.mac_type; local
[all...]
H A De1000_main.c305 if (adapter->hw.mac_type >= e1000_82571) {
405 switch (adapter->hw.mac_type) {
442 switch (adapter->hw.mac_type) {
584 if (!adapter->wol && adapter->hw.mac_type >= e1000_82540 &&
588 switch (adapter->hw.mac_type) {
674 switch (adapter->hw.mac_type) {
715 if (adapter->hw.mac_type == e1000_82547) {
755 switch (adapter->hw.mac_type) {
766 switch (adapter->hw.mac_type) {
793 if (adapter->hw.mac_type
[all...]
H A De1000_param.c295 e1000_mac_type mac_type = adapter->hw.mac_type; local
296 opt.arg.r.max = mac_type < e1000_82544 ?
321 e1000_mac_type mac_type = adapter->hw.mac_type; local
322 opt.arg.r.max = mac_type < e1000_82544 ? E1000_MAX_RXD :
H A De1000_hw.h1383 e1000_mac_type mac_type; member in struct:e1000_hw
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/contrib/wrt/
H A Ddhcp_release.c72 static int parse_hex(char *in, unsigned char *out, int maxlen, int *mac_type) argument
77 if (mac_type)
78 *mac_type = 0;
88 if (*r == '-' && i == 0 && mac_type)
91 *mac_type = strtol(in, NULL, 16);
92 mac_type = NULL;
109 int mac_type; local
143 packet.hlen = parse_hex(argv[3], packet.chaddr, DHCP_CHADDR_MAX, &mac_type);
144 if (mac_type == 0)
147 packet.htype = mac_type;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/src/
H A Dutil.c322 unsigned int *wildcard_mask, int *mac_type)
327 if (mac_type)
328 *mac_type = 0;
338 if (*r == '-' && i == 0 && mac_type)
341 *mac_type = strtol(in, NULL, 16);
342 mac_type = NULL;
321 parse_hex(char *in, unsigned char *out, int maxlen, unsigned int *wildcard_mask, int *mac_type) argument
H A Ddnsmasq.h532 unsigned int *wildcard_mask, int *mac_type);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/ixgb/
H A Dixgb_hw.h693 ixgb_mac_type mac_type; /* Identifier for MAC controller */ member in struct:ixgb_hw
H A Dixgb_main.c572 hw->mac_type = ixgb_82597;

Completed in 252 milliseconds