Home
last modified time | relevance | path

Searched refs:reset_stat (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/scsi/isci/
H A Dtask.c719 int rc = TMF_RESP_FUNC_COMPLETE, reset_stat = -1; in isci_reset_device() local
741 reset_stat = isci_port_perform_hard_reset(ihost, iport, in isci_reset_device()
744 reset_stat = sas_phy_reset(phy, !dev_is_sata(dev)); in isci_reset_device()
750 __func__, idev, reset_stat); in isci_reset_device()
/linux/drivers/net/wireless/silabs/wfx/
H A Dhif_tx.h43 int wfx_hif_reset(struct wfx_vif *wvif, bool reset_stat);
H A Dhif_tx.c175 int wfx_hif_reset(struct wfx_vif *wvif, bool reset_stat) in wfx_hif_reset() argument
183 body->reset_stat = reset_stat; in wfx_hif_reset()
H A Dhif_api_cmd.h62 u8 reset_stat:1; member
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic.h600 struct reset_stat_cfg reset_stat; member
H A Dnic_main.c1082 ret = nic_reset_stat_counters(nic, vf, &mbx.reset_stat); in nic_handle_mbx_intr()