Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
304
static 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_rss
Function · 0.85
cxgbe_configure_max_ethqsets
Function · 0.85
cxgbe_force_linkup
Function · 0.85
cxgbe_link_start
Function · 0.85
enable_rx
Function · 0.85
cxgbe_up
Function · 0.85
cxgbe_close
Function · 0.85
ring_fl_db
Function · 0.85
calc_tx_flits
Function · 0.85
ship_tx_pkt_coalesce_wr
Function · 0.85
should_tx_packet_coalesce
Function · 0.85
tx_do_packet_coalesce
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected