Lines Matching defs:vc
680 struct iavf_aq_vc *vc;
682 vc = (struct iavf_aq_vc *)&iaq->iaq_cookie;
683 vc->iaq_vc_opcode = htole32(opcode);
689 const struct iavf_aq_vc *vc;
691 vc = (const struct iavf_aq_vc *)&iaq->iaq_cookie;
692 return le32toh(vc->iaq_vc_opcode);
698 const struct iavf_aq_vc *vc;
700 vc = (const struct iavf_aq_vc *)&iaq->iaq_cookie;
701 return le32toh(vc->iaq_vc_retval);
3821 device_printf(sc->sc_dev, "vc-opcode %u (%s)\n",
3824 device_printf(sc->sc_dev, "vc-retval %u\n",