Searched refs:pgop (Results 1 – 1 of 1) sorted by relevance
1198 struct iop_pgop *pgop; in iop_param_op() local1202 if ((pgop = malloc(sizeof(*pgop), M_DEVBUF, M_WAITOK)) == NULL) { in iop_param_op()1208 free(pgop, M_DEVBUF); in iop_param_op()1211 im->im_dvcontext = pgop; in iop_param_op()1229 pgop->olh.count = htole16(1); in iop_param_op()1230 pgop->olh.reserved = htole16(0); in iop_param_op()1231 pgop->oat.operation = htole16(op); in iop_param_op()1232 pgop->oat.fieldcount = htole16(0xffff); in iop_param_op()1233 pgop->oat.group = htole16(group); in iop_param_op()1239 iop_msg_map(sc, im, mb, pgop, sizeof(*pgop), 1); in iop_param_op()[all …]