Home
last modified time | relevance | path

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

/linux/scripts/
H A Ddecodecode116 # Match the maximum number of opcode bytes from @op_bytes contained within
120 # @op_bytes: The string of bytes from the Code: line
124 # The max number of opcode bytes from the beginning of @op_bytes which match
128 local op_bytes=$1
134 for opc in $op_bytes;
/linux/drivers/i2c/busses/
H A Di2c-fsi.c256 static int fsi_i2c_get_op_bytes(int op_bytes) in fsi_i2c_get_op_bytes() argument
259 if (op_bytes > 4) in fsi_i2c_get_op_bytes()
261 else if (op_bytes == 3) in fsi_i2c_get_op_bytes()
263 return op_bytes; in fsi_i2c_get_op_bytes()
/linux/net/rds/
H A Dib_send.c118 rds_stats_add(s_send_rdma_bytes, op->op_bytes); in rds_ib_send_unmap_rdma()
120 rds_stats_add(s_recv_rdma_bytes, op->op_bytes); in rds_ib_send_unmap_rdma()
596 cpu_to_be32(rm->rdma.op_bytes); in rds_ib_xmit()
H A Drds.h497 unsigned int op_bytes; member
H A Drdma.c825 op->op_bytes = nr_bytes; in rds_cmsg_rdma_args()
/linux/arch/x86/kvm/
H A Dx86.c9059 ctxt->op_bytes = 2; in kvm_inject_realmode_interrupt()