Searched refs:reinit (Results 1 – 15 of 15) sorted by relevance
/drivers/staging/rdma/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() 907 enable_chip(dd, reinit); in ipath_init_chip() 923 if (!reinit) { in ipath_init_chip() [all …]
|
/drivers/usb/gadget/udc/bdc/ |
D | bdc_udc.c | 134 static void bdc_uspc_disconnected(struct bdc *bdc, bool reinit) in bdc_uspc_disconnected() argument 157 bdc->reinit = reinit; in bdc_uspc_disconnected() 354 if (bdc->reinit) { in bdc_udc_interrupt()
|
D | bdc_core.c | 220 static void bdc_mem_init(struct bdc *bdc, bool reinit) in bdc_mem_init() argument 288 if (reinit) { in bdc_mem_init() 363 bdc->reinit = false; in bdc_reinit()
|
D | bdc.h | 435 bool reinit; member
|
/drivers/mmc/core/ |
D | sd.h | 12 bool reinit);
|
D | sd.c | 835 bool reinit) in mmc_sd_setup_card() argument 842 if (!reinit) { in mmc_sd_setup_card() 906 if (!reinit) { in mmc_sd_setup_card()
|
/drivers/staging/rdma/hfi1/ |
D | init.c | 643 int hfi1_init(struct hfi1_devdata *dd, int reinit) in hfi1_init() argument 687 if (reinit) in hfi1_init()
|
/drivers/infiniband/hw/qib/ |
D | qib_init.c | 652 int qib_init(struct qib_devdata *dd, int reinit) in qib_init() argument 671 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 | 4590 ahc_reset(struct ahc_softc *ahc, int reinit) in ahc_reset() argument 4678 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() 3414 vhost->reinit = 1; in ibmvfc_tgt_plogi_done() 4417 if (vhost->reinit) { in ibmvfc_do_work() 4418 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); 6751 static void i40e_reset_and_rebuild(struct i40e_pf *pf, bool reinit) in i40e_reset_and_rebuild() argument 6819 ret = i40e_setup_pf_switch(pf, reinit); in i40e_reset_and_rebuild() 9982 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit) in i40e_setup_pf_switch() argument 9998 if (pf->lan_vsi == I40E_NO_VSI || reinit) { in i40e_setup_pf_switch() 10011 else if (reinit) in i40e_setup_pf_switch()
|