Searched refs:bnxt_get_coredump (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_coredump.h | 114 int bnxt_get_coredump(struct bnxt *bp, u16 dump_type, void *buf, u32 *dump_len);
|
H A D | bnxt_coredump.c | 375 int bnxt_get_coredump(struct bnxt *bp, u16 dump_type, void *buf, u32 *dump_len) in bnxt_get_coredump() function
|
H A D | bnxt_devlink.c | 204 rc = bnxt_get_coredump(bp, BNXT_DUMP_LIVE, data, &dump_len); in bnxt_fw_dump()
|
H A D | bnxt_ethtool.c | 3887 return bnxt_get_coredump(bp, dump->flag, buf, &dump->len); in bnxt_get_dump_data()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.c | 3679 static int bnxt_get_coredump(struct bnxt *bp, void *buf, u32 *dump_len) in bnxt_get_coredump() function 3816 bnxt_get_coredump(bp, NULL, &dump->len); in bnxt_get_dump_flag() 3836 return bnxt_get_coredump(bp, buf, &dump->len); in bnxt_get_dump_data()
|
Completed in 12 milliseconds