Home
last modified time | relevance | path

Searched refs:wr_type (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Drio.h503 enum rio_write_type wr_type; /* preferred RIO write operation type */ member
513 enum rio_write_type wr_type; /* preferred RIO write operation type */ member
/linux/drivers/scsi/csiostor/
H A Dcsio_wr.c1136 uint32_t wr_type, fw_qid, qid; in csio_wr_process_iq() local
1155 wr_type = IQWRF_TYPE_GET(ftr->u.type_gen); in csio_wr_process_iq()
1157 switch (wr_type) { in csio_wr_process_iq()
1192 wr_type); in csio_wr_process_iq()
/linux/drivers/rapidio/devices/
H A Drio_mport_cdev.c609 tx_data.wr_type = RDW_ALL_NWRITE; in prep_dma_xfer()
612 tx_data.wr_type = RDW_ALL_NWRITE_R; in prep_dma_xfer()
615 tx_data.wr_type = RDW_LAST_NWRITE_R; in prep_dma_xfer()
618 tx_data.wr_type = RDW_DEFAULT; in prep_dma_xfer()
H A Dtsi721_dma.c848 switch (rext->wr_type) { in tsi721_prep_rio_sg()
/linux/drivers/rapidio/
H A Drio.c1817 rio_ext.wr_type = data->wr_type; in rio_dma_prep_xfer()