Searched refs:reinit (Results 1 – 11 of 11) sorted by relevance
/drivers/infiniband/hw/ipath/ |
D | ipath_init_chip.c | 470 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/ |
D | sd.h | 12 bool reinit);
|
D | sd.c | 824 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/ |
D | qib_init.c | 659 int qib_init(struct qib_devdata *dd, int reinit) in qib_init() argument 678 if (reinit) in qib_init()
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 1175 int ahc_reset(struct ahc_softc *ahc, int reinit);
|
D | aic79xx.h | 1372 int ahd_reset(struct ahd_softc *ahd, int reinit);
|
D | aic7xxx_core.c | 4591 ahc_reset(struct ahc_softc *ahc, int reinit) in ahc_reset() argument 4679 if (reinit != 0) in ahc_reset()
|
D | aic79xx_core.c | 6255 ahd_reset(struct ahd_softc *ahd, int reinit) in ahd_reset() argument 6348 if (reinit != 0) in ahd_reset()
|
/drivers/scsi/ibmvscsi/ |
D | ibmvfc.h | 718 int reinit; member
|
D | ibmvfc.c | 542 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/ |
D | i40e_main.c | 54 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()
|