Searched refs:t4_cim_read (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | common.h | 722 int t4_cim_read(struct adapter *adap, unsigned int addr, unsigned int n,
|
H A D | t4_hw.c | 11031 int t4_cim_read(struct adapter *adap, unsigned int addr, unsigned int n, in t4_cim_read() function 11096 ret = t4_cim_read(adap, A_UP_UP_DBG_LA_CFG, 1, &cfg); in t4_cim_read_la() 11106 ret = t4_cim_read(adap, A_UP_UP_DBG_LA_CFG, 1, &val); in t4_cim_read_la() 11119 ret = t4_cim_read(adap, A_UP_UP_DBG_LA_CFG, 1, &val); in t4_cim_read_la() 11126 ret = t4_cim_read(adap, A_UP_UP_DBG_LA_DATA, 1, &la_buf[i]); in t4_cim_read_la()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | cudbg_lib.c | 2438 rc = t4_cim_read(padap, A_UP_UP_DBG_LA_CFG, 1, &cfg); in collect_cim_la() 2502 rc = t4_cim_read(padap, A_UP_IBQ_0_RDADDR, in collect_cim_qcfg() 2514 rc = t4_cim_read(padap, A_UP_OBQ_0_REALADDR, in collect_cim_qcfg()
|