• Home
  • Raw
  • Download

Lines Matching refs:tPORT

44 uint32_t port_rfc_send_tx_data(tPORT* p_port);
45 void port_rfc_closed(tPORT* p_port, uint8_t res);
46 void port_get_credits(tPORT* p_port, uint8_t k);
58 int port_open_continue(tPORT* p_port) { in port_open_continue()
104 void port_start_control(tPORT* p_port) { in port_start_control()
122 void port_start_par_neg(tPORT* p_port) { in port_start_par_neg()
141 void port_start_close(tPORT* p_port) { in port_start_close()
192 tPORT* p_port = &rfc_cb.port.port[0]; in PORT_StartCnf()
245 tPORT* p_port; in PORT_StartInd()
276 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_ParNegInd()
365 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_ParNegCnf()
422 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_DlcEstablishInd()
470 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_DlcEstablishCnf()
520 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_PortNegInd()
549 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_PortNegCnf()
583 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_ControlInd()
636 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_ControlCnf()
668 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_LineStatusInd()
698 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_DlcReleaseInd()
712 tPORT* p_port; in PORT_CloseInd()
735 tPORT* p_port; in Port_TimeOutCloseMux()
757 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_DataInd()
848 tPORT* p_port = (tPORT*)NULL; in PORT_FlowInd()
898 uint32_t port_rfc_send_tx_data(tPORT* p_port) { in port_rfc_send_tx_data()
949 void port_rfc_closed(tPORT* p_port, uint8_t res) { in port_rfc_closed()
1020 void port_get_credits(tPORT* p_port, uint8_t k) { in port_get_credits()