Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.h114 int bnxt_get_coredump(struct bnxt *bp, u16 dump_type, void *buf, u32 *dump_len);
H A Dbnxt_coredump.c375 int bnxt_get_coredump(struct bnxt *bp, u16 dump_type, void *buf, u32 *dump_len) in bnxt_get_coredump() function
H A Dbnxt_devlink.c204 rc = bnxt_get_coredump(bp, BNXT_DUMP_LIVE, data, &dump_len); in bnxt_fw_dump()
H A Dbnxt_ethtool.c3887 return bnxt_get_coredump(bp, dump->flag, buf, &dump->len); in bnxt_get_dump_data()