Searched refs:la_buf (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/cxgbe/common/ |
| H A D | common.h | 783 int t4_cim_read_la_core(struct adapter *adap, u8 coreid, u32 *la_buf, 819 static inline int t4_cim_read_la(struct adapter *adap, u32 *la_buf, u32 *wrptr) in t4_cim_read_la() argument 821 return t4_cim_read_la_core(adap, 0, la_buf, wrptr); in t4_cim_read_la() 859 void t4_tp_read_la(struct adapter *adap, u64 *la_buf, unsigned int *wrptr); 881 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() 13650 int t4_cim_read_la_core(struct adapter *adap, u8 coreid, u32 *la_buf, in t4_cim_read_la_core() argument 13691 &la_buf[i]); in t4_cim_read_la_core() 13729 void t4_tp_read_la(struct adapter *adap, u64 *la_buf, unsigned int *wrptr) in t4_tp_read_la() argument 13753 la_buf[i] = t4_read_reg64(adap, A_TP_DBG_LA_DATAL); in t4_tp_read_la() 13759 la_buf[TPLA_SIZE - 1] = ~0ULL; in t4_tp_read_la()
|