Searched refs:reset_stat (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/scsi/isci/ |
H A D | task.c | 721 int rc = TMF_RESP_FUNC_COMPLETE, reset_stat = -1; in isci_reset_device() local 743 reset_stat = isci_port_perform_hard_reset(ihost, iport, in isci_reset_device() 746 reset_stat = sas_phy_reset(phy, !dev_is_sata(dev)); in isci_reset_device() 752 __func__, idev, reset_stat); in isci_reset_device()
|
/openbmc/linux/drivers/net/wireless/silabs/wfx/ |
H A D | hif_tx.h | 43 int wfx_hif_reset(struct wfx_vif *wvif, bool reset_stat);
|
H A D | hif_tx.c | 157 int wfx_hif_reset(struct wfx_vif *wvif, bool reset_stat) in wfx_hif_reset() argument 165 body->reset_stat = reset_stat; in wfx_hif_reset()
|
H A D | hif_api_cmd.h | 62 u8 reset_stat:1; member
|
/openbmc/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_queues.c | 736 mbx.reset_stat.msg = NIC_MBOX_MSG_RESET_STAT_COUNTER; in nicvf_reset_rcv_queue_stats() 737 mbx.reset_stat.rx_stat_mask = 0x3FFF; in nicvf_reset_rcv_queue_stats() 738 mbx.reset_stat.tx_stat_mask = 0x1F; in nicvf_reset_rcv_queue_stats() 739 mbx.reset_stat.rq_stat_mask = 0xFFFF; in nicvf_reset_rcv_queue_stats() 740 mbx.reset_stat.sq_stat_mask = 0xFFFF; in nicvf_reset_rcv_queue_stats()
|
H A D | nic.h | 600 struct reset_stat_cfg reset_stat; member
|
H A D | nic_main.c | 1082 ret = nic_reset_stat_counters(nic, vf, &mbx.reset_stat); in nic_handle_mbx_intr()
|