Searched refs:rtype (Results 1 – 3 of 3) sorted by relevance
588 pkt->req->rtype = CBC_REQ_T_HB_INIT; in cbc_update_heartbeat()835 if (pkt->req->rtype != CBC_REQ_T_PROT || in cbc_rx_handler()840 pkt->req->rtype); in cbc_rx_handler()917 if (pkt->req->rtype == CBC_REQ_T_PROT && pkt->ioc->cbc_enable) { in cbc_tx_handler()938 } else if (pkt->req->rtype == CBC_REQ_T_HB_INIT) { in cbc_tx_handler()950 } else if (pkt->req->rtype == CBC_REQ_T_USER_VM_ACTIVE) { in cbc_tx_handler()957 } else if (pkt->req->rtype == CBC_REQ_T_USER_VM_INACTIVE) { in cbc_tx_handler()973 pkt->req->rtype); in cbc_tx_handler()
890 req->rtype = type; in send_tx_request()1095 req->rtype = CBC_REQ_T_PROT; in ioc_build_request()1149 req->rtype = CBC_REQ_T_PROT; in ioc_process_tx()
719 enum cbc_request_type rtype; /* Request types */ member
Completed in 11 milliseconds