Searched refs:format_fw_ver_t (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/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 | 11647 .format_fw_ver = (format_fw_ver_t)NULL, 11682 .format_fw_ver = (format_fw_ver_t)NULL, 11718 .format_fw_ver = (format_fw_ver_t)NULL, 11756 .format_fw_ver = (format_fw_ver_t)NULL, 11787 .format_fw_ver = (format_fw_ver_t)bnx2x_7101_format_ver, 11818 .format_fw_ver = (format_fw_ver_t)bnx2x_format_ver, 11846 .format_fw_ver = (format_fw_ver_t)bnx2x_null_format_ver, 11875 .format_fw_ver = (format_fw_ver_t)bnx2x_format_ver, 11907 .format_fw_ver = (format_fw_ver_t)bnx2x_format_ver, 11938 .format_fw_ver = (format_fw_ver_t)bnx2x_format_ver, [all …]
|