Home
last modified time | relevance | path

Searched refs:rbyte (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/atm/
Dnicstarmac.c125 u_int32_t rbyte;
140 rbyte = 0;
144 rbyte |= (((NICSTAR_REG_READ(base, NICSTAR_REG_GENERAL_PURPOSE)
152 return rbyte;
/Linux-v5.10/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c1036 unsigned char rbyte; in kvmppc_clear_ref_hpte() local
1046 rbyte = (be64_to_cpu(hptep[1]) & ~HPTE_R_R) >> 8; in kvmppc_clear_ref_hpte()
1048 *((char *)hptep + 14) = rbyte; in kvmppc_clear_ref_hpte()
/Linux-v5.10/drivers/scsi/qla2xxx/
Dqla_sup.c3091 uint8_t do_next, rbyte, *vbyte; in qla2x00_get_fcode_version() local
3136 rbyte = qla2x00_read_flash_byte(ha, iter); in qla2x00_get_fcode_version()
3137 if (rbyte == ' ' || rbyte == 0xd || rbyte == 0x10) in qla2x00_get_fcode_version()
/Linux-v5.10/drivers/net/wireless/cisco/
Dairo.c8144 unsigned char rbyte = 0; in flashgchar() local
8154 rbyte = 0xff & rchar; in flashgchar()
8156 if ((rbyte == matchbyte) && (0x8000 & rchar)) { in flashgchar()
8160 if (rbyte == 0x81 || rbyte == 0x82 || rbyte == 0x83 || rbyte == 0x1a || 0xffff == rchar) in flashgchar()
/Linux-v5.10/drivers/net/ethernet/qlogic/qed/
Dqed_l2.c1797 p_common->rx_mac_bytes += port_stats.eth.rbyte; in __qed_get_vport_port_stats()
Dqed_hsi.h11713 u64 rbyte; member