Searched refs:stat_idx (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/scsi/csiostor/ |
D | csio_hw_chip.h | 114 short stat_idx; /* stat counter to increment or -1 */ member
|
/Linux-v4.19/drivers/mmc/host/ |
D | rtsx_usb_sdmmc.c | 305 int stat_idx = 0; in sd_send_cmd_get_rsp() local 376 stat_idx = 16; in sd_send_cmd_get_rsp() 381 stat_idx = 5; in sd_send_cmd_get_rsp() 383 len += stat_idx; in sd_send_cmd_get_rsp() 429 if (ptr[stat_idx] & SD_CRC7_ERR) { in sd_send_cmd_get_rsp()
|
D | rtsx_pci_sdmmc.c | 232 int stat_idx; in sd_send_cmd_get_rsp() local 242 stat_idx = sd_status_index(rsp_type); in sd_send_cmd_get_rsp() 305 if (ptr[stat_idx] & SD_CRC7_ERR) { in sd_send_cmd_get_rsp()
|
/Linux-v4.19/drivers/staging/rts5208/ |
D | sd.c | 132 int stat_idx = 0; local 166 stat_idx = 16; 172 stat_idx = 5; 217 if (ptr[stat_idx] & SD_CRC7_ERR) { 3772 int stat_idx = 0; local 3803 stat_idx = 17; 3809 stat_idx = 6; 3843 if (ptr[stat_idx] & SD_CRC7_ERR) {
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 603 int stat_idx = le16_to_cpu(vsi->info.stat_counter_idx); in i40e_update_eth_stats() local 613 i40e_stat_update32(hw, I40E_GLV_TEPC(stat_idx), in i40e_update_eth_stats() 616 i40e_stat_update32(hw, I40E_GLV_RDPC(stat_idx), in i40e_update_eth_stats() 619 i40e_stat_update32(hw, I40E_GLV_RUPP(stat_idx), in i40e_update_eth_stats() 622 i40e_stat_update32(hw, I40E_GLV_TEPC(stat_idx), in i40e_update_eth_stats() 626 i40e_stat_update48(hw, I40E_GLV_GORCH(stat_idx), in i40e_update_eth_stats() 627 I40E_GLV_GORCL(stat_idx), in i40e_update_eth_stats() 630 i40e_stat_update48(hw, I40E_GLV_UPRCH(stat_idx), in i40e_update_eth_stats() 631 I40E_GLV_UPRCL(stat_idx), in i40e_update_eth_stats() 634 i40e_stat_update48(hw, I40E_GLV_MPRCH(stat_idx), in i40e_update_eth_stats() [all …]
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 1413 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-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 4225 short stat_idx; /* stat counter to increment or -1 */ member
|