Home
last modified time | relevance | path

Searched refs:F_PORT0ACTIVE (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/cxgb/common/
HDcxgb_xgmac.c231 t3_set_reg_field(adap, A_MPS_CFG, F_PORT0ACTIVE, 0); in t3_mac_reset()
302 t3_set_reg_field(adap, A_MPS_CFG, F_PORT1ACTIVE | F_PORT0ACTIVE, in t3_mac_reset()
732 active = macidx(mac) ? cfg & F_PORT1ACTIVE : cfg & F_PORT0ACTIVE; in t3b2_mac_watchdog_task()
HDcxgb_t3_hw.c3835 t3_set_reg_field(adap, A_MPS_CFG, F_PORT1ACTIVE | F_PORT0ACTIVE, in t3_mps_set_active_ports()
3856 (chan_map == 1 ? F_TPTXPORT0EN | F_PORT0ACTIVE : in chan_init_hw()
3871 F_TPRXPORTEN | F_PORT0ACTIVE | F_PORT1ACTIVE | in chan_init_hw()
4656 val = port ? F_PORT1ACTIVE : F_PORT0ACTIVE; in t3_port_failover()
4657 t3_set_reg_field(adapter, A_MPS_CFG, F_PORT0ACTIVE | F_PORT1ACTIVE, in t3_port_failover()
4663 t3_set_reg_field(adapter, A_MPS_CFG, F_PORT0ACTIVE | F_PORT1ACTIVE, in t3_failover_done()
4664 F_PORT0ACTIVE | F_PORT1ACTIVE); in t3_failover_done()
4669 t3_set_reg_field(adapter, A_MPS_CFG, F_PORT0ACTIVE | F_PORT1ACTIVE, in t3_failover_clear()
4670 F_PORT0ACTIVE | F_PORT1ACTIVE); in t3_failover_clear()
HDcxgb_regs.h5797 #define F_PORT0ACTIVE V_PORT0ACTIVE(1U) macro