Lines Matching full:sg_io

1706 rsm_memseg_import_getv(rsm_scat_gath_t *sg_io)  in rsm_memseg_import_getv()  argument
1717 if (sg_io == NULL) { in rsm_memseg_import_getv()
1719 "invalid sg_io structure\n")); in rsm_memseg_import_getv()
1723 seg = (rsmseg_handle_t *)sg_io->remote_handle; in rsm_memseg_import_getv()
1726 "invalid remote segment handle in sg_io\n")); in rsm_memseg_import_getv()
1737 if ((sg_io->io_request_count > RSM_MAX_SGIOREQS) || in rsm_memseg_import_getv()
1738 (sg_io->io_request_count == 0)) { in rsm_memseg_import_getv()
1754 * Copy the flags field of the sg_io structure in a local in rsm_memseg_import_getv()
1759 * This change in the flags field of the sg_io structure in rsm_memseg_import_getv()
1765 save_sg_io_flags = sg_io->flags; in rsm_memseg_import_getv()
1767 e = cntrl->cntr_segops->rsm_memseg_import_getv(sg_io); in rsm_memseg_import_getv()
1778 * field within the sg_io structure as follows: in rsm_memseg_import_getv()
1784 if (sg_io->flags & RSM_IMPLICIT_SIGPOST && in rsm_memseg_import_getv()
1790 * depends on the value of the sg_io->flags field. in rsm_memseg_import_getv()
1792 * ored into the sg_io->flags field, this indicates in rsm_memseg_import_getv()
1797 * all other bits in the sg_io->flags field except the in rsm_memseg_import_getv()
1802 int sigpost_flags = sg_io->flags & RSM_SIGPOST_NO_ACCUMULATE; in rsm_memseg_import_getv()
1807 sg_io->flags = save_sg_io_flags; in rsm_memseg_import_getv()
2036 rsm_memseg_import_putv(rsm_scat_gath_t *sg_io) in rsm_memseg_import_putv() argument
2048 if (sg_io == NULL) { in rsm_memseg_import_putv()
2050 "invalid sg_io structure\n")); in rsm_memseg_import_putv()
2054 seg = (rsmseg_handle_t *)sg_io->remote_handle; in rsm_memseg_import_putv()
2057 "invalid remote segment handle in sg_io\n")); in rsm_memseg_import_putv()
2068 if ((sg_io->io_request_count > RSM_MAX_SGIOREQS) || in rsm_memseg_import_putv()
2069 (sg_io->io_request_count == 0)) { in rsm_memseg_import_putv()
2086 * Copy the flags field of the sg_io structure in a local in rsm_memseg_import_putv()
2091 * This change in the flags field of the sg_io structure in rsm_memseg_import_putv()
2097 save_sg_io_flags = sg_io->flags; in rsm_memseg_import_putv()
2099 e = cntrl->cntr_segops->rsm_memseg_import_putv(sg_io); in rsm_memseg_import_putv()
2110 * field within the sg_io structure as follows: in rsm_memseg_import_putv()
2116 if (sg_io->flags & RSM_IMPLICIT_SIGPOST && in rsm_memseg_import_putv()
2122 * depends on the value of the sg_io->flags field. in rsm_memseg_import_putv()
2124 * ored into the sg_io->flags field, this indicates in rsm_memseg_import_putv()
2129 * all other bits in the sg_io->flags field except the in rsm_memseg_import_putv()
2134 int sigpost_flags = sg_io->flags & RSM_SIGPOST_NO_ACCUMULATE; in rsm_memseg_import_putv()
2140 sg_io->flags = save_sg_io_flags; in rsm_memseg_import_putv()