Searched refs:F_PCS_RESET_ (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
H A Dxgmac.c73 F_PCS_RESET_, 0); t3b_pcs_reset()
76 F_PCS_RESET_); t3b_pcs_reset()
134 val |= F_PCS_RESET_; t3_mac_reset()
136 val |= F_PCS_RESET_ | F_XG2G_RESET_; t3_mac_reset()
141 if ((val & F_PCS_RESET_) && adap->params.rev) { t3_mac_reset()
194 val |= F_PCS_RESET_; t3b2_mac_reset()
196 val |= F_PCS_RESET_ | F_XG2G_RESET_; t3b2_mac_reset()
201 if ((val & F_PCS_RESET_) && adap->params.rev) { t3b2_mac_reset()
518 F_PCS_RESET_, 0); t3_mac_disable()
522 val |= F_PCS_RESET_; t3_mac_disable()
524 val |= F_PCS_RESET_ | F_XG2G_RESET_; t3_mac_disable()
H A Dregs.h2358 #define F_PCS_RESET_ V_PCS_RESET_(1U) macro

Completed in 70 milliseconds