Home
last modified time | relevance | path

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

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