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

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h1924 int t4_cim_read_la(struct adapter *adap, u32 *la_buf, unsigned int *wrptr);
1940 void t4_tp_read_la(struct adapter *adap, u64 *la_buf, unsigned int *wrptr);
1956 void t4_ulprx_read_la(struct adapter *adap, u32 *la_buf);
H A Dt4_hw.c3921 void t4_ulprx_read_la(struct adapter *adap, u32 *la_buf) argument
3926 u32 *p = la_buf + i;
9915 * @la_buf: where to store the LA data
9922 int t4_cim_read_la(struct adapter *adap, u32 *la_buf, unsigned int *wrptr) argument
9957 ret = t4_cim_read(adap, UP_UP_DBG_LA_DATA_A, 1, &la_buf[i]);
9984 * @la_buf: where to store the LA data
9991 void t4_tp_read_la(struct adapter *adap, u64 *la_buf, unsigned int *wrptr) argument
10015 la_buf[i] = t4_read_reg64(adap, TP_DBG_LA_DATAL_A);
10021 la_buf[TPLA_SIZE - 1] = ~0ULL;

Completed in 129 milliseconds