la_buf           1716 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h int t4_cim_read_la(struct adapter *adap, u32 *la_buf, unsigned int *wrptr);
la_buf           1732 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h void t4_tp_read_la(struct adapter *adap, u64 *la_buf, unsigned int *wrptr);
la_buf           1748 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h void t4_ulprx_read_la(struct adapter *adap, u32 *la_buf);
la_buf           3952 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c void t4_ulprx_read_la(struct adapter *adap, u32 *la_buf)
la_buf           3957 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		u32 *p = la_buf + i;
la_buf           9899 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c int t4_cim_read_la(struct adapter *adap, u32 *la_buf, unsigned int *wrptr)
la_buf           9934 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		ret = t4_cim_read(adap, UP_UP_DBG_LA_DATA_A, 1, &la_buf[i]);
la_buf           9968 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c void t4_tp_read_la(struct adapter *adap, u64 *la_buf, unsigned int *wrptr)
la_buf           9992 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		la_buf[i] = t4_read_reg64(adap, TP_DBG_LA_DATAL_A);
la_buf           9998 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		la_buf[TPLA_SIZE - 1] = ~0ULL;