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

Function t4_query_params

dpdk/drivers/net/cxgbe/base/t4_hw.c:3734–3739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3732}
3733
3734int t4_query_params(struct adapter *adap, unsigned int mbox, unsigned int pf,
3735 unsigned int vf, unsigned int nparams, const u32 *params,
3736 u32 *val)
3737{
3738 return t4_query_params_rw(adap, mbox, pf, vf, nparams, params, val, 0);
3739}
3740
3741/**
3742 * t4_set_params_timeout - sets FW or device parameters

Callers 6

adap_init0Function · 0.85
adap_smt_indexFunction · 0.85
cxgbe_init_hash_filterFunction · 0.85
t4_get_core_clockFunction · 0.85
t4_init_tp_paramsFunction · 0.85

Calls 1

t4_query_params_rwFunction · 0.85

Tested by

no test coverage detected