Home
last modified time | relevance | path

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

/linux-4.1.27/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()
812 op->op_sg, op->op_nents, (op->op_write) ? in rds_iw_xmit_rdma()
824 if (!op->op_write) { in rds_iw_xmit_rdma()
850 if (!op->op_write) { in rds_iw_xmit_rdma()
877 if (op->op_write) in rds_iw_xmit_rdma()
945 if (!op->op_write) { in rds_iw_xmit_rdma()
Dib_send.c122 op->op_write ? DMA_TO_DEVICE : DMA_FROM_DEVICE); in rds_ib_send_unmap_rdma()
149 if (op->op_write) in rds_ib_send_unmap_rdma()
898 op->op_sg, op->op_nents, (op->op_write) ? in rds_ib_xmit_rdma()
938 send->s_wr.opcode = op->op_write ? IB_WR_RDMA_WRITE : IB_WR_RDMA_READ; in rds_ib_xmit_rdma()
Drdma.c453 if (!ro->op_write) { in rds_rdma_free_op()
602 op->op_write = !!(args->flags & RDS_RDMA_READWRITE); in rds_cmsg_rdma_args()
658 ret = rds_pin_pages(iov->addr, nr, pages, !op->op_write); in rds_cmsg_rdma_args()
Drds.h347 unsigned int op_write:1; member
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_init.h58 struct op_write { struct
91 struct op_write write;
/linux-4.1.27/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()