Searched refs:la_buf (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/cxgbe/common/ |
| H A D | common.h | 776 int t4_cim_read_la_core(struct adapter *adap, u8 coreid, u32 *la_buf, 812 static inline int t4_cim_read_la(struct adapter *adap, u32 *la_buf, u32 *wrptr) in t4_cim_read_la() argument 814 return t4_cim_read_la_core(adap, 0, la_buf, wrptr); in t4_cim_read_la() 852 void t4_tp_read_la(struct adapter *adap, u64 *la_buf, unsigned int *wrptr); 874 void t4_ulprx_read_la(struct adapter *adap, u32 *la_buf);
|
| H A D | t4_hw.c | 4479 void t4_ulprx_read_la(struct adapter *adap, u32 *la_buf) in t4_ulprx_read_la() argument 4484 u32 *p = la_buf + i; in t4_ulprx_read_la() 12183 int t4_cim_read_la_core(struct adapter *adap, u8 coreid, u32 *la_buf, in t4_cim_read_la_core() argument 12224 &la_buf[i]); in t4_cim_read_la_core() 12262 void t4_tp_read_la(struct adapter *adap, u64 *la_buf, unsigned int *wrptr) in t4_tp_read_la() argument 12286 la_buf[i] = t4_read_reg64(adap, A_TP_DBG_LA_DATAL); in t4_tp_read_la() 12292 la_buf[TPLA_SIZE - 1] = ~0ULL; in t4_tp_read_la()
|