Searched refs:op_write (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/rds/ |
D | iw_send.c | 72 op->op_write ? DMA_TO_DEVICE : DMA_FROM_DEVICE); in rds_iw_send_unmap_rdma() 114 if (rm->rdma.op_write) in rds_iw_send_unmap_rm() 811 op->op_sg, op->op_nents, (op->op_write) ? in rds_iw_xmit_rdma() 823 if (!op->op_write) { in rds_iw_xmit_rdma() 849 if (!op->op_write) { in rds_iw_xmit_rdma() 877 if (op->op_write) in rds_iw_xmit_rdma() 948 if (!op->op_write) { in rds_iw_xmit_rdma()
|
D | ib_send.c | 88 op->op_write ? DMA_TO_DEVICE : DMA_FROM_DEVICE); in rds_ib_send_unmap_rdma() 115 if (op->op_write) in rds_ib_send_unmap_rdma() 866 op->op_sg, op->op_nents, (op->op_write) ? in rds_ib_xmit_rdma() 906 send->s_wr.opcode = op->op_write ? IB_WR_RDMA_WRITE : IB_WR_RDMA_READ; in rds_ib_xmit_rdma()
|
D | rdma.c | 454 if (!ro->op_write) { in rds_rdma_free_op() 603 op->op_write = !!(args->flags & RDS_RDMA_READWRITE); in rds_cmsg_rdma_args() 659 ret = rds_pin_pages(iov->addr, nr, pages, !op->op_write); in rds_cmsg_rdma_args()
|
D | rds.h | 364 unsigned int op_write:1; member
|
/linux-4.4.14/drivers/bluetooth/ |
D | btintel.c | 354 __u16 op_write; member 475 skb = hci_cmd_sync(ctx->hdev, ctx->op_write, plen, cp, HCI_CMD_TIMEOUT); in regmap_ibt_gather_write() 534 ctx->op_write = opcode_write; in btintel_regmap_init()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_init.h | 60 struct op_write { struct 93 struct op_write write;
|
/linux-4.4.14/drivers/net/ethernet/intel/ |
D | e100.c | 371 op_write = 0x05, enumerator 717 cmd_addr_data[1] = (((op_write << addr_len) | addr) << 16) | in e100_eeprom_write()
|