Searched refs:qed_ll2_get_stats (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_ll2.h | 221 * @brief qed_ll2_get_stats - get LL2 queue's statistics 231 int qed_ll2_get_stats(void *cxt,
|
H A D | qed_ll2.c | 2308 int qed_ll2_get_stats(void *cxt, in qed_ll2_get_stats() function 2734 rc = qed_ll2_get_stats(p_hwfn, cdev->ll2->handle, stats); in qed_ll2_stats()
|
H A D | qed_rdma.c | 2055 .ll2_get_stats = &qed_ll2_get_stats,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_ll2.h | 219 * qed_ll2_get_stats(): Get LL2 queue's statistics 228 int qed_ll2_get_stats(void *cxt,
|
H A D | qed_ll2.c | 2352 int qed_ll2_get_stats(void *cxt, in qed_ll2_get_stats() function 2784 rc = qed_ll2_get_stats(p_hwfn, cdev->ll2->handle, stats); in qed_ll2_stats()
|
H A D | qed_rdma.c | 2027 .ll2_get_stats = &qed_ll2_get_stats,
|
Completed in 13 milliseconds