Lines Matching refs:POCE_SOFTC

44 static void copy_stats_to_sc_xe201(POCE_SOFTC sc);
45 static void copy_stats_to_sc_be3(POCE_SOFTC sc);
46 static void copy_stats_to_sc_be2(POCE_SOFTC sc);
47 static void copy_stats_to_sc_sh(POCE_SOFTC sc);
50 static int oce_be3_fwupgrade(POCE_SOFTC sc, const struct firmware *fw);
51 static int oce_skyhawk_fwupgrade(POCE_SOFTC sc, const struct firmware *fw);
53 static int oce_lancer_fwupgrade(POCE_SOFTC sc, const struct firmware *fw);
55 static boolean_t oce_phy_flashing_required(POCE_SOFTC sc);
56 static boolean_t oce_img_flashing_required(POCE_SOFTC sc, const char *p,
59 static void oce_add_stats_sysctls_be3(POCE_SOFTC sc,
62 static void oce_add_stats_sysctls_xe201(POCE_SOFTC sc,
78 oce_add_sysctls(POCE_SOFTC sc) in oce_add_sysctls()
181 POCE_SOFTC sc = (struct oce_softc *)arg1; in oce_sys_aic_enable()
292 static void oce_fill_flash_img_data(POCE_SOFTC sc, const struct flash_sec_info * fsec, in oce_fill_flash_img_data()
390 oce_sh_be3_flashdata(POCE_SOFTC sc, const struct firmware *fw, int32_t num_imgs) in oce_sh_be3_flashdata()
486 static int oce_get_ufi_type(POCE_SOFTC sc, in oce_get_ufi_type()
512 oce_skyhawk_fwupgrade(POCE_SOFTC sc, const struct firmware *fw) in oce_skyhawk_fwupgrade()
559 oce_be3_fwupgrade(POCE_SOFTC sc, const struct firmware *fw) in oce_be3_fwupgrade()
589 oce_phy_flashing_required(POCE_SOFTC sc) in oce_phy_flashing_required()
607 oce_img_flashing_required(POCE_SOFTC sc, const char *p, in oce_img_flashing_required()
632 oce_lancer_fwupgrade(POCE_SOFTC sc, const struct firmware *fw) in oce_lancer_fwupgrade()
692 oce_add_stats_sysctls_be3(POCE_SOFTC sc, in oce_add_stats_sysctls_be3()
907 oce_add_stats_sysctls_xe201(POCE_SOFTC sc, in oce_add_stats_sysctls_xe201()
1103 oce_refresh_queue_stats(POCE_SOFTC sc) in oce_refresh_queue_stats()
1140 copy_stats_to_sc_xe201(POCE_SOFTC sc) in copy_stats_to_sc_xe201()
1279 copy_stats_to_sc_be2(POCE_SOFTC sc) in copy_stats_to_sc_be2()
1342 copy_stats_to_sc_be3(POCE_SOFTC sc) in copy_stats_to_sc_be3()
1406 copy_stats_to_sc_sh(POCE_SOFTC sc) in copy_stats_to_sc_sh()
1476 oce_stats_init(POCE_SOFTC sc) in oce_stats_init()
1495 oce_stats_free(POCE_SOFTC sc) in oce_stats_free()
1503 oce_refresh_nic_stats(POCE_SOFTC sc) in oce_refresh_nic_stats()
1533 POCE_SOFTC sc = (POCE_SOFTC) arg1; in oce_sysctl_sfp_vpd_dump()