Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_hw_chip.h100 short stat_idx; /* stat counter to increment or -1 */ member
/linux-4.1.27/drivers/mmc/host/
Drtsx_usb_sdmmc.c306 int stat_idx = 0; in sd_send_cmd_get_rsp() local
377 stat_idx = 16; in sd_send_cmd_get_rsp()
382 stat_idx = 5; in sd_send_cmd_get_rsp()
384 len += stat_idx; in sd_send_cmd_get_rsp()
430 if (ptr[stat_idx] & SD_CRC7_ERR) { in sd_send_cmd_get_rsp()
Drtsx_pci_sdmmc.c234 int stat_idx; in sd_send_cmd_get_rsp() local
244 stat_idx = sd_status_index(rsp_type); in sd_send_cmd_get_rsp()
307 if (ptr[stat_idx] & SD_CRC7_ERR) { in sd_send_cmd_get_rsp()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_main.c555 int stat_idx = le16_to_cpu(vsi->info.stat_counter_idx); in i40e_update_eth_stats() local
565 i40e_stat_update32(hw, I40E_GLV_TEPC(stat_idx), in i40e_update_eth_stats()
568 i40e_stat_update32(hw, I40E_GLV_RDPC(stat_idx), in i40e_update_eth_stats()
571 i40e_stat_update32(hw, I40E_GLV_RUPP(stat_idx), in i40e_update_eth_stats()
574 i40e_stat_update32(hw, I40E_GLV_TEPC(stat_idx), in i40e_update_eth_stats()
578 i40e_stat_update48(hw, I40E_GLV_GORCH(stat_idx), in i40e_update_eth_stats()
579 I40E_GLV_GORCL(stat_idx), in i40e_update_eth_stats()
582 i40e_stat_update48(hw, I40E_GLV_UPRCH(stat_idx), in i40e_update_eth_stats()
583 I40E_GLV_UPRCL(stat_idx), in i40e_update_eth_stats()
586 i40e_stat_update48(hw, I40E_GLV_MPRCH(stat_idx), in i40e_update_eth_stats()
[all …]
/linux-4.1.27/drivers/staging/rts5208/
Dsd.c134 int stat_idx = 0; in sd_send_cmd_get_rsp() local
167 stat_idx = 16; in sd_send_cmd_get_rsp()
173 stat_idx = 5; in sd_send_cmd_get_rsp()
221 if (ptr[stat_idx] & SD_CRC7_ERR) { in sd_send_cmd_get_rsp()
4051 int stat_idx = 0; in ext_sd_send_cmd_get_rsp() local
4082 stat_idx = 17; in ext_sd_send_cmd_get_rsp()
4088 stat_idx = 6; in ext_sd_send_cmd_get_rsp()
4125 if (ptr[stat_idx] & SD_CRC7_ERR) { in ext_sd_send_cmd_get_rsp()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c1379 short stat_idx; /* stat counter to increment or -1 */ member
1417 if (acts->stat_idx >= 0) in t3_handle_intr_status()
1418 stats[acts->stat_idx]++; in t3_handle_intr_status()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c2153 short stat_idx; /* stat counter to increment or -1 */ member