Home
last modified time | relevance | path

Searched refs:qed_ll2_stats (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/qed/
Dqed_ll2_if.h77 struct qed_ll2_stats { struct
283 int (*get_stats)(struct qed_dev *cdev, struct qed_ll2_stats *stats);
Dqed_rdma_if.h678 struct qed_ll2_stats *p_stats);
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_ll2.h241 u8 connection_handle, struct qed_ll2_stats *p_stats);
Dqed_ll2.c2054 struct qed_ll2_stats *p_stats) in _qed_ll2_get_port_stats()
2076 struct qed_ll2_stats *p_stats) in _qed_ll2_get_tstats()
2095 struct qed_ll2_stats *p_stats) in _qed_ll2_get_ustats()
2117 struct qed_ll2_stats *p_stats) in _qed_ll2_get_pstats()
2137 u8 connection_handle, struct qed_ll2_stats *p_stats) in qed_ll2_get_stats()
2512 static int qed_ll2_stats(struct qed_dev *cdev, struct qed_ll2_stats *stats) in qed_ll2_stats() function
2526 .get_stats = &qed_ll2_stats,