Searched refs:t4_query_params (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/dev/cxgbe/ |
| H A D | t4_main.c | 5112 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 2, param, val); in get_params__pre_init() 5193 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 7, param, val); in get_params__post_init() 5216 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 2, param, val); in get_params__post_init() 5274 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, param, val); in get_params__post_init() 5286 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, param, val); in get_params__post_init() 5298 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, param, val); in get_params__post_init() 5306 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, param, val); in get_params__post_init() 5314 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, param, val); in get_params__post_init() 5321 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, param, val); in get_params__post_init() 5328 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, param, val); in get_params__post_init() [all …]
|
| /freebsd-13.1/sys/dev/cxgbe/common/ |
| H A D | common.h | 784 int t4_query_params(struct adapter *adap, unsigned int mbox, unsigned int pf, 924 return t4_query_params(adapter, 0, 0, 0, nparams, params, vals); in t4vf_query_params()
|
| H A D | t4_hw.c | 3412 ret = t4_query_params(adapter, adapter->mbox, adapter->pf, 0, in t4_get_scfg_version() 3447 ret = t4_query_params(adapter, adapter->mbox, adapter->pf, 0, in t4_get_vpd_version() 6855 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, 1, ¶m, &val); in t4_get_rx_c_chan() 7825 int t4_query_params(struct adapter *adap, unsigned int mbox, unsigned int pf, in t4_query_params() function 9726 rc = -t4_query_params(adap, adap->mbox, adap->pf, 0, 2, param, val); in read_filter_mode_and_ingress_config() 9910 ret = t4_query_params(adap, mbox, pf, vf, 1, ¶m, &val); in t4_port_init() 11387 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, 1, ¶m, &val); in t4_configure_add_smac() 11416 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, 1, ¶m, &val); in t4_configure_ringbb()
|
| /freebsd-13.1/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()
|