Searched refs:op_write (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/fpga/tests/ |
H A D | fpga-region-test.c | 38 static int op_write(struct fpga_manager *mgr, const char *buf, size_t count) in op_write() function 54 .write = op_write,
|
H A D | fpga-mgr-test.c | 113 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 D | ib_send.c | 90 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 D | rdma.c | 504 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 D | rds.h | 458 unsigned int op_write:1; member
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_init.h | 60 struct op_write { struct 93 struct op_write write;
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | generic_fuzz.c | 455 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 D | btintel.c | 671 __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 D | e100.c | 343 op_write = 0x05, enumerator 689 cmd_addr_data[1] = (((op_write << addr_len) | addr) << 16) | in e100_eeprom_write()
|