Searched refs:F_PORT1ACTIVE (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_xgmac.c | 232 t3_set_reg_field(adap, A_MPS_CFG, F_PORT1ACTIVE, 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 D | cxgb_t3_hw.c | 3833 t3_set_reg_field(adap, A_MPS_CFG, F_PORT1ACTIVE | F_PORT0ACTIVE, in t3_mps_set_active_ports() 3855 F_TPTXPORT1EN | F_PORT1ACTIVE)); 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 D | cxgb_regs.h | 5792 #define F_PORT1ACTIVE V_PORT1ACTIVE(1U) macro
|