Searched refs:t4_query_params (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_main.c | 3874 rc = t4_query_params(sc, sc->mbox, sc->pf, 0, 1, ¶m, &val); in alloc_extra_vi() 5379 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, ¶m, &val); in apply_cfg_and_initialize() 5559 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 2, param, val); in get_params__pre_init() 5608 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, ¶m, &val); in set_params__pre_init() 5651 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 7, param, val); in get_params__post_init() 5674 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 2, param, val); in get_params__post_init() 5692 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 2, param, val); in get_params__post_init() 5713 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 2, param, val); in get_params__post_init() 5727 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, param, val); in get_params__post_init() 5742 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 | 901 int t4_query_params(struct adapter *adap, unsigned int mbox, unsigned int pf, 1043 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()
|
| /freebsd/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()
|