Searched refs:format_fw_ver_t (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.h | 137 typedef u8 (*format_fw_ver_t)(u32 raw, u8 *str, u16 *len); typedef 220 format_fw_ver_t format_fw_ver;
|
D | bnx2x_link.c | 11519 .format_fw_ver = (format_fw_ver_t)NULL, 11554 .format_fw_ver = (format_fw_ver_t)NULL, 11590 .format_fw_ver = (format_fw_ver_t)NULL, 11628 .format_fw_ver = (format_fw_ver_t)NULL, 11659 .format_fw_ver = (format_fw_ver_t)bnx2x_7101_format_ver, 11690 .format_fw_ver = (format_fw_ver_t)bnx2x_format_ver, 11718 .format_fw_ver = (format_fw_ver_t)bnx2x_null_format_ver, 11747 .format_fw_ver = (format_fw_ver_t)bnx2x_format_ver, 11779 .format_fw_ver = (format_fw_ver_t)bnx2x_format_ver, 11810 .format_fw_ver = (format_fw_ver_t)bnx2x_format_ver, [all …]
|