Searched refs:t4_read_cim_ibq (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 1920 int t4_read_cim_ibq(struct adapter *adap, unsigned int qid, u32 *data,
|
H A D | cudbg_lib.c | 987 /* t4_read_cim_ibq will return no. of read words or error */ in cudbg_read_cim_ibq() 988 no_of_read_words = t4_read_cim_ibq(padap, qid, in cudbg_read_cim_ibq()
|
H A D | cxgb4_debugfs.c | 403 ret = t4_read_cim_ibq(adap, qid, (u32 *)p->data, CIM_IBQ_SIZE * 4); in cim_ibq_open()
|
H A D | t4_hw.c | 9800 * t4_read_cim_ibq - read the contents of a CIM inbound queue 9810 int t4_read_cim_ibq(struct adapter *adap, unsigned int qid, u32 *data, size_t n) in t4_read_cim_ibq() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 1916 int t4_read_cim_ibq(struct adapter *adap, unsigned int qid, u32 *data,
|
H A D | cudbg_lib.c | 987 /* t4_read_cim_ibq will return no. of read words or error */ in cudbg_read_cim_ibq() 988 no_of_read_words = t4_read_cim_ibq(padap, qid, in cudbg_read_cim_ibq()
|
H A D | cxgb4_debugfs.c | 403 ret = t4_read_cim_ibq(adap, qid, (u32 *)p->data, CIM_IBQ_SIZE * 4); in cim_ibq_open()
|
H A D | t4_hw.c | 9769 * t4_read_cim_ibq - read the contents of a CIM inbound queue 9779 int t4_read_cim_ibq(struct adapter *adap, unsigned int qid, u32 *data, size_t n) in t4_read_cim_ibq() function
|
Completed in 49 milliseconds