Searched refs:format_fw_ver_t (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.h | 138 typedef u8 (*format_fw_ver_t)(u32 raw, u8 *str, u16 *len); typedef 221 format_fw_ver_t format_fw_ver;
|
D | bnx2x_link.c | 11643 .format_fw_ver = (format_fw_ver_t)NULL, 11678 .format_fw_ver = (format_fw_ver_t)NULL, 11714 .format_fw_ver = (format_fw_ver_t)NULL, 11752 .format_fw_ver = (format_fw_ver_t)NULL, 11783 .format_fw_ver = (format_fw_ver_t)bnx2x_7101_format_ver, 11814 .format_fw_ver = (format_fw_ver_t)bnx2x_format_ver, 11842 .format_fw_ver = (format_fw_ver_t)bnx2x_null_format_ver, 11871 .format_fw_ver = (format_fw_ver_t)bnx2x_format_ver, 11903 .format_fw_ver = (format_fw_ver_t)bnx2x_format_ver, 11934 .format_fw_ver = (format_fw_ver_t)bnx2x_format_ver, [all …]
|