Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/qed/
H A Dqed_fcoe_if.h8 struct qed_fcoe_stats { struct
145 int (*get_stats)(struct qed_dev *cdev, struct qed_fcoe_stats *stats);
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_fcoe.c644 struct qed_fcoe_stats *p_stats) in _qed_fcoe_get_tstats()
676 struct qed_fcoe_stats *p_stats) in _qed_fcoe_get_pstats()
696 struct qed_fcoe_stats *p_stats, in qed_fcoe_get_stats()
978 struct qed_fcoe_stats *stats, in qed_fcoe_stats_context()
984 static int qed_fcoe_stats(struct qed_dev *cdev, struct qed_fcoe_stats *stats) in qed_fcoe_stats() function
993 struct qed_fcoe_stats proto_stats; in qed_get_protocol_stats_fcoe()
1033 .get_stats = &qed_fcoe_stats,
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_debugfs.c423 struct qed_fcoe_stats *fw_fcoe_stats; in qedf_offload_stats_show()
425 fw_fcoe_stats = kmalloc(sizeof(struct qed_fcoe_stats), GFP_KERNEL); in qedf_offload_stats_show()
H A Dqedf_main.c2075 struct qed_fcoe_stats *fw_fcoe_stats; in qedf_fc_get_host_stats()
2083 fw_fcoe_stats = kmalloc(sizeof(struct qed_fcoe_stats), GFP_KERNEL); in qedf_fc_get_host_stats()