Searched refs:t4_query_params (Results 1 – 4 of 4) sorted by relevance
| /src/sys/dev/cxgbe/ |
| H A D | t4_main.c | 3867 rc = t4_query_params(sc, sc->mbox, sc->pf, 0, 1, ¶m, &val); in alloc_extra_vi() 5372 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, ¶m, &val); in apply_cfg_and_initialize() 5552 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 2, param, val); in get_params__pre_init() 5601 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, ¶m, &val); in set_params__pre_init() 5644 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 7, param, val); in get_params__post_init() 5667 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 2, param, val); in get_params__post_init() 5685 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 2, param, val); in get_params__post_init() 5706 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 2, param, val); in get_params__post_init() 5720 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, param, val); in get_params__post_init() 5735 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, param, val); in get_params__post_init() [all …]
|
| /src/sys/dev/cxgbe/common/ |
| H A D | common.h | 897 int t4_query_params(struct adapter *adap, unsigned int mbox, unsigned int pf, 1039 return t4_query_params(adapter, 0, 0, 0, nparams, params, vals); in t4vf_query_params()
|
| H A D | t4_hw.c | 4154 ret = t4_query_params(adapter, adapter->mbox, adapter->pf, 0, in t4_get_scfg_version() 4189 ret = t4_query_params(adapter, adapter->mbox, adapter->pf, 0, in t4_get_vpd_version() 9625 int t4_query_params(struct adapter *adap, unsigned int mbox, unsigned int pf, in t4_query_params() function 11561 rc = -t4_query_params(adap, adap->mbox, adap->pf, 0, 2, param, val); in read_filter_mode_and_ingress_config() 11876 ret = t4_query_params(adap, mbox, pf, vf, 1, ¶m, &val); in t4_port_init() 13451 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, 1, ¶m, &val); in t4_configure_add_smac() 13480 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, 1, ¶m, &val); in t4_configure_ringbb()
|
| /src/sys/dev/cxgbe/cudbg/ |
| H A D | cudbg_lib.c | 3349 rc = t4_query_params(padap, mbox, pf, 0, 7, para, val); in collect_tid() 3361 rc = t4_query_params(padap, mbox, pf, 0, 7, para, val); in collect_tid() 3390 rc = t4_query_params(padap, mbox, pf, 0, 2, para, val); in collect_tid() 3410 rc = t4_query_params(padap, mbox, pf, 0, 2, para, val); in collect_tid()
|