Home
last modified time | relevance | path

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

/linux-4.4.14/net/rds/
Diw_send.c72 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()
Dib_send.c88 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()
Drdma.c454 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()
Drds.h364 unsigned int op_write:1; member
/linux-4.4.14/drivers/bluetooth/
Dbtintel.c354 __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/
Dbnx2x_init.h60 struct op_write { struct
93 struct op_write write;
/linux-4.4.14/drivers/net/ethernet/intel/
De100.c371 op_write = 0x05, enumerator
717 cmd_addr_data[1] = (((op_write << addr_len) | addr) << 16) | in e100_eeprom_write()