Searched refs:is_pf4 (Results 1 – 5 of 5) sorted by relevance
788 if (is_pf4(adap)) { in ship_tx_pkt_coalesce_wr()842 if (!is_pf4(adap)) { in should_tx_packet_coalesce()915 if (!is_pf4(adap)) in should_tx_packet_coalesce()987 if (is_pf4(adap)) in tx_do_packet_coalesce()1128 if (is_pf4(adap)) { in t4_eth_xmit()1152 if (is_pf4(adap)) in t4_eth_xmit()1162 if (is_pf4(adap)) in t4_eth_xmit()1208 if (is_pf4(adap)) in t4_eth_xmit()1789 if (is_pf4(adap)) { in t4_sge_alloc_rxq()1871 if (is_pf4(adap)) in t4_sge_alloc_rxq()[all …]
675 if (is_pf4(adap)) { in cxgbe_init_rss()1052 if (is_pf4(adapter)) { in cxgbe_configure_max_ethqsets()1643 if (is_pf4(adap)) in cxgbe_force_linkup()1681 if (ret == 0 && is_pf4(adapter)) in cxgbe_link_start()1835 t4_write_reg(adap, is_pf4(adap) ? MYPF_REG(A_SGE_PF_GTS) : in enable_rx()1998 if (is_pf4(adap)) in cxgbe_up()2025 if (is_pf4(adapter)) in cxgbe_close()2034 if (is_pf4(adapter) && (adapter->flags & FW_OK)) in cxgbe_close()
452 if (is_pf4(adapter)) { in cxgbe_dev_configure()667 is_pf4(adapter) ? in cxgbe_dev_rx_queue_setup()881 if (is_pf4(pi->adapter) != 0) in cxgbe_dev_xstats_count()905 if (is_pf4(adap) != 0) { in cxgbe_dev_xstats()
2326 if (is_pf4(adapter)) in t4_config_vi_rss()3888 if (is_pf4(adap)) in t4_free_vi()3894 if (is_pf4(adap)) in t4_free_vi()3943 if (is_pf4(adap)) in t4_set_rxmode()4100 if (is_pf4(adap)) in t4_change_mac()4137 if (is_pf4(adap)) in t4_enable_vi_params()4188 if (is_pf4(adap)) { in t4_iq_start_stop()4219 if (is_pf4(adap)) in t4_iq_free()4227 if (is_pf4(adap)) in t4_iq_free()4251 if (is_pf4(adap)) in t4_eth_eq_free()[all …]
302 static inline int is_pf4(struct adapter *adap) in is_pf4() function