Searched refs:op_write (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/fpga/tests/ |
H A D | fpga-region-test.c | 51 static int op_write(struct fpga_manager *mgr, const char *buf, size_t count) in op_write() function 67 .write = op_write,
|
H A D | fpga-mgr-test.c | 123 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 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 | rds.h | 458 unsigned int op_write:1; member
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_init.h | 60 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 D | btintel.c | 698 __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 D | e100.c | 342 op_write = 0x05, enumerator 688 cmd_addr_data[1] = (((op_write << addr_len) | addr) << 16) | in e100_eeprom_write()
|