Searched refs:la_buf (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/cxgbe/common/
H A Dcommon.h470 int t4_cim_read_la(struct adapter *adap, u32 *la_buf, unsigned int *wrptr);
494 void t4_tp_read_la(struct adapter *adap, u64 *la_buf, unsigned int *wrptr);
507 void t4_ulprx_read_la(struct adapter *adap, u32 *la_buf);
H A Dt4_hw.c1687 * @la_buf: where to store the LA data
1694 int t4_cim_read_la(struct adapter *adap, u32 *la_buf, unsigned int *wrptr) argument
1729 ret = t4_cim_read(adap, A_UP_UP_DBG_LA_DATA, 1, &la_buf[i]);
1802 * @la_buf: where to store the LA data
1809 void t4_tp_read_la(struct adapter *adap, u64 *la_buf, unsigned int *wrptr) argument
1833 la_buf[i] = t4_read_reg64(adap, A_TP_DBG_LA_DATAL);
1839 la_buf[TPLA_SIZE - 1] = ~0ULL;
1846 void t4_ulprx_read_la(struct adapter *adap, u32 *la_buf) argument
1851 u32 *p = la_buf + i;

Completed in 150 milliseconds