MCPcopy Create free account
hub / github.com/F-Stack/f-stack / is_pf4

Function is_pf4

dpdk/drivers/net/cxgbe/base/common.h:304–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304static inline int is_pf4(struct adapter *adap)
305{
306 return adap->pf == 4;
307}
308
309#define for_each_port(adapter, iter) \
310 for (iter = 0; iter < (adapter)->params.nports; ++iter)

Callers 15

cxgbe_init_rssFunction · 0.85
cxgbe_force_linkupFunction · 0.85
cxgbe_link_startFunction · 0.85
enable_rxFunction · 0.85
cxgbe_upFunction · 0.85
cxgbe_closeFunction · 0.85
ring_fl_dbFunction · 0.85
calc_tx_flitsFunction · 0.85
ship_tx_pkt_coalesce_wrFunction · 0.85
tx_do_packet_coalesceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected