Home
last modified time | relevance | path

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

/linux-2.6.39/net/rds/
Diw_send.c71 op->op_write ? DMA_TO_DEVICE : DMA_FROM_DEVICE); in rds_iw_send_unmap_rdma()
113 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.c121 op->op_write ? DMA_TO_DEVICE : DMA_FROM_DEVICE); in rds_ib_send_unmap_rdma()
148 if (op->op_write) in rds_ib_send_unmap_rdma()
899 op->op_sg, op->op_nents, (op->op_write) ? in rds_ib_xmit_rdma()
939 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.h346 unsigned int op_write:1; member
/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_init.h122 struct op_write { struct
148 struct op_write write; argument
/linux-2.6.39/drivers/net/
De100.c369 op_write = 0x05, enumerator
711 cmd_addr_data[1] = (((op_write << addr_len) | addr) << 16) | in e100_eeprom_write()