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()
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 Drds.h458 unsigned int op_write:1; member
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init.h60 struct op_write { struct
93 struct op_write write;
61 opop_write global() argument
62 offsetop_write global() argument
63 valop_write global() argument
/linux/drivers/bluetooth/
H A Dbtintel.c698 __u16 op_write; member
819 skb = hci_cmd_sync(ctx->hdev, ctx->op_write, plen, cp, HCI_CMD_TIMEOUT); in regmap_ibt_gather_write()
878 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()