Searched refs:format_fw_ver_t (Results 1 – 2 of 2) sorted by relevance
/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 | 11646 .format_fw_ver = (format_fw_ver_t)NULL, 11681 .format_fw_ver = (format_fw_ver_t)NULL, 11717 .format_fw_ver = (format_fw_ver_t)NULL, 11755 .format_fw_ver = (format_fw_ver_t)NULL, 11786 .format_fw_ver = (format_fw_ver_t)bnx2x_7101_format_ver, 11817 .format_fw_ver = (format_fw_ver_t)bnx2x_format_ver, 11845 .format_fw_ver = (format_fw_ver_t)bnx2x_null_format_ver, 11874 .format_fw_ver = (format_fw_ver_t)bnx2x_format_ver, 11906 .format_fw_ver = (format_fw_ver_t)bnx2x_format_ver, 11937 .format_fw_ver = (format_fw_ver_t)bnx2x_format_ver, [all …]
|