Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_xgmac.c230 t3_set_reg_field(adap, A_MPS_CFG, F_PORT0ACTIVE, 0); in t3_mac_reset()
301 t3_set_reg_field(adap, A_MPS_CFG, F_PORT1ACTIVE | F_PORT0ACTIVE, in t3_mac_reset()
742 active = macidx(mac) ? cfg & F_PORT1ACTIVE : cfg & F_PORT0ACTIVE; in t3b2_mac_watchdog_task()
H A Dcxgb_t3_hw.c3833 t3_set_reg_field(adap, A_MPS_CFG, F_PORT1ACTIVE | F_PORT0ACTIVE, in t3_mps_set_active_ports()
3854 (chan_map == 1 ? F_TPTXPORT0EN | F_PORT0ACTIVE : in chan_init_hw()
3869 F_TPRXPORTEN | F_PORT0ACTIVE | F_PORT1ACTIVE | in chan_init_hw()
4654 val = port ? F_PORT1ACTIVE : F_PORT0ACTIVE; in t3_port_failover()
4655 t3_set_reg_field(adapter, A_MPS_CFG, F_PORT0ACTIVE | F_PORT1ACTIVE, in t3_port_failover()
4661 t3_set_reg_field(adapter, A_MPS_CFG, F_PORT0ACTIVE | F_PORT1ACTIVE, in t3_failover_done()
4662 F_PORT0ACTIVE | F_PORT1ACTIVE); in t3_failover_done()
4667 t3_set_reg_field(adapter, A_MPS_CFG, F_PORT0ACTIVE | F_PORT1ACTIVE, in t3_failover_clear()
4668 F_PORT0ACTIVE | F_PORT1ACTIVE); in t3_failover_clear()
H A Dcxgb_regs.h5796 #define F_PORT0ACTIVE V_PORT0ACTIVE(1U) macro