Searched refs:t4_query_params (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_nexus.c | 1192 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, ¶m, &val); in upload_config_file() 1386 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 2, param, val); in get_params__pre_init() 1443 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 4, param, val); in get_params__post_init() 1475 rc = t4_query_params(sc, sc->mbox, sc->pf, 0, 1, param, val); in get_params__post_init() 2615 rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, ¶m, &val); in t4_sensor_read()
|
H A D | cudbg_lib.c | 3308 rc = t4_query_params(padap, mbox, pf, 0, 7, para, val); in collect_tid() 3320 rc = t4_query_params(padap, mbox, pf, 0, 7, para, val); in collect_tid() 3349 rc = t4_query_params(padap, mbox, pf, 0, 2, para, val); in collect_tid() 3369 rc = t4_query_params(padap, mbox, pf, 0, 2, para, val); in collect_tid()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 3437 ret = t4_query_params(adapter, adapter->mbox, adapter->pf, 0, in t4_get_vpd_params() 3813 ret = t4_query_params(adapter, adapter->mbox, adapter->pf, 0, in t4_get_scfg_version() 3848 ret = t4_query_params(adapter, adapter->mbox, adapter->pf, 0, in t4_get_vpd_version() 4383 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, 1, in t4_phy_fw_ver() 7310 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, in t4_read_sge_dbqtimers() 7995 int t4_query_params(struct adapter *adap, unsigned int mbox, unsigned int pf, in t4_query_params() function 10417 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, 1, in t4_init_tp_params() 12317 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, 1, ¶m, &val); in t4_configure_add_smac() 12346 ret = t4_query_params(adap, adap->mbox, adap->pf, 0, 1, ¶m, &val); in t4_configure_ringbb()
|
H A D | common.h | 813 int t4_query_params(struct adapter *adap, unsigned int mbox, unsigned int pf,
|