Searched refs:stat_idx (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_hw_chip.h | 114 short stat_idx; /* stat counter to increment or -1 */ member
|
| /linux/drivers/mmc/host/ |
| H A D | rtsx_pci_sdmmc.c | 219 int stat_idx; in sd_send_cmd_get_rsp() local 229 stat_idx = sd_status_index(rsp_type); in sd_send_cmd_get_rsp() 292 if (ptr[stat_idx] & SD_CRC7_ERR) { in sd_send_cmd_get_rsp()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_main.c | 698 int stat_idx, bool offset_loaded, in i40e_stats_update_rx_discards() argument 702 i40e_stat_update32(hw, I40E_GLV_RDPC(stat_idx), offset_loaded, in i40e_stats_update_rx_discards() 717 int stat_idx = le16_to_cpu(vsi->info.stat_counter_idx); in i40e_update_eth_stats() local 727 i40e_stat_update32(hw, I40E_GLV_TEPC(stat_idx), in i40e_update_eth_stats() 730 i40e_stat_update32(hw, I40E_GLV_RUPP(stat_idx), in i40e_update_eth_stats() 734 i40e_stat_update48(hw, I40E_GLV_GORCH(stat_idx), in i40e_update_eth_stats() 735 I40E_GLV_GORCL(stat_idx), in i40e_update_eth_stats() 738 i40e_stat_update48(hw, I40E_GLV_UPRCH(stat_idx), in i40e_update_eth_stats() 739 I40E_GLV_UPRCL(stat_idx), in i40e_update_eth_stats() 742 i40e_stat_update48(hw, I40E_GLV_MPRCH(stat_idx), in i40e_update_eth_stats() [all …]
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | t3_hw.c | 1348 short stat_idx; /* stat counter to increment or -1 */ member 1386 if (acts->stat_idx >= 0) in t3_handle_intr_status() 1387 stats[acts->stat_idx]++; in t3_handle_intr_status()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | t4_hw.c | 4268 short stat_idx; /* stat counter to increment or -1 */ member
|