Searched refs:t4_read_cim_obq (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 1922 int t4_read_cim_obq(struct adapter *adap, unsigned int qid, u32 *data,
|
H A D | cudbg_lib.c | 1071 /* t4_read_cim_obq will return no. of read words or error */ in cudbg_read_cim_obq() 1072 no_of_read_words = t4_read_cim_obq(padap, qid, in cudbg_read_cim_obq()
|
H A D | cxgb4_debugfs.c | 430 ret = t4_read_cim_obq(adap, qid, (u32 *)p->data, 6 * CIM_OBQ_SIZE * 4); in cim_obq_open()
|
H A D | t4_hw.c | 9842 * t4_read_cim_obq - read the contents of a CIM outbound queue 9852 int t4_read_cim_obq(struct adapter *adap, unsigned int qid, u32 *data, size_t n) in t4_read_cim_obq() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 1918 int t4_read_cim_obq(struct adapter *adap, unsigned int qid, u32 *data,
|
H A D | cudbg_lib.c | 1071 /* t4_read_cim_obq will return no. of read words or error */ in cudbg_read_cim_obq() 1072 no_of_read_words = t4_read_cim_obq(padap, qid, in cudbg_read_cim_obq()
|
H A D | cxgb4_debugfs.c | 430 ret = t4_read_cim_obq(adap, qid, (u32 *)p->data, 6 * CIM_OBQ_SIZE * 4); in cim_obq_open()
|
H A D | t4_hw.c | 9811 * t4_read_cim_obq - read the contents of a CIM outbound queue 9821 int t4_read_cim_obq(struct adapter *adap, unsigned int qid, u32 *data, size_t n) in t4_read_cim_obq() function
|
Completed in 60 milliseconds