Searched refs:pinfo_t (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_common.h | 579 pinfo_t *pinfo; /* associated port */ 603 static inline void cphy_init(struct cphy *phy, adapter_t *adapter, pinfo_t *pinfo, in cphy_init() 844 int t3_mv88e1xxx_phy_prep(pinfo_t *pinfo, int phy_addr, 846 int t3_vsc8211_phy_prep(pinfo_t *pinfo, int phy_addr, 849 int t3_ael1002_phy_prep(pinfo_t *pinfo, int phy_addr, 851 int t3_ael1006_phy_prep(pinfo_t *pinfo, int phy_addr, 853 int t3_ael2005_phy_prep(pinfo_t *pinfo, int phy_addr, 855 int t3_ael2020_phy_prep(pinfo_t *pinfo, int phy_addr, 857 int t3_qt2045_phy_prep(pinfo_t *pinfo, int phy_addr, 859 int t3_tn1010_phy_prep(pinfo_t *pinfo, int phy_addr, [all …]
|
H A D | cxgb_ael1002.c | 343 int t3_ael1002_phy_prep(pinfo_t *pinfo, int phy_addr, in t3_ael1002_phy_prep() 425 int t3_ael1006_phy_prep(pinfo_t *pinfo, int phy_addr, in t3_ael1006_phy_prep() 1383 int t3_ael2005_phy_prep(pinfo_t *pinfo, int phy_addr, in t3_ael2005_phy_prep() 2135 int t3_ael2020_phy_prep(pinfo_t *pinfo, int phy_addr, in t3_ael2020_phy_prep() 2214 int t3_qt2045_phy_prep(pinfo_t *pinfo, int phy_addr, in t3_qt2045_phy_prep() 2295 int t3_xaui_direct_phy_prep(pinfo_t *pinfo, int phy_addr, in t3_xaui_direct_phy_prep()
|
H A D | cxgb_tn1010.c | 212 int t3_tn1010_phy_prep(pinfo_t *pinfo, int phy_addr, in t3_tn1010_phy_prep()
|
H A D | cxgb_mv88e1xxx.c | 297 int t3_mv88e1xxx_phy_prep(pinfo_t *pinfo, int phy_addr, in t3_mv88e1xxx_phy_prep()
|
H A D | cxgb_vsc8211.c | 428 int t3_vsc8211_phy_prep(pinfo_t *pinfo, int phy_addr, in t3_vsc8211_phy_prep()
|
H A D | cxgb_aq100x.c | 463 t3_aq100x_phy_prep(pinfo_t *pinfo, int phy_addr, in t3_aq100x_phy_prep()
|
H A D | cxgb_t3_hw.c | 590 int (*phy_prep)(pinfo_t *pinfo, int phy_addr,
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_osdep.h | 48 typedef struct port_info pinfo_t; typedef
|