Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/qed/
Dqed_fcoe_if.h6 struct qed_fcoe_stats { struct
146 int (*get_stats)(struct qed_dev *cdev, struct qed_fcoe_stats *stats);
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_fcoe.c662 struct qed_fcoe_stats *p_stats) in _qed_fcoe_get_tstats()
694 struct qed_fcoe_stats *p_stats) in _qed_fcoe_get_pstats()
714 struct qed_fcoe_stats *p_stats) in qed_fcoe_get_stats()
994 static int qed_fcoe_stats(struct qed_dev *cdev, struct qed_fcoe_stats *stats) in qed_fcoe_stats() function
1002 struct qed_fcoe_stats proto_stats; in qed_get_protocol_stats_fcoe()
1006 if (qed_fcoe_stats(cdev, &proto_stats)) { in qed_get_protocol_stats_fcoe()
1042 .get_stats = &qed_fcoe_stats,
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_debugfs.c388 struct qed_fcoe_stats *fw_fcoe_stats; in qedf_offload_stats_show()
390 fw_fcoe_stats = kmalloc(sizeof(struct qed_fcoe_stats), GFP_KERNEL); in qedf_offload_stats_show()
Dqedf_main.c1782 struct qed_fcoe_stats *fw_fcoe_stats; in qedf_fc_get_host_stats()
1790 fw_fcoe_stats = kmalloc(sizeof(struct qed_fcoe_stats), GFP_KERNEL); in qedf_fc_get_host_stats()