Home
last modified time | relevance | path

Searched refs:stat_idx (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/drivers/scsi/csiostor/
Dcsio_hw_chip.h114 short stat_idx; /* stat counter to increment or -1 */ member
/Linux-v5.10/drivers/mmc/host/
Drtsx_usb_sdmmc.c295 int stat_idx = 0; in sd_send_cmd_get_rsp() local
366 stat_idx = 16; in sd_send_cmd_get_rsp()
371 stat_idx = 5; in sd_send_cmd_get_rsp()
373 len += stat_idx; in sd_send_cmd_get_rsp()
419 if (ptr[stat_idx] & SD_CRC7_ERR) { in sd_send_cmd_get_rsp()
Drtsx_pci_sdmmc.c220 int stat_idx; in sd_send_cmd_get_rsp() local
230 stat_idx = sd_status_index(rsp_type); in sd_send_cmd_get_rsp()
293 if (ptr[stat_idx] & SD_CRC7_ERR) { in sd_send_cmd_get_rsp()
/Linux-v5.10/drivers/staging/rts5208/
Dsd.c120 int stat_idx = 0; local
154 stat_idx = 16;
160 stat_idx = 5;
205 if (ptr[stat_idx] & SD_CRC7_ERR) {
3583 int stat_idx = 0; local
3614 stat_idx = 17;
3620 stat_idx = 6;
3653 if (ptr[stat_idx] & SD_CRC7_ERR) {
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_main.c602 int stat_idx = le16_to_cpu(vsi->info.stat_counter_idx); in i40e_update_eth_stats() local
612 i40e_stat_update32(hw, I40E_GLV_TEPC(stat_idx), in i40e_update_eth_stats()
615 i40e_stat_update32(hw, I40E_GLV_RDPC(stat_idx), in i40e_update_eth_stats()
618 i40e_stat_update32(hw, I40E_GLV_RUPP(stat_idx), in i40e_update_eth_stats()
622 i40e_stat_update48(hw, I40E_GLV_GORCH(stat_idx), in i40e_update_eth_stats()
623 I40E_GLV_GORCL(stat_idx), in i40e_update_eth_stats()
626 i40e_stat_update48(hw, I40E_GLV_UPRCH(stat_idx), in i40e_update_eth_stats()
627 I40E_GLV_UPRCL(stat_idx), in i40e_update_eth_stats()
630 i40e_stat_update48(hw, I40E_GLV_MPRCH(stat_idx), in i40e_update_eth_stats()
631 I40E_GLV_MPRCL(stat_idx), in i40e_update_eth_stats()
[all …]
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c1413 short stat_idx; /* stat counter to increment or -1 */ member
1451 if (acts->stat_idx >= 0) in t3_handle_intr_status()
1452 stats[acts->stat_idx]++; in t3_handle_intr_status()
/Linux-v5.10/net/core/
Ddevlink.c543 int i, j, stat_idx; in devlink_reload_stats_put() local
580 stat_idx = j * __DEVLINK_RELOAD_ACTION_MAX + i; in devlink_reload_stats_put()
582 value = devlink->stats.reload_stats[stat_idx]; in devlink_reload_stats_put()
584 value = devlink->stats.remote_reload_stats[stat_idx]; in devlink_reload_stats_put()
3132 int stat_idx; in __devlink_reload_stats_update() local
3136 stat_idx = limit * __DEVLINK_RELOAD_ACTION_MAX + action; in __devlink_reload_stats_update()
3137 reload_stats[stat_idx]++; in __devlink_reload_stats_update()
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c4285 short stat_idx; /* stat counter to increment or -1 */ member