Home
last modified time | relevance | path

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

/linux/drivers/fpga/tests/
H A Dfpga-region-test.c51 static int op_write(struct fpga_manager *mgr, const char *buf, size_t count) in op_write() function
67 .write = op_write,
H A Dfpga-mgr-test.c123 static int op_write(struct fpga_manager *mgr, const char *buf, size_t count) in op_write() function
197 .write = op_write,
/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()
590 rm->rdma.op_write ? in rds_ib_xmit()
906 (op->op_write) ? DMA_TO_DEVICE : in rds_ib_xmit_rdma()
952 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()
661 op->op_write = !!(args->flags & RDS_RDMA_READWRITE); in rds_cmsg_rdma_args()
719 ret = rds_pin_pages(iov->addr, nr, pages, !op->op_write); in rds_cmsg_rdma_args()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init.h60 struct op_write { struct
93 struct op_write write;
/linux/drivers/bluetooth/
H A Dbtintel.c699 __u16 op_write; member
820 skb = hci_cmd_sync(ctx->hdev, ctx->op_write, plen, cp, HCI_CMD_TIMEOUT); in regmap_ibt_gather_write()
879 ctx->op_write = opcode_write; in btintel_regmap_init()
/linux/drivers/net/ethernet/intel/
H A De100.c342 op_write = 0x05, enumerator
688 cmd_addr_data[1] = (((op_write << addr_len) | addr) << 16) | in e100_eeprom_write()