Symbol: MACREG
usr/src/uts/common/io/chxge/com/ixf1010.c
173
(void) t1_tpi_read((mac)->adapter, MACREG(mac, REG_##name), &val); \
usr/src/uts/common/io/chxge/com/ixf1010.c
236
(void) t1_tpi_write(mac->adapter, MACREG(mac, REG_MACADDR_LOW), addr_lo);
usr/src/uts/common/io/chxge/com/ixf1010.c
237
(void) t1_tpi_write(mac->adapter, MACREG(mac, REG_MACADDR_HIGH), addr_hi);
usr/src/uts/common/io/chxge/com/ixf1010.c
245
(void) t1_tpi_read(mac->adapter, MACREG(mac, REG_MACADDR_LOW), &addr_lo);
usr/src/uts/common/io/chxge/com/ixf1010.c
246
(void) t1_tpi_read(mac->adapter, MACREG(mac, REG_MACADDR_HIGH), &addr_hi);
usr/src/uts/common/io/chxge/com/ixf1010.c
271
(void) t1_tpi_read(adapter, MACREG(mac, REG_RX_FILTER), &val);
usr/src/uts/common/io/chxge/com/ixf1010.c
279
(void) t1_tpi_write(adapter, MACREG(mac, REG_RX_FILTER), new_mode);
usr/src/uts/common/io/chxge/com/ixf1010.c
282
(void) t1_tpi_write(adapter, MACREG(mac, REG_MC_ADDR_LOW), 0);
usr/src/uts/common/io/chxge/com/ixf1010.c
283
(void) t1_tpi_write(adapter, MACREG(mac, REG_MC_ADDR_HIGH), 0);
usr/src/uts/common/io/chxge/com/ixf1010.c
290
(void) t1_tpi_write(adapter, MACREG(mac, REG_MC_ADDR_LOW), addr_lo);
usr/src/uts/common/io/chxge/com/ixf1010.c
291
(void) t1_tpi_write(adapter, MACREG(mac, REG_MC_ADDR_HIGH), addr_hi);
usr/src/uts/common/io/chxge/com/ixf1010.c
303
(void) t1_tpi_write(mac->adapter, MACREG(mac, REG_MAX_FRAME_SIZE),
usr/src/uts/common/io/chxge/com/ixf1010.c
320
(void) t1_tpi_write(mac->adapter, MACREG(mac, REG_RGMII_SPEED), val);
usr/src/uts/common/io/chxge/com/ixf1010.c
323
(void) t1_tpi_read(mac->adapter, MACREG(mac, REG_FC_ENABLE), &val);
usr/src/uts/common/io/chxge/com/ixf1010.c
329
(void) t1_tpi_write(mac->adapter, MACREG(mac, REG_FC_ENABLE), val);
usr/src/uts/common/io/chxge/com/ixf1010.c
341
(void) t1_tpi_read(mac->adapter, MACREG(mac, REG_RGMII_SPEED),
usr/src/uts/common/io/chxge/com/ixf1010.c
346
(void) t1_tpi_read(mac->adapter, MACREG(mac, REG_FC_ENABLE), &val);
usr/src/uts/common/io/chxge/com/ixf1010.c
362
(void) t1_tpi_read(adapter, MACREG(mac, REG_DIVERSE_CONFIG), &val);
usr/src/uts/common/io/chxge/com/ixf1010.c
364
(void) t1_tpi_write(adapter, MACREG(mac, REG_DIVERSE_CONFIG), val);
usr/src/uts/common/io/chxge/com/ixf1010.c
366
(void) t1_tpi_write(adapter, MACREG(mac, REG_RX_FILTER), 3);
usr/src/uts/common/io/chxge/com/ixf1010.c
368
(void) t1_tpi_write(adapter, MACREG(mac, REG_RX_FILTER), 2);