/freebsd-src/sys/dev/cxgbe/ |
H A D | t4_main.c | 3606 rc = t4_query_params(sc, sc->mbox, sc->pf, 0, 1, ¶m, &val); in delayed_panic() 5058 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, ¶m, &val); in apply_cfg_and_initialize() 5235 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 2, param, val); in get_params__post_init() 5284 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, ¶m, &val); in get_params__post_init() 5327 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 7, param, val); in get_params__post_init() 5350 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 2, param, val); in get_params__post_init() 5368 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 2, param, val); in get_params__post_init() 5389 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 2, param, val); in get_params__post_init() 5412 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, param, val); in get_params__post_init() 5420 rc = -t4_query_params(s in get_params__post_init() [all...] |
/freebsd-src/sys/dev/cxgbe/common/ |
H A D | common.h | 787 int t4_query_params(struct adapter *adap, unsigned int mbox, unsigned int pf, 927 return t4_query_params(adapter, 0, 0, 0, nparams, params, vals); in t4vf_query_params()
|
H A D | t4_hw.c | 3410 ret = t4_query_params(adapter, adapter->mbox, adapter->pf, 0, in t4_get_scfg_version() 3445 ret = t4_query_params(adapter, adapter->mbox, adapter->pf, 0, in t4_get_vpd_version() 7760 int t4_query_params(struct adapter *adap, unsigned int mbox, unsigned int pf, in t4_query_params() function 9664 rc = -t4_query_params(adap, adap->mbox, adap->pf, 0, 2, param, val); in read_filter_mode_and_ingress_config() 9843 ret = t4_query_params(adap, mbox, pf, vf, 1, ¶m, &val); in t4_port_init() 11320 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, 1, ¶m, &val); in t4_configure_add_smac() 11349 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, 1, ¶m, &val); in t4_configure_ringbb()
|
/freebsd-src/sys/dev/cxgbe/cudbg/ |
H A D | cudbg_lib.c | 3346 rc = t4_query_params(padap, mbox, pf, 0, 7, para, val); in collect_tid() 3358 rc = t4_query_params(padap, mbox, pf, 0, 7, para, val); in collect_tid() 3387 rc = t4_query_params(padap, mbox, pf, 0, 2, para, val); in collect_tid() 3407 rc = t4_query_params(padap, mbox, pf, 0, 2, para, val); in collect_tid()
|