Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/cxgb/ | |
cxgb_vsc8211.c | 201 int err, cphy_cause = 0; local in function:vsc8211_intr_handler 209 cphy_cause |= cphy_cause_link_change; 211 cphy_cause |= cphy_cause_fifo_error; 212 return cphy_cause; |
cxgb_mv88e1xxx.c | 248 int cphy_cause = 0; local in function:mv88e1xxx_intr_handler 253 cphy_cause |= cphy_cause_link_change; 255 cphy_cause |= cphy_cause_fifo_error; 256 return cphy_cause; |