Home
last modified time | relevance | path

Searched refs:is_pf4 (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/cxgbe/
H A Dsge.c858 if (is_pf4(adap)) { in ship_tx_pkt_coalesce_wr()
909 if (!is_pf4(adap)) { in should_tx_packet_coalesce()
975 if (!is_pf4(adap)) in should_tx_packet_coalesce()
1047 if (is_pf4(adap)) in tx_do_packet_coalesce()
1187 if (is_pf4(adap)) { in t4_eth_xmit()
1212 if (is_pf4(adap)) in t4_eth_xmit()
1222 if (is_pf4(adap)) in t4_eth_xmit()
1268 if (is_pf4(adap)) in t4_eth_xmit()
1809 if (is_pf4(adap)) { in t4_sge_alloc_rxq()
1896 if (is_pf4(adap)) in t4_sge_alloc_rxq()
[all …]
H A Dcxgbe_main.c676 if (is_pf4(adap)) { in cxgbe_init_rss()
1053 if (is_pf4(adapter)) { in cxgbe_configure_max_ethqsets()
1599 if (is_pf4(adap)) in cxgbe_force_linkup()
1638 if (ret == 0 && is_pf4(adapter)) in cxgbe_link_start()
1794 t4_write_reg(adap, is_pf4(adap) ? MYPF_REG(A_SGE_PF_GTS) : in enable_rx()
1951 if (is_pf4(adap)) in cxgbe_up()
1978 if (is_pf4(adapter)) in cxgbe_close()
1987 if (is_pf4(adapter) && (adapter->flags & FW_OK)) in cxgbe_close()
H A Dcxgbe_ethdev.c458 if (is_pf4(adapter)) { in cxgbe_dev_configure()
681 is_pf4(adapter) ? in cxgbe_dev_rx_queue_setup()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c2348 if (is_pf4(adapter)) in t4_config_vi_rss()
4111 if (is_pf4(adap)) in t4_free_vi()
4117 if (is_pf4(adap)) in t4_free_vi()
4166 if (is_pf4(adap)) in t4_set_rxmode()
4323 if (is_pf4(adap)) in t4_change_mac()
4360 if (is_pf4(adap)) in t4_enable_vi_params()
4411 if (is_pf4(adap)) { in t4_iq_start_stop()
4442 if (is_pf4(adap)) in t4_iq_free()
4450 if (is_pf4(adap)) in t4_iq_free()
4474 if (is_pf4(adap)) in t4_eth_eq_free()
[all …]
H A Dcommon.h331 static inline int is_pf4(struct adapter *adap) in is_pf4() function