Searched refs:UCODE (Results 1 – 1 of 1) sorted by relevance
| /src/sys/dev/fxp/ |
| H A D | if_fxp.c | 3040 #define UCODE(x) x, sizeof(x)/sizeof(uint32_t) macro 3049 { FXP_REV_82558_A4, UCODE(fxp_ucode_d101a), D101_CPUSAVER_DWORD, 0 }, 3050 { FXP_REV_82558_B0, UCODE(fxp_ucode_d101b0), D101_CPUSAVER_DWORD, 0 }, 3051 { FXP_REV_82559_A0, UCODE(fxp_ucode_d101ma), 3053 { FXP_REV_82559S_A, UCODE(fxp_ucode_d101s), 3055 { FXP_REV_82550, UCODE(fxp_ucode_d102), 3057 { FXP_REV_82550_C, UCODE(fxp_ucode_d102c), 3059 { FXP_REV_82551_F, UCODE(fxp_ucode_d102e), 3061 { FXP_REV_82551_10, UCODE(fxp_ucode_d102e),
|