tcpm_queue_vdm_unlocked
return tcpm_queue_vdm_unlocked(port, header, vdo, vdo ? 1 : 0, TCPC_TX_SOP);
return tcpm_queue_vdm_unlocked(port, header, NULL, 0, TCPC_TX_SOP);
return tcpm_queue_vdm_unlocked(port, header, data, count - 1, TCPC_TX_SOP);
return tcpm_queue_vdm_unlocked(port, header, vdo, vdo ? 1 : 0, TCPC_TX_SOP_PRIME);
return tcpm_queue_vdm_unlocked(port, header, NULL, 0, TCPC_TX_SOP_PRIME);
return tcpm_queue_vdm_unlocked(port, header, data, count - 1, TCPC_TX_SOP_PRIME);