Home
last modified time | relevance | path

Searched refs:reinit (Results 1 – 11 of 11) sorted by relevance

/drivers/infiniband/hw/ipath/
Dipath_init_chip.c470 static void enable_chip(struct ipath_devdata *dd, int reinit) in enable_chip() argument
477 if (!reinit) in enable_chip()
557 static int init_housekeeping(struct ipath_devdata *dd, int reinit) in init_housekeeping() argument
662 if (reinit) in init_housekeeping()
708 int ipath_init_chip(struct ipath_devdata *dd, int reinit) in ipath_init_chip() argument
717 ret = init_housekeeping(dd, reinit); in ipath_init_chip()
802 if (!reinit) { in ipath_init_chip()
879 if (reinit) { in ipath_init_chip()
908 enable_chip(dd, reinit); in ipath_init_chip()
923 if (!reinit) { in ipath_init_chip()
[all …]
/drivers/mmc/core/
Dsd.h12 bool reinit);
Dsd.c824 bool reinit) in mmc_sd_setup_card() argument
831 if (!reinit) { in mmc_sd_setup_card()
895 if (!reinit) { in mmc_sd_setup_card()
/drivers/infiniband/hw/qib/
Dqib_init.c659 int qib_init(struct qib_devdata *dd, int reinit) in qib_init() argument
678 if (reinit) in qib_init()
/drivers/scsi/aic7xxx/
Daic7xxx.h1175 int ahc_reset(struct ahc_softc *ahc, int reinit);
Daic79xx.h1372 int ahd_reset(struct ahd_softc *ahd, int reinit);
Daic7xxx_core.c4591 ahc_reset(struct ahc_softc *ahc, int reinit) in ahc_reset() argument
4679 if (reinit != 0) in ahc_reset()
Daic79xx_core.c6255 ahd_reset(struct ahd_softc *ahd, int reinit) in ahd_reset() argument
6348 if (reinit != 0) in ahd_reset()
/drivers/scsi/ibmvscsi/
Dibmvfc.h718 int reinit; member
Dibmvfc.c542 vhost->reinit = 1; in ibmvfc_reinit_host()
3458 vhost->reinit = 1; in ibmvfc_tgt_plogi_done()
4461 if (vhost->reinit) { in ibmvfc_do_work()
4462 vhost->reinit = 0; in ibmvfc_do_work()
/drivers/net/ethernet/intel/i40e/
Di40e_main.c54 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit);
5975 static void i40e_reset_and_rebuild(struct i40e_pf *pf, bool reinit) in i40e_reset_and_rebuild() argument
6045 ret = i40e_setup_pf_switch(pf, reinit); in i40e_reset_and_rebuild()
8662 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit) in i40e_setup_pf_switch() argument
8677 if (pf->lan_vsi == I40E_NO_VSI || reinit) { in i40e_setup_pf_switch()
8690 else if (reinit) in i40e_setup_pf_switch()