Lines Matching defs:cph
3532 struct vmbus_chanpkt_hdr *cph;
3550 cph = (struct vmbus_chanpkt_hdr *)rxr->rxr_nvsbuf;
3551 nvs = (const struct hvn_nvs_hdr *)VMBUS_CHANPKT_CONST_DATA(cph);
3553 if (cph->cph_type == VMBUS_CHANPKT_TYPE_COMP) {
3572 hvn_txeof(rxr->rxr_txr, cph->cph_tid);
3583 } else if (cph->cph_type == VMBUS_CHANPKT_TYPE_RXBUF) {
3586 n = hvn_rndis_input(rxr, cph->cph_tid, cph);
3601 } else if (cph->cph_type == VMBUS_CHANPKT_TYPE_INBAND) {
3613 "unknown NVSP packet type %u\n", cph->cph_type);