Searched refs:adap2pinfo (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | adapter.h | 284 static inline struct port_info *adap2pinfo(struct adapter *adap, int idx) in adap2pinfo() function 292 struct port_info *port0 = adap2pinfo(adap, 0); in phy2portid()
|
| H A D | t3_hw.c | 1178 struct port_info *pi = adap2pinfo(adapter, port_id); in t3_link_changed() 1234 struct port_info *pi = adap2pinfo(adapter, port_id); in t3_link_fault() 1781 struct cmac *mac = &adap2pinfo(adap, idx)->mac; in mac_intr_handler() 1833 struct port_info *p = adap2pinfo(adapter, i); in t3_phy_intr_handler() 1914 if ((adap2pinfo(adap, i)->phy.caps & SUPPORTED_IRQ) && in calc_gpio_intr() 2029 struct port_info *pi = adap2pinfo(adapter, idx); in t3_xgm_intr_enable() 2037 struct port_info *pi = adap2pinfo(adapter, idx); in t3_xgm_intr_disable() 2053 struct cphy *phy = &adap2pinfo(adapter, idx)->phy; in t3_port_intr_enable() 2070 struct cphy *phy = &adap2pinfo(adapter, idx)->phy; in t3_port_intr_disable() 2087 struct cphy *phy = &adap2pinfo(adapter, idx)->phy; in t3_port_intr_clear() [all …]
|
| /linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | adapter.h | 532 static inline struct port_info *adap2pinfo(struct adapter *adapter, int pidx) in adap2pinfo() function
|
| H A D | cxgb4vf_main.c | 704 struct port_info *pi = adap2pinfo(adapter, pidx); in setup_rss() 2687 n10g += is_x_10g_port(&adap2pinfo(adapter, pidx)->link_cfg); in cfg_queues() 2709 struct port_info *pi = adap2pinfo(adapter, pidx); in cfg_queues() 2776 pi = adap2pinfo(adapter, i); in reduce_ethqs() 2790 pi = adap2pinfo(adapter, i); in reduce_ethqs()
|
| H A D | t4vf_hw.c | 498 struct port_info *pi = adap2pinfo(adapter, pidx); in t4vf_port_init() 1767 struct port_info *pi = adap2pinfo(adapter, pidx); in t4vf_get_port_stats() 2124 struct port_info *pi = adap2pinfo(adapter, pidx); in t4vf_handle_fw_rpl()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_debugfs.c | 2606 struct port_info *pi = adap2pinfo(adap, pidx); in ethqset2pinfo() 2746 struct port_info *pi = adap2pinfo(adap, j); in sge_qinfo_show() 3180 struct port_info *pi = adap2pinfo(adap, i); in sge_queue_entries()
|
| H A D | t4_hw.c | 8864 pi = adap2pinfo(adap, i); in t4_handle_fw_rpl() 9571 struct port_info *p = adap2pinfo(adap, i); in t4_init_rss_mode() 9702 struct port_info *pi = adap2pinfo(adap, i); in t4_port_init()
|