Home
last modified time | relevance | path

Searched refs:op_write (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/fpga/tests/
H A Dfpga-region-test.c38 static int op_write(struct fpga_manager *mgr, const char *buf, size_t count) in op_write() function
54 .write = op_write,
H A Dfpga-mgr-test.c113 static int op_write(struct fpga_manager *mgr, const char *buf, size_t count) in op_write() function
187 .write = op_write,
/openbmc/linux/net/rds/
H A Dib_send.c90 op->op_write ? DMA_TO_DEVICE : DMA_FROM_DEVICE); in rds_ib_send_unmap_rdma()
117 if (op->op_write) in rds_ib_send_unmap_rdma()
880 (op->op_write) ? DMA_TO_DEVICE : in rds_ib_xmit_rdma()
926 send->s_wr.opcode = op->op_write ? IB_WR_RDMA_WRITE : IB_WR_RDMA_READ; in rds_ib_xmit_rdma()
H A Drdma.c504 unpin_user_pages_dirty_lock(&page, 1, !ro->op_write); in rds_rdma_free_op()
663 op->op_write = !!(args->flags & RDS_RDMA_READWRITE); in rds_cmsg_rdma_args()
721 ret = rds_pin_pages(iov->addr, nr, pages, !op->op_write); in rds_cmsg_rdma_args()
H A Drds.h458 unsigned int op_write:1; member
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init.h60 struct op_write { struct
93 struct op_write write;
/openbmc/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz.c455 static void op_write(QTestState *s, const unsigned char * data, size_t len) in op_write() function
638 [OP_WRITE] = op_write, in generic_fuzz()
/openbmc/linux/drivers/bluetooth/
H A Dbtintel.c671 __u16 op_write; member
792 skb = hci_cmd_sync(ctx->hdev, ctx->op_write, plen, cp, HCI_CMD_TIMEOUT); in regmap_ibt_gather_write()
851 ctx->op_write = opcode_write; in btintel_regmap_init()
/openbmc/linux/drivers/net/ethernet/intel/
H A De100.c343 op_write = 0x05, enumerator
689 cmd_addr_data[1] = (((op_write << addr_len) | addr) << 16) | in e100_eeprom_write()