Searched refs:t4_query_params (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | 3712 rc = t4_query_params(sc, sc->mbox, sc->pf, 0, 1, ¶m, &val); in alloc_extra_vi() 5168 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, ¶m, &val); in apply_cfg_and_initialize() 5345 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 2, param, val); in get_params__pre_init() 5394 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, ¶m, &val); in set_params__pre_init() 5437 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 7, param, val); in get_params__post_init() 5460 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 2, param, val); in get_params__post_init() 5478 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 2, param, val); in get_params__post_init() 5499 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 2, param, val); in get_params__post_init() 5522 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, param, val); in get_params__post_init() 5530 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, param, val); in get_params__post_init() [all …]
|
/freebsd/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/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()
|